Searched refs:amat (Results 1 – 2 of 2) sorted by relevance
138 void analyzePattern(const MatrixType& amat);141 void factorize(const MatrixType& amat);149 IncompleteLUT<Scalar>& compute(const MatrixType& amat) in compute() argument151 analyzePattern(amat); in compute()152 factorize(amat); in compute()223 void IncompleteLUT<Scalar>::analyzePattern(const _MatrixType& amat) in analyzePattern() argument226 SparseMatrix<Scalar,ColMajor, Index> mat1 = amat; in analyzePattern()227 SparseMatrix<Scalar,ColMajor, Index> mat2 = amat.transpose(); in analyzePattern()242 void IncompleteLUT<Scalar>::factorize(const _MatrixType& amat) in factorize() argument248 …eigen_assert((amat.rows() == amat.cols()) && "The factorization should be done on a square matrix"… in factorize()[all …]
82 void factorize(const MatrixType& amat);