Symmetric2x2Solve¶
Apply the inverse of a 2x2 symmetric (Hermitian) matrix to the matrix A.
Note
This is not a standard BLAS routine.
C++ API¶
-
void
Symmetric2x2Solve
(LeftOrRight side, UpperOrLower uplo, const Matrix<F> &D, Matrix<F> &A, bool conjugate = false)¶
-
void
Symmetric2x2Solve
(LeftOrRight side, UpperOrLower uplo, const AbstractDistMatrix<F> &D, AbstractDistMatrix<F> &A, bool conjugate = false)¶
C API¶
TODO