Searched refs:FactorType (Results 1 – 3 of 3) sorted by relevance
21 typedef SparseMatrix<Scalar,RowMajor> FactorType; typedef45 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;
112 typedef SparseMatrix<Scalar,RowMajor,Index> FactorType; in lmqrsolv() typedef125 FactorType R(s); in lmqrsolv()144 typename FactorType::InnerIterator itk(R,k); in lmqrsolv()
101 typedef SparseMatrix<Scalar,RowMajor> FactorType; typedef103 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()