OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrixU
(Results
26 - 32
of
32
) sorted by null
1
2
/external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h
200
inline const LUMatrixType&
matrixU
() const
/external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h
397
m_eivec = m_realSchur.
matrixU
();
RealSchur.h
42
* time. Once the decomposition is computed, you can use the
matrixU
() and
127
const MatrixType&
matrixU
() const
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h
456
Sr.col(j) = schurofH.
matrixU
().col(perm(it-j-1));
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h
499
m_U = schurOfA.
matrixU
();
MatrixFunction.h
434
MatrixType U = schurOfA.
matrixU
();
/external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h
549
inline const UMatrixType&
matrixU
() const
[
all
...]
Completed in 1488 milliseconds
1
2