OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CholmodDecomposition
(Results
1 - 3
of
3
) sorted by null
/external/eigen/test/
cholmod_support.cpp
16
CholmodDecomposition
<SparseMatrix<T>, Lower> g_chol_colmajor_lower; g_chol_colmajor_lower.setMode(CholmodSupernodalLLt);
17
CholmodDecomposition
<SparseMatrix<T>, Upper> g_chol_colmajor_upper; g_chol_colmajor_upper.setMode(CholmodSupernodalLLt);
18
CholmodDecomposition
<SparseMatrix<T>, Lower> g_llt_colmajor_lower; g_llt_colmajor_lower.setMode(CholmodSimplicialLLt);
19
CholmodDecomposition
<SparseMatrix<T>, Upper> g_llt_colmajor_upper; g_llt_colmajor_upper.setMode(CholmodSimplicialLLt);
20
CholmodDecomposition
<SparseMatrix<T>, Lower> g_ldlt_colmajor_lower; g_ldlt_colmajor_lower.setMode(CholmodLDLt);
21
CholmodDecomposition
<SparseMatrix<T>, Upper> g_ldlt_colmajor_upper; g_ldlt_colmajor_upper.setMode(CholmodLDLt);
/external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h
229
&& "
CholmodDecomposition
::solve(): invalid number of rows of the right hand side matrix b");
243
&& "
CholmodDecomposition
::solve(): invalid number of rows of the right hand side matrix b");
503
* \class
CholmodDecomposition
523
class
CholmodDecomposition
: public CholmodBase<_MatrixType, _UpLo,
CholmodDecomposition
<_MatrixType, _UpLo> >
525
typedef CholmodBase<_MatrixType, _UpLo,
CholmodDecomposition
> Base;
532
CholmodDecomposition
() : Base() { init(); }
534
CholmodDecomposition
(const MatrixType& matrix) : Base()
540
~
CholmodDecomposition
() {}
/external/eigen/bench/spbench/
spbenchsolver.h
400
CholmodDecomposition
<SpMat, Lower> solver;
441
CholmodDecomposition
<SpMat, Lower> solver;
Completed in 178 milliseconds