Page 1 of 1

Creating a C example to solve for a general banded matrix

PostPosted: Fri Jan 18, 2013 1:20 pm
by ejspeiro
Hello guys,

I am interested in developing a C code to solve for a general banded system. While browsing this forum, I came across this thread:

http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=5&t=2908

I noticed they provide a C example in where the interfacing has been taken care of. However, in such a code, the matrix being solved is a general dense, and I am interested in a general banded.

Any hints?

Thanks in advanced!