Page 1 of 1

How to store a band matrix in C

PostPosted: 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?