Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

how to get the eigen values using fortran

matthewkmk
Beginner
1,473 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,473 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,473 Views
...or visit (and bookmark) www.netlib.org. IIRC ARPACK is one of packages containing calculation of eigenvalues.

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