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

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

#include <OperationMatrixLTwoDotBsplineClenshawCurtis.hpp>

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

Public Member Functions

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

◆ OperationMatrixLTwoDotBsplineClenshawCurtis()

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

Constructor.

Parameters
gridpointer to the sparse grid object

References grid.

◆ ~OperationMatrixLTwoDotBsplineClenshawCurtis()

sgpp::pde::OperationMatrixLTwoDotBsplineClenshawCurtis::~OperationMatrixLTwoDotBsplineClenshawCurtis ( )
virtual

Destructor.

Member Function Documentation

◆ mult()

Member Data Documentation

◆ grid


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