|
LINEAR++ library: AFF to LAPACK
|
#include <bfd.h>
Public Member Functions | |
| LaBandFactDouble () | |
| LaBandFactDouble (int, int, int) | |
| LaBandFactDouble (LaBandMatDouble &) | |
| LaBandFactDouble (LaBandFactDouble &) | |
| ~LaBandFactDouble () | |
| LaBandMatDouble & | B () |
| LaVectorLongInt & | pivot () |
| int & | info () |
| LaBandFactDouble & | ref (LaBandFactDouble &) |
| LaBandFactDouble & | ref (LaBandMatDouble &) |
Private Attributes | |
| LaBandMatDouble | B_ |
| LaVectorLongInt | pivot_ |
| int | info_ |