Home
last modified time | relevance | path

Searched refs:FactorType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteLU.h21 typedef SparseMatrix<Scalar,RowMajor> FactorType; typedef
45 typename FactorType::InnerIterator k_it(m_lu,i); in compute()
51 typename FactorType::InnerIterator j_it(k_it); in compute()
52 typename FactorType::InnerIterator kj_it(m_lu, k); in compute()
90 FactorType m_lu;
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLMqrsolv.h112 typedef SparseMatrix<Scalar,RowMajor,Index> FactorType; in lmqrsolv() typedef
125 FactorType R(s); in lmqrsolv()
144 typename FactorType::InnerIterator itk(R,k); in lmqrsolv()
/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteLUT.h101 typedef SparseMatrix<Scalar,RowMajor> FactorType; typedef
103 typedef typename FactorType::Index Index;
190 FactorType m_lu;
287 typename FactorType::InnerIterator j_it(mat, ii); // Iterate through the current row ii in factorize()
346 typename FactorType::InnerIterator ki_it(m_lu, minrow); in factorize()