OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FactorType
(Results
1 - 4
of
4
) sorted by null
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteLU.h
25
typedef SparseMatrix<Scalar,RowMajor>
FactorType
;
49
typename
FactorType
::InnerIterator k_it(m_lu,i);
55
typename
FactorType
::InnerIterator j_it(k_it);
56
typename
FactorType
::InnerIterator kj_it(m_lu, k);
85
FactorType
m_lu;
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMqrsolv.h
111
typedef SparseMatrix<Scalar,RowMajor,Index>
FactorType
;
124
FactorType
R(s);
143
typename
FactorType
::InnerIterator itk(R,k);
/external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteCholesky.h
61
typedef SparseMatrix<Scalar,ColMajor,StorageIndex>
FactorType
;
169
const
FactorType
& matrixL() const { eigen_assert("m_factorizationIsOk"); return m_L; }
178
FactorType
m_L; // The lower part stored in CSC
207
FactorType
tmp(mat.rows(), mat.cols());
261
FactorType
L_save = m_L;
IncompleteLUT.h
110
typedef SparseMatrix<Scalar,RowMajor,StorageIndex>
FactorType
;
191
FactorType
m_lu;
299
typename
FactorType
::InnerIterator j_it(mat, ii); // Iterate through the current row ii
359
typename
FactorType
::InnerIterator ki_it(m_lu, minrow);
Completed in 609 milliseconds