Home | History | Annotate | Download | only in Eigenvalues

Lines Matching full:brief

32   * \brief Reduces a square matrix to Hessenberg form by an orthogonal similarity transformation
61 /** \brief Synonym for the template parameter \p _MatrixType. */
72 /** \brief Scalar type for matrices of type #MatrixType. */
76 /** \brief Type for vector of Householder coefficients.
84 /** \brief Return type of matrixQ() */
89 /** \brief Default constructor; the decomposition will be computed later.
109 /** \brief Constructor; computes Hessenberg decomposition of given matrix.
133 /** \brief Computes Hessenberg decomposition of given matrix.
164 /** \brief Returns the Householder coefficients.
183 /** \brief Returns the internal representation of the decomposition
218 /** \brief Reconstructs the orthogonal matrix Q in the decomposition
240 /** \brief Constructs the Hessenberg matrix H in the decomposition
325 * \brief Expression type for return value of HessenbergDecomposition::matrixH()
342 /** \brief Constructor.
348 /** \brief Hessenberg matrix in decomposition.