![]() |
SG++-Doxygen-Documentation
|
Implements the standard L 2 scalar product on periodic grids. More...
#include <OperationMatrixLTwoDotPeriodic.hpp>
Public Member Functions | |
| virtual void | mult (sgpp::base::DataVector &alpha, sgpp::base::DataVector &result) |
| Implementation of standard matrix multiplication. More... | |
| OperationMatrixLTwoDotPeriodic (sgpp::base::GridStorage *gridStorage) | |
| Constructor. More... | |
| virtual | ~OperationMatrixLTwoDotPeriodic () |
| Destructor. More... | |
Public Member Functions inherited from sgpp::base::OperationMatrix | |
| OperationMatrix () | |
| Constructor. More... | |
| virtual | ~OperationMatrix () |
| Destructor. More... | |
Protected Attributes | |
| sgpp::base::GridStorage * | gridStorage |
Implements the standard L 2 scalar product on periodic grids.
|
explicit |
|
virtual |
Destructor.
|
virtual |
Implementation of standard matrix multiplication.
| alpha | DataVector that is multiplied to the matrix |
| result | DataVector into which the result of multiplication is stored |
Implements sgpp::base::OperationMatrix.
References sgpp::base::DataMatrix::get(), sgpp::base::HashGridStorage::getDimension(), sgpp::base::HashGridStorage::getLevelIndexArraysForEval(), sgpp::base::HashGridStorage::getSize(), sgpp::base::DataVector::getSize(), gridStorage, python.statsfileInfo::i, python.utils.statsfile2gnuplot::j, and level.
|
protected |
Referenced by mult(), and OperationMatrixLTwoDotPeriodic().