MFEM  v4.6.0
Finite element discretization library
Classes | Namespaces | Functions
complex_densemat.hpp File Reference

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

 mfem
 

Functions

ComplexDenseMatrix * mfem::Mult (const ComplexDenseMatrix &B, const ComplexDenseMatrix &C)
 Matrix matrix multiplication. A = B * C. More...
 
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. More...