arg_p | casacore::Function< T, T > | mutableprotected |
argp() const | casacore::Function< T, T > | inline |
ArgType typedef | casacore::Function< T, T > | |
ChebyshevParam() | casacore::ChebyshevParam< T > | |
ChebyshevParam(const uInt n) | casacore::ChebyshevParam< T > | explicit |
ChebyshevParam(const T &min, const T &max, ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0)) | casacore::ChebyshevParam< T > | |
ChebyshevParam(const Vector< T > &coeffs, const T &min, const T &max, ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0)) | casacore::ChebyshevParam< T > | |
ChebyshevParam(uInt order, const RecordInterface &mode) | casacore::ChebyshevParam< T > | |
ChebyshevParam(const Vector< T > &coeffs, const RecordInterface &mode) | casacore::ChebyshevParam< T > | |
ChebyshevParam(const ChebyshevParam &other) | casacore::ChebyshevParam< T > | |
ChebyshevParam(const ChebyshevParam< W > &other) | casacore::ChebyshevParam< T > | inline |
chebyshevToPower(Vector< T > &coeffs) | casacore::ChebyshevParam< T > | static |
clone() const=0 | casacore::Function< T, T > | pure virtual |
cloneAD() const | casacore::Function< T, T > | virtual |
cloneNonAD() const | casacore::Function< T, T > | virtual |
def_p | casacore::ChebyshevParam< T > | protected |
derivativeCoeffs(Vector< T > &coeffs, const T &xmin=T(-1), const T &xmax=T(1)) | casacore::ChebyshevParam< T > | static |
eval(FunctionArg x) const=0 | casacore::Function< T, T > | pure virtual |
Function() | casacore::Function< T, T > | inline |
Function(const uInt n) | casacore::Function< T, T > | inlineexplicit |
Function(const Vector< T > &in) | casacore::Function< T, T > | inlineexplicit |
Function(const FunctionParam< T > &other) | casacore::Function< T, T > | inline |
Function(const Function< W, X > &other) | casacore::Function< T, T > | inline |
Function1D() | casacore::Function1D< T, U > | inline |
Function1D(const uInt n) | casacore::Function1D< T, U > | inlineexplicit |
Function1D(const Vector< T > &in) | casacore::Function1D< T, U > | inlineexplicit |
Function1D(const FunctionParam< T > &other) | casacore::Function1D< T, U > | inline |
Function1D(const Function1D< W, X > &other) | casacore::Function1D< T, U > | inline |
FunctionArg typedef | casacore::Function1D< T, U > | |
getCoefficient(const uInt which) const | casacore::ChebyshevParam< T > | inline |
getCoefficients() const | casacore::ChebyshevParam< T > | |
getDefault() const | casacore::ChebyshevParam< T > | inline |
getIntervalMax() const | casacore::ChebyshevParam< T > | inline |
getIntervalMin() const | casacore::ChebyshevParam< T > | inline |
getMode(RecordInterface &mode) const | casacore::Function< T, T > | virtual |
getOutOfIntervalMode() const | casacore::ChebyshevParam< T > | inline |
hasMode() const | casacore::Function< T, T > | virtual |
locked_p | casacore::Function< T, T > | mutableprotected |
lockParam() | casacore::Function< T, T > | inline |
mask(const uInt n) | casacore::Function< T, T > | inline |
mask(const uInt n) const | casacore::Function< T, T > | inline |
maxx_p | casacore::ChebyshevParam< T > | protected |
minx_p | casacore::ChebyshevParam< T > | protected |
mode_p | casacore::ChebyshevParam< T > | protected |
modes_s | casacore::ChebyshevParam< T > | protectedstatic |
name() const | casacore::ChebyshevParam< T > | inlinevirtual |
nCoefficients() const | casacore::ChebyshevParam< T > | inline |
ndim() const | casacore::Function1D< T, U > | inlinevirtual |
nparameters() const | casacore::Function< T, T > | inline |
operator()() const | casacore::Function< T, T > | inlinevirtual |
operator()(const ArgType &x) const | casacore::Function< T, T > | inlinevirtual |
operator()(const Vector< ArgType > &x) const | casacore::Function< T, T > | virtual |
operator()(FunctionArg x) const | casacore::Function< T, T > | inlinevirtual |
operator()(const ArgType &x, const ArgType &y) const | casacore::Function< T, T > | virtual |
operator()(const ArgType &x, const ArgType &y, const ArgType &z) const | casacore::Function< T, T > | virtual |
Functional< FunctionTraits< T >::ArgType, T >::operator()(const FunctionTraits< T >::ArgType &x) const=0 | casacore::Functional< FunctionTraits< T >::ArgType, T > | pure virtual |
Functional< Vector< FunctionTraits< T >::ArgType >, T >::operator()(const Vector< FunctionTraits< T >::ArgType > &x) const=0 | casacore::Functional< Vector< FunctionTraits< T >::ArgType >, T > | pure virtual |
operator=(const ChebyshevParam< T > &other) | casacore::ChebyshevParam< T > | |
operator[](const uInt n) | casacore::Function< T, T > | inline |
operator[](const uInt n) const | casacore::Function< T, T > | inline |
order() const | casacore::ChebyshevParam< T > | inline |
param_p | casacore::Function< T, T > | protected |
parameters() const | casacore::Function< T, T > | inline |
parameters() | casacore::Function< T, T > | inline |
parset_p | casacore::Function< T, T > | mutableprotected |
parsetp() const | casacore::Function< T, T > | inline |
powerToChebyshev(Vector< T > &coeffs) | casacore::ChebyshevParam< T > | static |
print(ostream &os) const | casacore::Function< T, T > | inline |
setCoefficient(const uInt which, const T &value) | casacore::ChebyshevParam< T > | |
setCoefficients(const Vector< T > &coeffs) | casacore::ChebyshevParam< T > | |
setDefault(const T &val) | casacore::ChebyshevParam< T > | inline |
setInterval(T xmin, T xmax) | casacore::ChebyshevParam< T > | inline |
setMode(const RecordInterface &mode) | casacore::Function< T, T > | virtual |
setOutOfIntervalMode(ChebyshevEnums::OutOfIntervalMode mode) | casacore::ChebyshevParam< T > | inline |
unlockParam() | casacore::Function< T, T > | inline |
~ChebyshevParam() | casacore::ChebyshevParam< T > | virtual |
~Function() | casacore::Function< T, T > | inlinevirtual |
~Function1D() | casacore::Function1D< T, U > | inlinevirtual |
Functional< FunctionTraits< T >::~Functional() | casacore::Functional< FunctionTraits< T >::ArgType, T > | virtual |
Functional< Vector< FunctionTraits< T >::ArgType >, T >::~Functional() | casacore::Functional< Vector< FunctionTraits< T >::ArgType >, T > | virtual |