SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::base::OperationEvalLinearClenshawCurtisBoundaryNaive Class Reference

#include <OperationEvalLinearClenshawCurtisBoundaryNaive.hpp>

Inheritance diagram for sgpp::base::OperationEvalLinearClenshawCurtisBoundaryNaive:
sgpp::base::OperationEval

Public Member Functions

void eval (const DataMatrix &alpha, const DataVector &point, DataVector &value) override
 
double eval (const DataVector &alpha, const DataVector &point) override
 
 OperationEvalLinearClenshawCurtisBoundaryNaive (GridStorage &storage)
 Constructor.
 
 ~OperationEvalLinearClenshawCurtisBoundaryNaive () override
 Destructor.
 
- Public Member Functions inherited from sgpp::base::OperationEval
 OperationEval ()
 Default constructor.
 
virtual ~OperationEval ()
 Destructor.
 

Protected Attributes

SLinearClenshawCurtisBoundaryBase base
 1D linear basis
 
DataVector pointInUnitCube
 untransformed evaluation point (temporary vector)
 
GridStoragestorage
 storage of the sparse grid
 

Constructor & Destructor Documentation

◆ OperationEvalLinearClenshawCurtisBoundaryNaive()

sgpp::base::OperationEvalLinearClenshawCurtisBoundaryNaive::OperationEvalLinearClenshawCurtisBoundaryNaive ( GridStorage storage)
inlineexplicit

Constructor.

Parameters
storagestorage of the sparse grid

◆ ~OperationEvalLinearClenshawCurtisBoundaryNaive()

sgpp::base::OperationEvalLinearClenshawCurtisBoundaryNaive::~OperationEvalLinearClenshawCurtisBoundaryNaive ( )
inlineoverride

Destructor.

Member Function Documentation

◆ eval() [1/2]

void sgpp::base::OperationEvalLinearClenshawCurtisBoundaryNaive::eval ( const DataMatrix alpha,
const DataVector point,
DataVector value 
)
overridevirtual

◆ eval() [2/2]

Member Data Documentation

◆ base

SLinearClenshawCurtisBoundaryBase sgpp::base::OperationEvalLinearClenshawCurtisBoundaryNaive::base
protected

1D linear basis

Referenced by eval(), and eval().

◆ pointInUnitCube

DataVector sgpp::base::OperationEvalLinearClenshawCurtisBoundaryNaive::pointInUnitCube
protected

untransformed evaluation point (temporary vector)

Referenced by eval(), and eval().

◆ storage

GridStorage& sgpp::base::OperationEvalLinearClenshawCurtisBoundaryNaive::storage
protected

storage of the sparse grid

Referenced by eval(), and eval().


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