Searched defs:matrixT (Results 1 - 5 of 5) 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.
157 * \code schur.matrixT().triangularView<Upper>() \endcode
162 const ComplexMatrixType& matrixT() const function in class:Eigen::ComplexSchur
H A DTridiagonalization.h55 * matrixQ() and matrixT() functions to retrieve the matrices Q and T in the
238 * matrixT(), class HouseholderSequence
265 MatrixTReturnType matrixT() const function in class:Eigen::Tridiagonalization
282 * \sa matrixT(), subDiagonal()
294 * \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.
144 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
/external/eigen/Eigen/src/QR/
H A DCompleteOrthogonalDecomposition.h175 * \code matrixT().template triangularView<Upper>() \endcode
181 const MatrixType& matrixT() const { return m_cpqr.matrixQR(); } function in class:Eigen::CompleteOrthogonalDecomposition
510 dst.topRows(rank) = matrixT()

Completed in 961 milliseconds