JUK1
SParamVFDataFrom< T > Struct Template Reference

#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...
 

Detailed Description

template<typename T>
struct SParamVFDataFrom< T >

Definition at line 19 of file SParameterBlockVF.hpp.

Member Data Documentation

◆ exp_alpha

template<typename T >
std::vector<std::complex<T> > SParamVFDataFrom< T >::exp_alpha

Definition at line 33 of file SParameterBlockVF.hpp.

◆ lambda

template<typename T >
std::complex<T> SParamVFDataFrom< T >::lambda = 0

the contribution of the current awave

Definition at line 36 of file SParameterBlockVF.hpp.

◆ lambda_p

template<typename T >
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.

◆ mu

template<typename T >
std::complex<T> SParamVFDataFrom< T >::mu = 0

the contribution of the previous awave

Definition at line 38 of file SParameterBlockVF.hpp.

◆ mu_p

template<typename T >
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.

◆ nu

template<typename T >
std::complex<T> SParamVFDataFrom< T >::nu = 0

the contribution of the 2nd previous awave

Definition at line 40 of file SParameterBlockVF.hpp.

◆ nu_p

template<typename T >
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.

◆ numPoles

template<typename T >
size_t SParamVFDataFrom< T >::numPoles = 0

Definition at line 20 of file SParameterBlockVF.hpp.

◆ pole

template<typename T >
std::vector<std::complex<T> > SParamVFDataFrom< T >::pole

Definition at line 22 of file SParameterBlockVF.hpp.

◆ remainder

template<typename T >
std::complex<T> SParamVFDataFrom< T >::remainder = 0

Definition at line 24 of file SParameterBlockVF.hpp.

◆ residue

template<typename T >
std::vector<std::complex<T> > SParamVFDataFrom< T >::residue

Definition at line 23 of file SParameterBlockVF.hpp.

◆ x

template<typename T >
std::vector<std::complex<T> > SParamVFDataFrom< T >::x

The previous x values.

Definition at line 43 of file SParameterBlockVF.hpp.


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