|
codac
1.5.7
|
Image of a separator by a function \(f\) where an analytic expression of \(\mathbf{f}^{-1}\) is avaiable. the computation is less pessimism than using a classical a forward / backward propagation (. More...
#include <codac_SepTransform.h>
Inherits Sep.
Public Member Functions | |
| SepTransform (Sep &s, Function &ffwd, Function &fbwd) | |
| Construct a new Sep Transform object. More... | |
Public Attributes | |
| Sep & | s |
| Function & | fbwd |
| Function & | ffwd |
Image of a separator by a function \(f\) where an analytic expression of \(\mathbf{f}^{-1}\) is avaiable. the computation is less pessimism than using a classical a forward / backward propagation (.
| codac::SepTransform::SepTransform | ( | Sep & | s, |
| Function & | ffwd, | ||
| Function & | fbwd | ||
| ) |
Construct a new Sep Transform object.
| s | Separator to transform |
| ffwd | Function \(\mathbf{f}\) used for the forward transformation |
| fbwd | Function used for the backward transformation based on an explicite evaluation of \(\mathbf{f}^{-1}\) |
| Sep& codac::SepTransform::s |
Separator
| Function& codac::SepTransform::fbwd |
Inverse transformation
| Function& codac::SepTransform::ffwd |
transformation