#include <Convolution.hpp>
Public Member Functions | |
| Convolution (DbGrid *dbgrid=nullptr) | |
| Convolution (const Convolution &m) | |
| Convolution & | operator= (const Convolution &m) |
| virtual | ~Convolution () |
| int | ConvolveSparse (int iatt, const VectorVectorInt &ranks, const MatrixDense &wgt, const VectorDouble &means=VectorDouble(), int optionVerbose=0) |
| int | ConvolveFFT (int iatt, int nvar, const DbGrid *marpat, const VectorDouble &means=VectorDouble()) |
| Convolution::Convolution | ( | DbGrid * | dbgrid = nullptr | ) |
| Convolution::Convolution | ( | const Convolution & | m | ) |
|
virtual |
| int Convolution::ConvolveFFT | ( | int | iatt, |
| int | nvar, | ||
| const DbGrid * | marpat, | ||
| const VectorDouble & | means = VectorDouble() |
||
| ) |
| int Convolution::ConvolveSparse | ( | int | iatt, |
| const VectorVectorInt & | ranks, | ||
| const MatrixDense & | wgt, | ||
| const VectorDouble & | means = VectorDouble(), |
||
| int | optionVerbose = 0 |
||
| ) |
| Convolution & Convolution::operator= | ( | const Convolution & | m | ) |