OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:analyzePattern
(Results
1 - 11
of
11
) sorted by null
/external/eigen/Eigen/src/IterativeLinearSolvers/
BasicPreconditioners.h
55
DiagonalPreconditioner&
analyzePattern
(const MatType& )
135
IdentityPreconditioner&
analyzePattern
(const MatrixType& ) { return *this; }
IncompleteLUT.h
138
void
analyzePattern
(const MatrixType& amat);
151
analyzePattern
(amat);
223
void IncompleteLUT<Scalar>::
analyzePattern
(const _MatrixType& amat)
257
eigen_assert(m_analysisIsOk && "You must first call
analyzePattern
()");
IterativeSolverBase.h
62
* Currently, this function mostly call
analyzePattern
on the preconditioner. In the future
65
Derived&
analyzePattern
(const MatrixType& A)
67
m_preconditioner.
analyzePattern
(A);
85
eigen_assert(m_analysisIsOk && "You must first call
analyzePattern
()");
/external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h
172
* \sa
analyzePattern
() factorize()
190
* \sa
analyzePattern
() factorize()
243
void
analyzePattern
(ColSpMatrix& mat);
319
analyzePattern
(mat);
328
void PastixBase<Derived>::
analyzePattern
(ColSpMatrix& mat)
453
* \sa
analyzePattern
() factorize()
467
void
analyzePattern
(const MatrixType& matrix)
472
Base::
analyzePattern
(temp);
478
* \sa
analyzePattern
()
562
* \sa
analyzePattern
() factorize(
[
all
...]
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h
74
void
analyzePattern
(const MatrixType& mat)
87
analyzePattern
(matrix);
136
eigen_assert(m_analysisIsOk && "
analyzePattern
() should be called first");
140
// Apply the fill-reducing permutation computed in
analyzePattern
()
/external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h
214
analyzePattern
(matrix);
253
void
analyzePattern
(const MatrixType& matrix)
273
* \sa
analyzePattern
()
277
eigen_assert(m_analysisIsOk && "You must first call
analyzePattern
()");
/external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h
208
void
analyzePattern
(const MatrixType& a, bool doLDLT)
352
void
analyzePattern
(const MatrixType& a)
354
Base::
analyzePattern
(a, false);
361
* \sa
analyzePattern
()
447
void
analyzePattern
(const MatrixType& a)
449
Base::
analyzePattern
(a, true);
456
* \sa
analyzePattern
()
542
void
analyzePattern
(const MatrixType& a)
544
Base::
analyzePattern
(a, m_LDLT);
551
* \sa
analyzePattern
()
[
all
...]
/external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h
197
analyzePattern
(matrix);
233
void
analyzePattern
(const MatrixType& matrix)
256
* \sa
analyzePattern
(), compute()
260
eigen_assert(m_analysisIsOk && "UmfPackLU: you must first call
analyzePattern
()");
/external/eigen/Eigen/src/SparseLU/
SparseLU.h
50
* solver.
analyzePattern
(A);
104
void
analyzePattern
(const MatrixType& matrix);
115
analyzePattern
(matrix);
371
void SparseLU<MatrixType, OrderingType>::
analyzePattern
(const MatrixType& mat)
457
eigen_assert(m_analysisIsOk && "
analyzePattern
() should be called first");
463
// Apply the column permutation computed in
analyzepattern
()
/external/eigen/Eigen/src/SparseQR/
SparseQR.h
96
* \sa
analyzePattern
(), factorize()
100
analyzePattern
(mat);
103
void
analyzePattern
(const MatrixType& mat);
281
void SparseQR<MatrixType,OrderingType>::
analyzePattern
(const MatrixType& mat)
313
* The function SparseQR::
analyzePattern
(const MatrixType&) must have been called beforehand with
324
eigen_assert(m_analysisIsok && "
analyzePattern
() should be called before this step");
/external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h
335
derived().
analyzePattern
(matrix);
371
void
analyzePattern
(const MatrixType& /*matrix*/)
513
void
analyzePattern
(const MatrixType& matrix)
517
Base::
analyzePattern
(matrix);
524
* \sa
analyzePattern
()
606
eigen_assert(m_analysisIsOk && "You must first call
analyzePattern
()");
642
eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or
analyzePattern
()/factorize()");
692
eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for extracting factors, you must first call either compute() or
analyzePattern
()/factorize()");
778
eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for computing the determinant, you must first call either compute() or
analyzePattern
()/factorize()");
850
void
analyzePattern
(const MatrixType& matrix
[
all
...]
Completed in 417 milliseconds