![]() |
MFEM v4.8.0
Finite element discretization library
|
Go to the source code of this file.
Classes | |
| class | mfem::ComplexDenseMatrix |
| Specialization of the ComplexOperator built from a pair of Dense Matrices. The purpose of this specialization is to support the inverse of a ComplexDenseMatrix and various MatMat operations See ComplexOperator documentation for more information. More... | |
| class | mfem::ComplexFactors |
| class | mfem::ComplexLUFactors |
| class | mfem::ComplexCholeskyFactors |
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. | |