ColsAtCompileTime enum value | Eigen::RealSchur< _MatrixType > | |
ColumnVectorType typedef | Eigen::RealSchur< _MatrixType > | |
ComplexScalar typedef | Eigen::RealSchur< _MatrixType > | |
compute(const EigenBase< InputType > &matrix, bool computeU=true) | Eigen::RealSchur< _MatrixType > | |
compute(const EigenBase< InputType > &matrix, bool computeU) | Eigen::RealSchur< _MatrixType > | |
computeFromHessenberg(const HessMatrixType &matrixH, const OrthMatrixType &matrixQ, bool computeU) | Eigen::RealSchur< _MatrixType > | |
computeFromHessenberg(const HessMatrixType &matrixH, const OrthMatrixType &matrixQ, bool computeU) | Eigen::RealSchur< _MatrixType > | |
computeNormOfT() | Eigen::RealSchur< _MatrixType > | inlineprivate |
computeShift(Index iu, Index iter, Scalar &exshift, Vector3s &shiftInfo) | Eigen::RealSchur< _MatrixType > | inlineprivate |
EigenvalueType typedef | Eigen::RealSchur< _MatrixType > | |
findSmallSubdiagEntry(Index iu, const Scalar &considerAsZero) | Eigen::RealSchur< _MatrixType > | inlineprivate |
getMaxIterations() | Eigen::RealSchur< _MatrixType > | inline |
Index typedef | Eigen::RealSchur< _MatrixType > | |
info() const | Eigen::RealSchur< _MatrixType > | inline |
initFrancisQRStep(Index il, Index iu, const Vector3s &shiftInfo, Index &im, Vector3s &firstHouseholderVector) | Eigen::RealSchur< _MatrixType > | inlineprivate |
m_hess | Eigen::RealSchur< _MatrixType > | private |
m_info | Eigen::RealSchur< _MatrixType > | private |
m_isInitialized | Eigen::RealSchur< _MatrixType > | private |
m_matT | Eigen::RealSchur< _MatrixType > | private |
m_matU | Eigen::RealSchur< _MatrixType > | private |
m_matUisUptodate | Eigen::RealSchur< _MatrixType > | private |
m_maxIterationsPerRow | Eigen::RealSchur< _MatrixType > | static |
m_maxIters | Eigen::RealSchur< _MatrixType > | private |
m_workspaceVector | Eigen::RealSchur< _MatrixType > | private |
matrixT() const | Eigen::RealSchur< _MatrixType > | inline |
MatrixType typedef | Eigen::RealSchur< _MatrixType > | |
matrixU() const | Eigen::RealSchur< _MatrixType > | inline |
MaxColsAtCompileTime enum value | Eigen::RealSchur< _MatrixType > | |
MaxRowsAtCompileTime enum value | Eigen::RealSchur< _MatrixType > | |
Options enum value | Eigen::RealSchur< _MatrixType > | |
performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s &firstHouseholderVector, Scalar *workspace) | Eigen::RealSchur< _MatrixType > | inlineprivate |
RealSchur(Index size=RowsAtCompileTime==Dynamic ? 1 :RowsAtCompileTime) | Eigen::RealSchur< _MatrixType > | inlineexplicit |
RealSchur(const EigenBase< InputType > &matrix, bool computeU=true) | Eigen::RealSchur< _MatrixType > | inlineexplicit |
RowsAtCompileTime enum value | Eigen::RealSchur< _MatrixType > | |
Scalar typedef | Eigen::RealSchur< _MatrixType > | |
setMaxIterations(Index maxIters) | Eigen::RealSchur< _MatrixType > | inline |
splitOffTwoRows(Index iu, bool computeU, const Scalar &exshift) | Eigen::RealSchur< _MatrixType > | inlineprivate |
Vector3s typedef | Eigen::RealSchur< _MatrixType > | private |