MFEM v4.8.0
Finite element discretization library
Loading...
Searching...
No Matches
complex_densemat.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  mfem
 

Functions

ComplexDenseMatrixmfem::Mult (const ComplexDenseMatrix &B, const ComplexDenseMatrix &C)
 Matrix matrix multiplication. A = B * C.
 
ComplexDenseMatrixmfem::MultAtB (const ComplexDenseMatrix &A, const ComplexDenseMatrix &B)
 Multiply the complex conjugate transpose of a matrix A with a matrix B. A^H*B.