Searched defs:PastixBase (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h120 class PastixBase : internal::noncopyable class in namespace:Eigen
133 PastixBase() : m_initisOk(false), m_analysisIsOk(false), m_factorizationIsOk(false), m_isInitialized(false), m_pastixdata(0), m_size(0) function in class:Eigen::PastixBase
138 ~PastixBase()
148 inline const internal::solve_retval<PastixBase, Rhs>
153 && "PastixBase::solve(): invalid number of rows of the right hand side matrix b");
154 return internal::solve_retval<PastixBase, Rhs>(*this, b.derived());
228 inline const internal::sparse_solve_retval<PastixBase, Rhs>
233 && "PastixBase::solve(): invalid number of rows of the right hand side matrix b");
234 return internal::sparse_solve_retval<PastixBase, Rhs>(*this, b.derived());
279 void PastixBase<Derive
[all...]

Completed in 25 milliseconds