Searched refs:ColSpMatrix (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h129 typedef SparseMatrix<Scalar, ColMajor> ColSpMatrix; typedef in class:Eigen::PastixBase
243 void analyzePattern(ColSpMatrix& mat);
246 void factorize(ColSpMatrix& mat);
258 void compute(ColSpMatrix& mat);
315 void PastixBase<Derived>::compute(ColSpMatrix& mat)
328 void PastixBase<Derived>::analyzePattern(ColSpMatrix& mat)
359 void PastixBase<Derived>::factorize(ColSpMatrix& mat)
436 typedef typename Base::ColSpMatrix ColSpMatrix; typedef in class:Eigen::PastixLU
458 ColSpMatrix tem
546 typedef typename Base::ColSpMatrix ColSpMatrix; typedef in class:Eigen::PastixLLT
627 typedef typename Base::ColSpMatrix ColSpMatrix; typedef in class:Eigen::PastixLDLT
[all...]

Completed in 189 milliseconds