SG++-Doxygen-Documentation
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 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...
 

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: