HomeSort by relevance Sort by last modified time
    Searched refs:matrixU (Results 26 - 32 of 32) sorted by null

12

  /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

12