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

/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h143 typedef SparseMatrix<Scalar, ColMajor> ColSpMatrix; typedef in class:Eigen::PastixBase
224 void analyzePattern(ColSpMatrix& mat);
227 void factorize(ColSpMatrix& mat);
239 void compute(ColSpMatrix& mat);
295 void PastixBase<Derived>::compute(ColSpMatrix& mat)
307 void PastixBase<Derived>::analyzePattern(ColSpMatrix& mat)
338 void PastixBase<Derived>::factorize(ColSpMatrix& mat)
417 typedef typename Base::ColSpMatrix ColSpMatrix; typedef in class:Eigen::PastixLU
439 ColSpMatrix tem
529 typedef typename Base::ColSpMatrix ColSpMatrix; typedef in class:Eigen::PastixLLT
613 typedef typename Base::ColSpMatrix ColSpMatrix; typedef in class:Eigen::PastixLDLT
[all...]

Completed in 142 milliseconds