This class implements OperationMultipleEval for a grids with prewavelet ansatzfunctions without boundaries.
More...
#include <OperationMultipleEvalPrewavelet.hpp>
|
double | getDuration () override |
|
void | mult (DataVector &alpha, DataVector &result) override |
| Multiplication of \(B^T\) with vector \(\alpha\).
|
|
void | multTranspose (DataVector &source, DataVector &result) override |
| Multiplication of \(B\) with vector \(\alpha\).
|
|
| OperationMultipleEvalPrewavelet (Grid &grid, DataMatrix &dataset) |
| Constructor of OperationMultipleEvalPrewavelet.
|
|
| ~OperationMultipleEvalPrewavelet () override |
| Destructor.
|
|
void | eval (DataVector &alpha, DataVector &result) |
| Evaluate multiple datapoints with the specified grid.
|
|
virtual std::string | getImplementationName () |
| Name of this implementation of the operation.
|
|
virtual void | mult (DataVector &alpha, DataVector &result, size_t startIndexData, size_t endIndexData) |
| Multiplication of \(B^T\) with vector \(\alpha\).
|
|
virtual void | multTranspose (DataVector &source, DataVector &result, size_t startIndexGrid, size_t endIndexGrid) |
| Multiplication of \(B\) with vector \(\alpha\).
|
|
| OperationMultipleEval (sgpp::base::Grid &grid, DataMatrix &dataset) |
| Constructor.
|
|
virtual void | prepare () |
| Used for kernel-specific setup like special data structures that are defined from the current state of the grid.
|
|
virtual | ~OperationMultipleEval () |
| Destructor.
|
|
This class implements OperationMultipleEval for a grids with prewavelet ansatzfunctions without boundaries.
◆ OperationMultipleEvalPrewavelet()
sgpp::base::OperationMultipleEvalPrewavelet::OperationMultipleEvalPrewavelet |
( |
Grid & |
grid, |
|
|
DataMatrix & |
dataset |
|
) |
| |
|
inline |
◆ ~OperationMultipleEvalPrewavelet()
sgpp::base::OperationMultipleEvalPrewavelet::~OperationMultipleEvalPrewavelet |
( |
| ) |
|
|
inlineoverride |
◆ getDuration()
double sgpp::base::OperationMultipleEvalPrewavelet::getDuration |
( |
| ) |
|
|
overridevirtual |
◆ mult()
◆ multTranspose()
void sgpp::base::OperationMultipleEvalPrewavelet::multTranspose |
( |
DataVector & |
source, |
|
|
DataVector & |
result |
|
) |
| |
|
overridevirtual |
◆ storage
GridStorage& sgpp::base::OperationMultipleEvalPrewavelet::storage |
|
protected |
The documentation for this class was generated from the following files: