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

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

#include <OperationMatrixLTwoDotBspline.hpp>

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

Public Member Functions

virtual void mult (sgpp::base::DataVector &alpha, sgpp::base::DataVector &result)
 Implementation of standard matrix multiplication. More...
 
 OperationMatrixLTwoDotBspline (sgpp::base::Grid *grid)
 Constructor. More...
 
virtual ~OperationMatrixLTwoDotBspline ()
 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

◆ OperationMatrixLTwoDotBspline()

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

Constructor.

Parameters
gridpointer to the sparse grid object

References grid.

◆ ~OperationMatrixLTwoDotBspline()

sgpp::pde::OperationMatrixLTwoDotBspline::~OperationMatrixLTwoDotBspline ( )
virtual

Destructor.

Member Function Documentation

◆ mult()

Member Data Documentation

◆ grid


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