Hi,
Have a look at the LAPACK banded storage format:
http://www.netlib.org/lapack/lug/node124.html
The inequalities halfway down the page should allow you to write some loops to
enter your data. You can also open some routines for banded matrices in LAPACK
("GB" in name) where there are loops just like this that you can copy and paste.
Deaglan Halligan
----- Original Message -----
From: s aazou <s.aazou@Domain.Removed>
To: lapack@Domain.Removed
Sent: Fri, 18 Nov 2011 15:37:07 -0500 (EST)
Subject: [Lapack] question about SGBTRF
Hello,
I am a Phd student, I work with Lapack functions, for the moment I can not get
the right solution by using this function "SGBTRF" for decomposition LU of a
band Matrix A. I may made mistake on introducing the Matrix element.
Please, how can I enter the Matrix element, since we have a zeros out of the
diagonal+kl+ku?
Please I will appreciate your help,
thank you very much in advance.
and waiting to hear from you.
with all my respect
_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/lapack
|