Searched defs:matrixT (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h44 * decomposition is computed, you can use the matrixU() and matrixT()
109 * \sa matrixT() and matrixU() for examples.
154 * \code schur.matrixT().triangularView<Upper>() \endcode
159 const ComplexMatrixType& matrixT() const function in class:Eigen::ComplexSchur
H A DRealSchur.h43 * matrixT() functions to retrieve the matrices U and T in the decomposition.
141 const MatrixType& matrixT() const function in class:Eigen::RealSchur
H A DTridiagonalization.h53 * matrixQ() and matrixT() functions to retrieve the matrices Q and T in the
236 * matrixT(), class HouseholderSequence
263 MatrixTReturnType matrixT() const function in class:Eigen::Tridiagonalization
280 * \sa matrixT(), subDiagonal()
292 * \sa diagonal() for an example, matrixT()
522 * \brief Expression type for return value of Tridiagonalization::matrixT()

Completed in 113 milliseconds