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 | SparsePARDISOSolver |
Direct linear solvers implemented with the PARDISO library. More... | |
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) |
int sofa::component::linearsolver::SparsePARDISOSolverClass |