Searched refs:MatType (Results 1 – 1 of 1) sorted by relevance
45 template<typename MatType>46 DiagonalPreconditioner(const MatType& mat) : m_invdiag(mat.cols()) in DiagonalPreconditioner()54 template<typename MatType>55 DiagonalPreconditioner& analyzePattern(const MatType& ) in analyzePattern() argument60 template<typename MatType>61 DiagonalPreconditioner& factorize(const MatType& mat) in factorize()66 typename MatType::InnerIterator it(mat,j); in factorize()77 template<typename MatType>78 DiagonalPreconditioner& compute(const MatType& mat) in compute()