![]() |
SG++-Doxygen-Documentation
|
Explicit representation of the matrix \((\Phi_i,\Phi_j)_{L2}\) for a sparse grid. More...
#include <OperationMatrixLTwoDotExplicitBspline.hpp>
Public Member Functions | |
virtual void | mult (sgpp::base::DataVector &alpha, sgpp::base::DataVector &result) |
Implementation of standard matrix multiplication. | |
OperationMatrixLTwoDotExplicitBspline (sgpp::base::DataMatrix *m, sgpp::base::Grid *grid) | |
Constructor that uses a external matrix pointer to construct the matrix, i.e. | |
OperationMatrixLTwoDotExplicitBspline (sgpp::base::Grid *grid) | |
Constructor that creates an own matrix i.e. | |
virtual | ~OperationMatrixLTwoDotExplicitBspline () |
Destructor. | |
![]() | |
OperationMatrix () | |
Constructor. | |
virtual | ~OperationMatrix () |
Destructor. | |
Explicit representation of the matrix \((\Phi_i,\Phi_j)_{L2}\) for a sparse grid.
sgpp::pde::OperationMatrixLTwoDotExplicitBspline::OperationMatrixLTwoDotExplicitBspline | ( | sgpp::base::DataMatrix * | m, |
sgpp::base::Grid * | grid | ||
) |
Constructor that uses a external matrix pointer to construct the matrix, i.e.
matrix is NOT destroyed by the destructor of OperationMatrixLTwoDotExplicitBsplineFullGrid
m | pointer to datamatrix of size (number of grid point) x (number of grid points) |
grid | the sparse grid |
|
explicit |
Constructor that creates an own matrix i.e.
matrix is destroyed by the destructor of OperationMatrixLTwoDotExplicitBsplineFullGrid
grid | the sparse grid |
References grid().
|
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 alpha, sgpp::base::DataMatrix::getNcols(), sgpp::base::DataMatrix::getNrows(), sgpp::base::DataMatrix::getPointer(), and sgpp::base::DataVector::getSize().