Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteLU.h25 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/
DIncompleteCholesky.h61 typedef SparseMatrix<Scalar,ColMajor,StorageIndex> FactorType; typedef
169 const FactorType& matrixL() const { eigen_assert("m_factorizationIsOk"); return m_L; } in matrixL()
178 FactorType m_L; // The lower part stored in CSC
207 FactorType tmp(mat.rows(), mat.cols()); in factorize()
261 FactorType L_save = m_L; in factorize()
DIncompleteLUT.h110 typedef SparseMatrix<Scalar,RowMajor,StorageIndex> FactorType; typedef
191 FactorType m_lu;
299 typename FactorType::InnerIterator j_it(mat, ii); // Iterate through the current row ii in factorize()
359 typename FactorType::InnerIterator ki_it(m_lu, minrow); in factorize()
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLMqrsolv.h111 typedef SparseMatrix<Scalar,RowMajor,Index> FactorType; in lmqrsolv() typedef
124 FactorType R(s); in lmqrsolv()
143 typename FactorType::InnerIterator itk(R,k); in lmqrsolv()