Lines Matching full:diagonal
27 * Here, an atomic matrix is a triangular matrix whose diagonal entries are close to each other.
240 /** \brief Compute block diagonal part of matrix function.
242 * This routine computes the matrix function applied to the block diagonal part of \p T (which should be
244 * each diagonal block is computed by \p atomic. The off-diagonal parts of \p fT are set to zero.
322 /** \brief Compute part of matrix function above block diagonal.
325 * matrix \p T. It assumes that the block diagonal part of \p fT has already been computed. The part below
326 * the diagonal is zero, because \p T is upper triangular.
437 matrix_function_partition_eigenvalues(T.diagonal(), clusters);
449 matrix_function_compute_map(T.diagonal(), clusters, eivalToCluster);