Symmetric2x2Scale¶
Apply a 2x2 symmetric (Hermitian) matrix to the matrix A.
C++ API¶
-
void
Symmetric2x2Scale
(LeftOrRight side, UpperOrLower uplo, const Matrix<F> &D, Matrix<F> &A, bool conjugate = false)¶
-
void
Symmetric2x2Scale
(LeftOrRight side, UpperOrLower uplo, const AbstractDistMatrix<F> &D, AbstractDistMatrix<F> &A, bool conjugate = false)¶
C API¶
TODO
Python API¶
TODO