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

matrix-vector multiplication stored in skyline format

mariospapa
Beginner
622 Views
Is there any program in fortran90 which multiply a matrix A by a vector x where Matrix A is stored in symmetric skyline format?
0 Kudos
2 Replies
Greg_T_
Valued Contributor I
622 Views
Hello,

You could try searching the Guide to Available Mathematical Software at the NIST web site:
http://gams.nist.gov/

I have found a variety of useful numerical routines from that site.

Regards,
Greg
0 Kudos
Steven_L_Intel1
Employee
622 Views
I suggest asking in the Intel Math Kernel Library forum.
0 Kudos
Reply