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
222
&& "
CholmodDecomposition
::solve(): invalid number of rows of the right hand side matrix b");
236
&& "
CholmodDecomposition
::solve(): invalid number of rows of the right hand side matrix b");
475
* \class
CholmodDecomposition
495
class
CholmodDecomposition
: public CholmodBase<_MatrixType, _UpLo,
CholmodDecomposition
<_MatrixType, _UpLo> >
497
typedef CholmodBase<_MatrixType, _UpLo,
CholmodDecomposition
> Base;
504
CholmodDecomposition
() : Base() { init(); }
506
CholmodDecomposition
(const MatrixType& matrix) : Base()
512
~
CholmodDecomposition
() {}
/external/eigen/bench/spbench/
spbenchsolver.h
384
CholmodDecomposition
<SpMat, Lower> solver;
429
CholmodDecomposition
<SpMat, Lower> solver;
Completed in 2015 milliseconds