OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FactorType
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteLU.h
21
typedef SparseMatrix<Scalar,RowMajor>
FactorType
;
45
typename
FactorType
::InnerIterator k_it(m_lu,i);
51
typename
FactorType
::InnerIterator j_it(k_it);
52
typename
FactorType
::InnerIterator kj_it(m_lu, k);
90
FactorType
m_lu;
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMqrsolv.h
112
typedef SparseMatrix<Scalar,RowMajor,Index>
FactorType
;
125
FactorType
R(s);
144
typename
FactorType
::InnerIterator itk(R,k);
/external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h
101
typedef SparseMatrix<Scalar,RowMajor>
FactorType
;
103
typedef typename
FactorType
::Index Index;
190
FactorType
m_lu;
287
typename
FactorType
::InnerIterator j_it(mat, ii); // Iterate through the current row ii
346
typename
FactorType
::InnerIterator ki_it(m_lu, minrow);
Completed in 236 milliseconds