Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29361 Discussions

how to get the eigen values using fortran

matthewkmk
Beginner
1,693 Views
if i have a matrix, i need to calculate the eigen , how to perform it using fortran ,thx
0 Kudos
4 Replies
david_jones
Beginner
1,693 Views
Subroutines are available in various libraries. Recent CVF comes with the CXML library which does contain routines for eigenvalues.

The online help says ...
"For information about the CXML routines (after installation), use Acrobat Reader to open the file cxmlref.pdf in:
Program FilesMicrosoft Visual StudioDf98CxmlDoc"

Another possibility is the IMSL library which comes with CVF Professional version.

0 Kudos
Jugoslav_Dujic
Valued Contributor II
1,693 Views
...or visit (and bookmark) www.netlib.org. IIRC ARPACK is one of packages containing calculation of eigenvalues.

Jugoslav
0 Kudos
matthewkmk
Beginner
1,693 Views
thx very much.
0 Kudos
matthewkmk
Beginner
1,693 Views
thx very much also.
0 Kudos
Reply