SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::base::OperationIdentity Class Reference

Implementation of identity Operation for all kinds of grids. More...

#include <OperationIdentity.hpp>

Inheritance diagram for sgpp::base::OperationIdentity:
sgpp::base::OperationMatrix

Public Member Functions

void mult (DataVector &alpha, DataVector &result) override
 starts the Multiplication with the matrix
 
 OperationIdentity ()
 Constructor of OperationIdentity.
 
 ~OperationIdentity () override
 Destructor.
 
- Public Member Functions inherited from sgpp::base::OperationMatrix
 OperationMatrix ()
 Constructor.
 
virtual ~OperationMatrix ()
 Destructor.
 

Detailed Description

Implementation of identity Operation for all kinds of grids.

Constructor & Destructor Documentation

◆ OperationIdentity()

sgpp::base::OperationIdentity::OperationIdentity ( )
inline

Constructor of OperationIdentity.

◆ ~OperationIdentity()

sgpp::base::OperationIdentity::~OperationIdentity ( )
inlineoverride

Destructor.

Member Function Documentation

◆ mult()

void sgpp::base::OperationIdentity::mult ( DataVector alpha,
DataVector result 
)
inlineoverridevirtual

starts the Multiplication with the matrix

Parameters
alphaDataVector that contains the ansatzfunctions' coefficients
resultDataVector into which the result of the Laplace operation is stored

Implements sgpp::base::OperationMatrix.

References alpha.


The documentation for this class was generated from the following file: