cisst-saw
|
This is the complete list of members for nmrLUSolver, including all inherited members.
Allocate(CISSTNETLIB_INTEGER m, CISSTNETLIB_INTEGER n, bool allocateLU=false, bool allocateP=false) | nmrLUSolver | inline |
Allocate(const vctDynamicMatrix< CISSTNETLIB_DOUBLE > &A, bool allocateLU=false, bool allocateP=false) | nmrLUSolver | inline |
Allocate(const vctFixedSizeMatrix< CISSTNETLIB_DOUBLE, _rows, _cols, VCT_COL_MAJOR > &A, bool allocateLU=false, bool allocateP=false) | nmrLUSolver | inline |
AllocateLU(void) | nmrLUSolver | inlineprotected |
AllocateLUFlag | nmrLUSolver | protected |
AllocateP(void) | nmrLUSolver | inlineprotected |
AllocatePFlag | nmrLUSolver | protected |
GetInfo(void) const | nmrLUSolver | inline |
GetIpiv(void) const | nmrLUSolver | inline |
GetL(void) const | nmrLUSolver | inline |
GetP(void) const | nmrLUSolver | inline |
GetU(void) const | nmrLUSolver | inline |
Info | nmrLUSolver | protected |
Ipiv | nmrLUSolver | protected |
L | nmrLUSolver | protected |
Lda | nmrLUSolver | protected |
M | nmrLUSolver | protected |
MaxMN | nmrLUSolver | protected |
MinMN | nmrLUSolver | protected |
N | nmrLUSolver | protected |
nmrLUSolver(void) | nmrLUSolver | inline |
nmrLUSolver(CISSTNETLIB_INTEGER m, CISSTNETLIB_INTEGER n, bool allocateLU=false, bool allocateP=false) | nmrLUSolver | inline |
nmrLUSolver(const vctDynamicMatrix< CISSTNETLIB_DOUBLE > &A, bool allocateLU=false, bool allocateP=false) | nmrLUSolver | inline |
nmrLUSolver(const vctFixedSizeMatrix< CISSTNETLIB_DOUBLE, _rows, _cols, VCT_COL_MAJOR > &A, bool allocateLU=false, bool allocateP=false) | nmrLUSolver | inline |
P | nmrLUSolver | protected |
Solve(vctDynamicMatrixBase< _matrixOwnerType, CISSTNETLIB_DOUBLE > &A) | nmrLUSolver | inline |
Solve(vctFixedSizeMatrix< CISSTNETLIB_DOUBLE, _rows, _cols, VCT_COL_MAJOR > &A) | nmrLUSolver | inline |
U | nmrLUSolver | protected |
UpdateLU(const vctDynamicConstMatrixBase< _matrixOwnerType, CISSTNETLIB_DOUBLE > &A) | nmrLUSolver | inlineprotected |
UpdateP(void) | nmrLUSolver | inlineprotected |