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

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

#include <OperationMatrixLTwoDotPolyClenshawCurtis.hpp>

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

Public Member Functions

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

Protected Attributes

sgpp::base::ClenshawCurtisTableclenshawCurtisTable
 
sgpp::base::Gridgrid
 

Detailed Description

Implements the standard L 2 scalar product on periodic grids.

Constructor & Destructor Documentation

◆ OperationMatrixLTwoDotPolyClenshawCurtis()

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

Constructor.

Parameters
gridpointer to the sparse grid object

References grid, and ~OperationMatrixLTwoDotPolyClenshawCurtis().

◆ ~OperationMatrixLTwoDotPolyClenshawCurtis()

sgpp::pde::OperationMatrixLTwoDotPolyClenshawCurtis::~OperationMatrixLTwoDotPolyClenshawCurtis ( )
virtual

Destructor.

Referenced by OperationMatrixLTwoDotPolyClenshawCurtis().

Member Function Documentation

◆ mult()

Member Data Documentation

◆ clenshawCurtisTable

sgpp::base::ClenshawCurtisTable& sgpp::pde::OperationMatrixLTwoDotPolyClenshawCurtis::clenshawCurtisTable
protected

Referenced by mult().

◆ grid


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