codac 1.5.6
Loading...
Searching...
No Matches
codac::CtcTransform Class Reference

Transformation of a separator with an inversible transformation T(S)(X) = { ffwd*Sin*fbwd(X), ffwd*Sout*fbwd(X)} Using a function and its inverse is less pessimism than using a forward / backward propagation (see: sepInverse) More...

#include <codac_CtcTransform.h>

Inherits Ctc.

Public Attributes

Ctc & ctc
 
Function & fbwd
 
Function & ffwd
 

Detailed Description

Transformation of a separator with an inversible transformation T(S)(X) = { ffwd*Sin*fbwd(X), ffwd*Sout*fbwd(X)} Using a function and its inverse is less pessimism than using a forward / backward propagation (see: sepInverse)

Member Data Documentation

◆ ctc

Ctc& codac::CtcTransform::ctc

contractor

◆ fbwd

Function& codac::CtcTransform::fbwd

Inverse transformation

◆ ffwd

Function& codac::CtcTransform::ffwd

transformation


The documentation for this class was generated from the following file: