Schatten norms¶
The following routines compute the \(\ell_p\) norm of the singular values.
C++ API¶
-
Base<F>
SchattenNorm
(const AbstractDistMatrix<F> &A, Base<F> p)¶
-
Base<F>
SymmetricSchattenNorm
(UpperOrLower uplo, const Matrix<F> &A, Base<F> p)¶
-
Base<F>
SymmetricSchattenNorm
(UpperOrLower uplo, const AbstractDistMatrix<F> &A, Base<F> p)¶
-
Base<F>
HermitianSchattenNorm
(UpperOrLower uplo, const Matrix<F> &A, Base<F> p)¶
-
Base<F>
HermitianSchattenNorm
(UpperOrLower uplo, const AbstractDistMatrix<F> &A, Base<F> p)¶
C API¶
Python API¶
TODO