|
Medial Code Documentation
|
Public Types | |
| enum | { ColsAtCompileTime = MatrixType::ColsAtCompileTime , MaxColsAtCompileTime = MatrixType::MaxColsAtCompileTime } |
| typedef SparseLUType::Scalar | Scalar |
| typedef SparseLUType::StorageIndex | StorageIndex |
| typedef SparseLUType::MatrixType | MatrixType |
| typedef SparseLUType::OrderingType | OrderingType |
Public Member Functions | |
| SparseLUTransposeView (const SparseLUTransposeView &view) | |
| void | setIsInitialized (const bool isInitialized) |
| void | setSparseLU (SparseLUType *sparseLU) |
| template<typename Rhs , typename Dest > | |
| bool | _solve_impl (const MatrixBase< Rhs > &B, MatrixBase< Dest > &X_base) const |
| Index | rows () const |
| Index | cols () const |
Public Member Functions inherited from Eigen::SparseSolverBase< SparseLUTransposeView< Conjugate, SparseLUType > > | |
| SparseSolverBase () | |
| Default constructor. | |
| SparseLUTransposeView< Conjugate, SparseLUType > & | derived () |
| const SparseLUTransposeView< Conjugate, SparseLUType > & | derived () const |
| const Solve< SparseLUTransposeView< Conjugate, SparseLUType >, Rhs > | solve (const MatrixBase< Rhs > &b) const |
| const Solve< SparseLUTransposeView< Conjugate, SparseLUType >, Rhs > | solve (const SparseMatrixBase< Rhs > &b) const |
| void | _solve_impl (const SparseMatrixBase< Rhs > &b, SparseMatrixBase< Dest > &dest) const |
Protected Types | |
| typedef SparseSolverBase< SparseLUTransposeView< Conjugate, SparseLUType > > | APIBase |
Additional Inherited Members | |
Protected Attributes inherited from Eigen::SparseSolverBase< SparseLUTransposeView< Conjugate, SparseLUType > > | |
| bool | m_isInitialized |