HomeSort by relevance Sort by last modified time
    Searched defs:matrixT (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 44 * 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
RealSchur.h 43 * matrixT() functions to retrieve the matrices U and T in the decomposition.
144 const MatrixType& matrixT() const
Tridiagonalization.h 55 * matrixQ() and matrixT() functions to retrieve the matrices Q and T in the
238 * matrixT(), class HouseholderSequence
265 MatrixTReturnType matrixT() const
282 * \sa matrixT(), subDiagonal()
294 * \sa diagonal() for an example, matrixT()
522 * \brief Expression type for return value of Tridiagonalization::matrixT()
RealQZ.h 43 * matrixT(), matrixQ() and matrixZ() functions to retrieve the matrices
148 const MatrixType& matrixT() const {
  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 175 * \code matrixT().template triangularView<Upper>() \endcode
181 const MatrixType& matrixT() const { return m_cpqr.matrixQR(); }
510 dst.topRows(rank) = matrixT()

Completed in 95 milliseconds