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

/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h138 void analyzePattern(const MatrixType& amat);
141 void factorize(const MatrixType& amat);
149 IncompleteLUT<Scalar>& compute(const MatrixType& amat) argument
151 analyzePattern(amat);
152 factorize(amat);
223 void IncompleteLUT<Scalar>::analyzePattern(const _MatrixType& amat) argument
226 SparseMatrix<Scalar,ColMajor, Index> mat1 = amat;
227 SparseMatrix<Scalar,ColMajor, Index> mat2 = amat.transpose();
242 void IncompleteLUT<Scalar>::factorize(const _MatrixType& amat) argument
248 eigen_assert((amat
[all...]
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h82 void factorize(const MatrixType& amat);

Completed in 73 milliseconds