LAPACK/ScaLAPACK Development
http://icl.utk.edu/lapack-forum/
How to store a band matrix in C
http://icl.utk.edu/lapack-forum/viewtopic.php?f=5&t=4243
Page
1
of
1
How to store a band matrix in C
Posted:
Tue Feb 12, 2013 4:16 am
by
imperius
Hello. I am new in LAPACK and i want to solve in C language the problem Ax=b, where A is a band matrix. What i don't know is how to store the matrix. Does anyone have an idea how to store it in C?