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

/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h44 * decomposition is computed, you can use the matrixU() and matrixT()
110 * \sa matrixT() and matrixU() for examples.
156 * \code schur.matrixT().triangularView<Upper>() \endcode
161 const ComplexMatrixType& matrixT() const function in class:Eigen::ComplexSchur
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()
H A DRealSchur.h43 * matrixT() functions to retrieve the matrices U and T in the decomposition.
143 const MatrixType& matrixT() const function in class:Eigen::RealSchur
H A DRealQZ.h43 * matrixT(), matrixQ() and matrixZ() functions to retrieve the matrices
148 const MatrixType& matrixT() const { function in class:Eigen::RealQZ

Completed in 145 milliseconds