JUK1
|
#include <SParameterBlockVF.hpp>
Public Attributes | |
size_t | numPoles = 0 |
std::vector< std::complex< T > > | pole |
std::vector< std::complex< T > > | residue |
std::complex< T > | remainder = 0 |
std::vector< std::complex< T > > | lambda_p |
the per-pole contribution of the current awave More... | |
std::vector< std::complex< T > > | mu_p |
the per-pole contribution of the previous awave More... | |
std::vector< std::complex< T > > | nu_p |
the per-pole contribution of the 2nd previous awave More... | |
std::vector< std::complex< T > > | exp_alpha |
std::complex< T > | lambda = 0 |
the contribution of the current awave More... | |
std::complex< T > | mu = 0 |
the contribution of the previous awave More... | |
std::complex< T > | nu = 0 |
the contribution of the 2nd previous awave More... | |
std::vector< std::complex< T > > | x |
The previous x values. More... | |
Definition at line 19 of file SParameterBlockVF.hpp.
std::vector<std::complex<T> > SParamVFDataFrom< T >::exp_alpha |
Definition at line 33 of file SParameterBlockVF.hpp.
std::complex<T> SParamVFDataFrom< T >::lambda = 0 |
the contribution of the current awave
Definition at line 36 of file SParameterBlockVF.hpp.
std::vector<std::complex<T> > SParamVFDataFrom< T >::lambda_p |
the per-pole contribution of the current awave
Definition at line 27 of file SParameterBlockVF.hpp.
std::complex<T> SParamVFDataFrom< T >::mu = 0 |
the contribution of the previous awave
Definition at line 38 of file SParameterBlockVF.hpp.
std::vector<std::complex<T> > SParamVFDataFrom< T >::mu_p |
the per-pole contribution of the previous awave
Definition at line 29 of file SParameterBlockVF.hpp.
std::complex<T> SParamVFDataFrom< T >::nu = 0 |
the contribution of the 2nd previous awave
Definition at line 40 of file SParameterBlockVF.hpp.
std::vector<std::complex<T> > SParamVFDataFrom< T >::nu_p |
the per-pole contribution of the 2nd previous awave
Definition at line 31 of file SParameterBlockVF.hpp.
size_t SParamVFDataFrom< T >::numPoles = 0 |
Definition at line 20 of file SParameterBlockVF.hpp.
std::vector<std::complex<T> > SParamVFDataFrom< T >::pole |
Definition at line 22 of file SParameterBlockVF.hpp.
std::complex<T> SParamVFDataFrom< T >::remainder = 0 |
Definition at line 24 of file SParameterBlockVF.hpp.
std::vector<std::complex<T> > SParamVFDataFrom< T >::residue |
Definition at line 23 of file SParameterBlockVF.hpp.
std::vector<std::complex<T> > SParamVFDataFrom< T >::x |
The previous x values.
Definition at line 43 of file SParameterBlockVF.hpp.