20#include "libmesh/dense_submatrix.h"
43 this->multiply(*
this, M2, M3);
61 this->multiply(*
this, M2, M3);
70#ifdef LIBMESH_USE_COMPLEX_NUMBERS
Defines an abstract dense matrix base class for use in Finite Element-type computations.
Defines a dense submatrix for use in Finite Element-type computations.
virtual void left_multiply(const DenseMatrixBase< T > &M2) override final
Performs the operation: (*this) <- M2 * (*this)
virtual void right_multiply(const DenseMatrixBase< T > &M3) override final
Performs the operation: (*this) <- (*this) * M3.
The libMesh namespace provides an interface to certain functionality in the library.