Lines Matching full:norm
98 /** \brief Computes the L2 operator norm
99 * \returns Operator norm of the matrix.
102 * This function computes the L2 operator norm of a matrix, which is also
103 * known as the spectral norm. The norm of a matrix \f$ A \f$ is defined to be
105 * where the maximum is over all vectors and the norm on the right is the
106 * Euclidean vector norm. The norm equals the largest singular value, which is
111 * by SelfAdjointView::eigenvalues(), to compute the operator norm of a
135 /** \brief Computes the L2 operator norm
136 * \returns Operator norm of the matrix.
139 * This function computes the L2 operator norm of a self-adjoint matrix. For a
140 * self-adjoint matrix, the operator norm is the largest eigenvalue.
143 * by eigenvalues(), to compute the operator norm of the matrix.