![]() |
|
#include <IncompleteLU.h>
Inheritance diagram for Eigen::IncompleteLU< Scalar_ >:Public Types | |
| typedef Matrix< Scalar, Dynamic, Dynamic > | MatrixType |
Public Member Functions | |
| IncompleteLU () | |
| template<typename MatrixType > | |
| IncompleteLU (const MatrixType &mat) | |
| Index | rows () const |
| Index | cols () const |
| template<typename MatrixType > | |
| IncompleteLU & | compute (const MatrixType &mat) |
| template<typename Rhs , typename Dest > | |
| void | _solve_impl (const Rhs &b, Dest &x) const |
Public Member Functions inherited from Eigen::SparseSolverBase< IncompleteLU< Scalar_ > > | |
| SparseSolverBase () | |
| SparseSolverBase (SparseSolverBase &&other) | |
| ~SparseSolverBase () | |
| IncompleteLU< Scalar_ > & | derived () |
| const IncompleteLU< Scalar_ > & | derived () const |
| const Solve< IncompleteLU< Scalar_ >, Rhs > | solve (const MatrixBase< Rhs > &b) const |
| const Solve< IncompleteLU< Scalar_ >, Rhs > | solve (const SparseMatrixBase< Rhs > &b) const |
| void | _solve_impl (const SparseMatrixBase< Rhs > &b, SparseMatrixBase< Dest > &dest) const |
Protected Types | |
| typedef SparseSolverBase< IncompleteLU< Scalar_ > > | Base |
| typedef Scalar_ | Scalar |
| typedef Matrix< Scalar, Dynamic, 1 > | Vector |
| typedef Vector::Index | Index |
| typedef SparseMatrix< Scalar, RowMajor > | FactorType |
Protected Attributes | |
| FactorType | m_lu |
Protected Attributes inherited from Eigen::SparseSolverBase< IncompleteLU< Scalar_ > > | |
| bool | m_isInitialized |
|
protected |
|
protected |
|
protected |
| typedef Matrix<Scalar, Dynamic, Dynamic> Eigen::IncompleteLU< Scalar_ >::MatrixType |
|
protected |
|
protected |
|
inline |
|
inline |
References Eigen::IncompleteLU< Scalar_ >::compute().
|
inline |
References b, Eigen::IncompleteLU< Scalar_ >::m_lu, and plotDoE::x.
|
inline |
References Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ >::cols(), and Eigen::IncompleteLU< Scalar_ >::m_lu.
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
|
inline |
References Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ >::cols(), diag, i, k, Eigen::SparseSolverBase< IncompleteLU< Scalar_ > >::m_isInitialized, Eigen::IncompleteLU< Scalar_ >::m_lu, and size.
Referenced by Eigen::IncompleteLU< Scalar_ >::IncompleteLU().
|
inline |
References Eigen::IncompleteLU< Scalar_ >::m_lu, and Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ >::rows().
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
|
protected |