ColsAtCompileTime enum value | Eigen::ComplexSchur< _MatrixType > | |
ComplexMatrixType typedef | Eigen::ComplexSchur< _MatrixType > | |
ComplexScalar typedef | Eigen::ComplexSchur< _MatrixType > | |
ComplexSchur(Index size=RowsAtCompileTime==Dynamic ? 1 :RowsAtCompileTime) | Eigen::ComplexSchur< _MatrixType > | inlineexplicit |
ComplexSchur(const EigenBase< InputType > &matrix, bool computeU=true) | Eigen::ComplexSchur< _MatrixType > | inlineexplicit |
compute(const EigenBase< InputType > &matrix, bool computeU=true) | Eigen::ComplexSchur< _MatrixType > | |
compute(const EigenBase< InputType > &matrix, bool computeU) | Eigen::ComplexSchur< _MatrixType > | |
computeFromHessenberg(const HessMatrixType &matrixH, const OrthMatrixType &matrixQ, bool computeU=true) | Eigen::ComplexSchur< _MatrixType > | |
computeFromHessenberg(const HessMatrixType &matrixH, const OrthMatrixType &matrixQ, bool computeU) | Eigen::ComplexSchur< _MatrixType > | |
computeShift(Index iu, Index iter) | Eigen::ComplexSchur< _MatrixType > | private |
getMaxIterations() | Eigen::ComplexSchur< _MatrixType > | inline |
Index typedef | Eigen::ComplexSchur< _MatrixType > | |
info() const | Eigen::ComplexSchur< _MatrixType > | inline |
internal::complex_schur_reduce_to_hessenberg< MatrixType, NumTraits< Scalar >::IsComplex > | Eigen::ComplexSchur< _MatrixType > | friend |
m_hess | Eigen::ComplexSchur< _MatrixType > | protected |
m_info | Eigen::ComplexSchur< _MatrixType > | protected |
m_isInitialized | Eigen::ComplexSchur< _MatrixType > | protected |
m_matT | Eigen::ComplexSchur< _MatrixType > | protected |
m_matU | Eigen::ComplexSchur< _MatrixType > | protected |
m_matUisUptodate | Eigen::ComplexSchur< _MatrixType > | protected |
m_maxIterationsPerRow | Eigen::ComplexSchur< _MatrixType > | static |
m_maxIters | Eigen::ComplexSchur< _MatrixType > | protected |
matrixT() const | Eigen::ComplexSchur< _MatrixType > | inline |
MatrixType typedef | Eigen::ComplexSchur< _MatrixType > | |
matrixU() const | Eigen::ComplexSchur< _MatrixType > | inline |
MaxColsAtCompileTime enum value | Eigen::ComplexSchur< _MatrixType > | |
MaxRowsAtCompileTime enum value | Eigen::ComplexSchur< _MatrixType > | |
Options enum value | Eigen::ComplexSchur< _MatrixType > | |
RealScalar typedef | Eigen::ComplexSchur< _MatrixType > | |
reduceToTriangularForm(bool computeU) | Eigen::ComplexSchur< _MatrixType > | private |
RowsAtCompileTime enum value | Eigen::ComplexSchur< _MatrixType > | |
Scalar typedef | Eigen::ComplexSchur< _MatrixType > | |
setMaxIterations(Index maxIters) | Eigen::ComplexSchur< _MatrixType > | inline |
subdiagonalEntryIsNeglegible(Index i) | Eigen::ComplexSchur< _MatrixType > | inlineprivate |