SG++-Doxygen-Documentation
sgpp::pde::OperationMatrixLTwoDotModPoly Class Reference

Implements the standard L 2 scalar product on periodic grids. More...

#include <OperationMatrixLTwoDotModPoly.hpp>

Inheritance diagram for sgpp::pde::OperationMatrixLTwoDotModPoly:
sgpp::base::OperationMatrix

Public Member Functions

virtual void mult (sgpp::base::DataVector &alpha, sgpp::base::DataVector &result)
 Implementation of standard matrix multiplication. More...
 
 OperationMatrixLTwoDotModPoly (sgpp::base::Grid *grid)
 Constructor. More...
 
virtual ~OperationMatrixLTwoDotModPoly ()
 Destructor. More...
 
- Public Member Functions inherited from sgpp::base::OperationMatrix
 OperationMatrix ()
 Constructor. More...
 
virtual ~OperationMatrix ()
 Destructor. More...
 

Protected Attributes

sgpp::base::Gridgrid
 

Detailed Description

Implements the standard L 2 scalar product on periodic grids.

Constructor & Destructor Documentation

◆ OperationMatrixLTwoDotModPoly()

sgpp::pde::OperationMatrixLTwoDotModPoly::OperationMatrixLTwoDotModPoly ( sgpp::base::Grid grid)
explicit

Constructor.

Parameters
gridpointer to the sparse grid object

References grid.

◆ ~OperationMatrixLTwoDotModPoly()

sgpp::pde::OperationMatrixLTwoDotModPoly::~OperationMatrixLTwoDotModPoly ( )
virtual

Destructor.

Member Function Documentation

◆ mult()

void sgpp::pde::OperationMatrixLTwoDotModPoly::mult ( sgpp::base::DataVector alpha,
sgpp::base::DataVector result 
)
virtual

Member Data Documentation

◆ grid


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