![]() |
MFEM v4.8.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
| namespace | mfem |
Functions | |
| ComplexDenseMatrix * | mfem::Mult (const ComplexDenseMatrix &B, const ComplexDenseMatrix &C) |
| Matrix matrix multiplication. A = B * C. | |
| ComplexDenseMatrix * | mfem::MultAtB (const ComplexDenseMatrix &A, const ComplexDenseMatrix &B) |
| Multiply the complex conjugate transpose of a matrix A with a matrix B. A^H*B. | |