SG++-Doxygen-Documentation
|
Implementation of identity Operation for all kinds of grids. More...
#include <OperationIdentity.hpp>
Public Member Functions | |
void | mult (DataVector &alpha, DataVector &result) override |
starts the Multiplication with the matrix More... | |
OperationIdentity () | |
Constructor of OperationIdentity. More... | |
~OperationIdentity () override | |
Destructor. More... | |
Public Member Functions inherited from sgpp::base::OperationMatrix | |
OperationMatrix () | |
Constructor. More... | |
virtual | ~OperationMatrix () |
Destructor. More... | |
Implementation of identity Operation for all kinds of grids.
|
inline |
Constructor of OperationIdentity.
|
inlineoverride |
Destructor.
|
inlineoverridevirtual |
starts the Multiplication with the matrix
alpha | DataVector that contains the ansatzfunctions' coefficients |
result | DataVector into which the result of the Laplace operation is stored |
Implements sgpp::base::OperationMatrix.
References alpha.