Searched refs:FactorType (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | IncompleteLU.h | 25 typedef SparseMatrix<Scalar,RowMajor> FactorType; typedef 49 typename FactorType::InnerIterator k_it(m_lu,i); in compute() 55 typename FactorType::InnerIterator j_it(k_it); in compute() 56 typename FactorType::InnerIterator kj_it(m_lu, k); in compute() 85 FactorType m_lu;
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | IncompleteCholesky.h | 55 typedef SparseMatrix<Scalar,ColMajor,StorageIndex> FactorType; typedef 163 const FactorType& matrixL() const { eigen_assert("m_factorizationIsOk"); return m_L; } in matrixL() 172 FactorType m_L; // The lower part stored in CSC 201 FactorType tmp(mat.rows(), mat.cols()); in factorize() 255 FactorType L_save = m_L; in factorize()
|
D | IncompleteLUT.h | 110 typedef SparseMatrix<Scalar,RowMajor,StorageIndex> FactorType; typedef 191 FactorType m_lu; 290 typename FactorType::InnerIterator j_it(mat, ii); // Iterate through the current row ii in factorize() 350 typename FactorType::InnerIterator ki_it(m_lu, minrow); in factorize()
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LMqrsolv.h | 111 typedef SparseMatrix<Scalar,RowMajor,Index> FactorType; in lmqrsolv() typedef 124 FactorType R(s); in lmqrsolv() 143 typename FactorType::InnerIterator itk(R,k); in lmqrsolv()
|