|
LINEAR++ library: AFF to LAPACK
|
#include <gfd.h>
Public Member Functions | |
| LaGenFactDouble () | |
| LaGenFactDouble (int, int) | |
| LaGenFactDouble (LaGenFactDouble &) | |
| ~LaGenFactDouble () | |
| LaUnitLowerTriangMatDouble & | L () |
| LaUpperTriangMatDouble & | U () |
| LaVectorLongInt & | pivot () |
| int & | info () |
| int & | transpose () |
| LaGenFactDouble & | ref (LaGenFactDouble &) |
| LaGenFactDouble & | ref (LaGenMatDouble &) |
Private Attributes | |
| LaUnitLowerTriangMatDouble | L_ |
| LaUpperTriangMatDouble | U_ |
| LaVectorLongInt | pivot_ |
| int | info_ |
| int | transpose_ |