| Namespaces | |
| direct | |
| iterative | |
| ordering | |
| preconditioner | |
| Classes | |
| class | MatrixLinearSolver | 
| class | BaseMatrixLinearSolver | 
| class | GraphScatteredMatrix | 
| class | GraphScatteredVector | 
| class | MatrixInvertData | 
| class | MatrixLinearSolver< Matrix, Vector, NoThreadManager > | 
| class | MatrixLinearSolverInternalData | 
| class | MultExpr | 
| class | NoThreadManager | 
| class | LULinearSolver | 
| Linear system solver using the default (LU factorization) algorithm.  More... | |
| class | TNewMatMatrix | 
| class | NewMatVector | 
| Typedefs | |
| typedef TNewMatMatrix< NEWMAT::Matrix > | NewMatMatrix | 
| typedef TNewMatMatrix< NEWMAT::SymmetricMatrix > | NewMatSymmetricMatrix | 
| typedef TNewMatMatrix< NEWMAT::BandMatrix > | NewMatBandMatrix | 
| typedef TNewMatMatrix< NEWMAT::SymmetricBandMatrix > | NewMatSymmetricBandMatrix | 
| Functions | |
| SOFA_EXPORT_DYNAMIC_LIBRARY void | initExternalModule () | 
| SOFA_EXPORT_DYNAMIC_LIBRARY const char * | getModuleName () | 
| SOFA_EXPORT_DYNAMIC_LIBRARY const char * | getModuleVersion () | 
| SOFA_EXPORT_DYNAMIC_LIBRARY void | registerObjects (sofa::core::ObjectFactory *factory) | 
| void | init () | 
| const Eigen::SparseDenseProductReturnType_MT< Derived, OtherDerived >::Type | mul_EigenSparseDenseMatrix_MT (const Eigen::SparseMatrixBase< Derived > &lhs, const Eigen::MatrixBase< OtherDerived > &rhs, unsigned nbThreads=OMP_DEFAULT_NUM_THREADS_EIGEN_SPARSE_DENSE_PRODUCT) | 
| typedef TNewMatMatrix<NEWMAT::BandMatrix> sofa::component::linearsolver::NewMatBandMatrix | 
| typedef TNewMatMatrix<NEWMAT::Matrix> sofa::component::linearsolver::NewMatMatrix | 
| typedef TNewMatMatrix<NEWMAT::SymmetricBandMatrix> sofa::component::linearsolver::NewMatSymmetricBandMatrix | 
| typedef TNewMatMatrix<NEWMAT::SymmetricMatrix> sofa::component::linearsolver::NewMatSymmetricMatrix | 
| int sofa::component::linearsolver::LULinearSolverClass | 
| template class SOFA_SOFANEWMAT_API sofa::component::linearsolver::MatrixLinearSolver< NewMatBandMatrix, NewMatVector > | 
| template class SOFA_SOFANEWMAT_API sofa::component::linearsolver::MatrixLinearSolver< NewMatMatrix, NewMatVector > | 
| template class SOFA_SOFANEWMAT_API sofa::component::linearsolver::MatrixLinearSolver< NewMatSymmetricBandMatrix, NewMatVector > | 
| template class SOFA_SOFANEWMAT_API sofa::component::linearsolver::MatrixLinearSolver< NewMatSymmetricMatrix, NewMatVector > | 
| int sofa::component::linearsolver::NewMatCGLinearSolverClass | 
| int sofa::component::linearsolver::NewMatCholeskySolverClass |