#include "rn.hh"#include "op.hh"#include "productspace.hh"#include "mpiserialfo.hh"#include "gridpp.hh"Go to the source code of this file.
Namespaces | |
| namespace | TSOpt |
Classes | |
| class | TSOpt::GridMaskFO |
| function object for masking a 1D grid function, in the form of a CP with Grid metadata. More... | |
| class | TSOpt::GridMaskOp |
| Mask operator for grid objects. More... | |
| class | TSOpt::GridWindowFO |
| function object for tapering a 1D grid function, in the form of a CP with Grid metadata. More... | |
| class | TSOpt::GridWindowOp |
| Affine window operator for grid objects. More... | |
| class | TSOpt::GridFwdDerivFO |
| class | TSOpt::GridAdjDerivFO |
| class | TSOpt::GridDerivOp |
| class | TSOpt::GridFwdExtendFO |
| class | TSOpt::GridAdjExtendFO |
| class | TSOpt::GridExtendOp |
Functions | |
| template<typename Scalar> | |
| Scalar | window (Scalar a, Scalar b, Scalar w, Scalar x) |
| piecewise linear taper function. | |
| Scalar window | ( | Scalar | a, | |
| Scalar | b, | |||
| Scalar | w, | |||
| Scalar | x | |||
| ) |
piecewise linear taper function.
no sanity check - calling unit responsible for assuring that w > 0
Definition at line 32 of file gridops.hh.
1.4.7