, including all inherited members.
arg_p | casa::Function< T, T > | [mutable, protected] |
argp() const | casa::Function< T, T > | [inline] |
ArgType typedef | casa::Function< T, T > | |
Chebyshev() | casa::Chebyshev< T > | [inline] |
Chebyshev(const uInt n) | casa::Chebyshev< T > | [inline, explicit] |
Chebyshev(const T &min, const T &max, const typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0)) | casa::Chebyshev< T > | [inline] |
Chebyshev(const Vector< T > &coeffs, const T &min, const T &max, const typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0)) | casa::Chebyshev< T > | [inline] |
Chebyshev(uInt order, const RecordInterface &mode) | casa::Chebyshev< T > | [inline] |
Chebyshev(const Vector< T > &coeffs, const RecordInterface &mode) | casa::Chebyshev< T > | [inline] |
Chebyshev(const Chebyshev &other) | casa::Chebyshev< T > | [inline] |
ChebyshevParam() | casa::ChebyshevParam< T > | |
ChebyshevParam(const uInt n) | casa::ChebyshevParam< T > | [explicit] |
ChebyshevParam(const T &min, const T &max, ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0)) | casa::ChebyshevParam< T > | |
ChebyshevParam(const Vector< T > &coeffs, const T &min, const T &max, ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0)) | casa::ChebyshevParam< T > | |
ChebyshevParam(uInt order, const RecordInterface &mode) | casa::ChebyshevParam< T > | |
ChebyshevParam(const Vector< T > &coeffs, const RecordInterface &mode) | casa::ChebyshevParam< T > | |
ChebyshevParam(const ChebyshevParam &other) | casa::ChebyshevParam< T > | |
ChebyshevParam(const ChebyshevParam< W > &other) | casa::ChebyshevParam< T > | [inline] |
ChebyshevParamModeImpl() | casa::ChebyshevParamModeImpl< T > | [inline] |
ChebyshevParamModeImpl(const uInt n) | casa::ChebyshevParamModeImpl< T > | [inline, explicit] |
ChebyshevParamModeImpl(const T &min, const T &max, typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0)) | casa::ChebyshevParamModeImpl< T > | [inline] |
ChebyshevParamModeImpl(const Vector< T > &coeffs, const T &min, const T &max, typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0)) | casa::ChebyshevParamModeImpl< T > | [inline] |
ChebyshevParamModeImpl(uInt order, const RecordInterface &mode) | casa::ChebyshevParamModeImpl< T > | [inline] |
ChebyshevParamModeImpl(const Vector< T > &coeffs, const RecordInterface &mode) | casa::ChebyshevParamModeImpl< T > | [inline] |
ChebyshevParamModeImpl(const ChebyshevParamModeImpl &other) | casa::ChebyshevParamModeImpl< T > | [inline] |
chebyshevToPower(Vector< T > &coeffs) | casa::ChebyshevParam< T > | [static] |
clone() const | casa::MarshallableChebyshev< T > | [inline, virtual] |
cloneAD() const | casa::Function< T, T > | [virtual] |
cloneNonAD() const | casa::Function< T, T > | [virtual] |
COEFFS enum value | casa::MarshallableChebyshev< T > | |
DEF enum value | casa::MarshallableChebyshev< T > | |
def_p | casa::ChebyshevParam< T > | [protected] |
derivative() const | casa::Chebyshev< T > | |
derivativeCoeffs(Vector< T > &coeffs, const T &xmin=T(-1), const T &xmax=T(1)) | casa::ChebyshevParam< T > | [static] |
eval(const typename FunctionTraits< T >::ArgType *x) const | casa::Chebyshev< T > | [virtual] |
casa::ChebyshevParamModeImpl::eval(FunctionArg x) const =0 | casa::Function< T, T > | [pure virtual] |
FieldNames enum name | casa::MarshallableChebyshev< T > | |
FUNCFIELDS | casa::MarshallableChebyshev< T > | [static] |
Function() | casa::Function< T, T > | [inline] |
Function(const uInt n) | casa::Function< T, T > | [inline, explicit] |
Function(const Vector< T > &in) | casa::Function< T, T > | [inline, explicit] |
Function(const FunctionParam< T > &other) | casa::Function< T, T > | [inline] |
Function(const Function< W, X > &other) | casa::Function< T, T > | [inline] |
Function(const Function< T, T > &other) | casa::Function< T, T > | [inline] |
Function1D() | casa::Function1D< T > | [inline] |
Function1D(const uInt n) | casa::Function1D< T > | [inline, explicit] |
Function1D(const Vector< T > &in) | casa::Function1D< T > | [inline, explicit] |
Function1D(const FunctionParam< T > &other) | casa::Function1D< T > | [inline] |
Function1D(const Function1D< T, T > &other) | casa::Function1D< T > | [inline] |
Function1D(const Function1D< W, X > &other) | casa::Function1D< T > | [inline] |
FunctionArg typedef | casa::Function1D< T > | |
FunctionMarshallable(const String &functype) | casa::FunctionMarshallable | [inline] |
FunctionMarshallable(const FunctionMarshallable &other) | casa::FunctionMarshallable | [inline] |
FUNCTYPE | casa::MarshallableChebyshev< T > | [static] |
getCoefficient(const uInt which) const | casa::ChebyshevParam< T > | [inline] |
getCoefficients() const | casa::ChebyshevParam< T > | |
getDefault() const | casa::ChebyshevParam< T > | [inline] |
getFuncType() const | casa::FunctionMarshallable | [inline] |
getIntervalMax() const | casa::ChebyshevParam< T > | [inline] |
getIntervalMin() const | casa::ChebyshevParam< T > | [inline] |
getMode(RecordInterface &mode) const | casa::ChebyshevParamModeImpl< T > | [virtual] |
getOutOfIntervalMode() const | casa::ChebyshevParam< T > | [inline] |
hasMode() const | casa::ChebyshevParamModeImpl< T > | [virtual] |
INTERVAL enum value | casa::MarshallableChebyshev< T > | |
loadFuncType(Record &gr) const | casa::FunctionMarshallable | [inline] |
locked_p | casa::Function< T, T > | [mutable, protected] |
lockParam() | casa::Function< T, T > | [inline] |
MarshallableChebyshev() | casa::MarshallableChebyshev< T > | [inline] |
MarshallableChebyshev(const uInt n) | casa::MarshallableChebyshev< T > | [inline, explicit] |
MarshallableChebyshev(const T &min, const T &max, const typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0)) | casa::MarshallableChebyshev< T > | [inline] |
MarshallableChebyshev(const Vector< T > &coeffs, const T &min, const T &max, const typename ChebyshevEnums::OutOfIntervalMode mode=ChebyshevEnums::CONSTANT, const T &defval=T(0)) | casa::MarshallableChebyshev< T > | [inline] |
MarshallableChebyshev(const Record &gr) | casa::MarshallableChebyshev< T > | [explicit] |
MarshallableChebyshev(const Chebyshev< T > &other) | casa::MarshallableChebyshev< T > | [inline] |
MarshallableChebyshev(const MarshallableChebyshev< T > &other) | casa::MarshallableChebyshev< T > | [inline] |
mask(const uInt n) | casa::Function< T, T > | [inline] |
mask(const uInt n) const | casa::Function< T, T > | [inline] |
maxx_p | casa::ChebyshevParam< T > | [protected] |
minx_p | casa::ChebyshevParam< T > | [protected] |
MODE enum value | casa::MarshallableChebyshev< T > | |
mode_p | casa::ChebyshevParam< T > | [protected] |
modenames | casa::MarshallableChebyshev< T > | [private, static] |
modes_s | casa::ChebyshevParam< T > | [protected, static] |
name() const | casa::ChebyshevParam< T > | [inline, virtual] |
nCoefficients() const | casa::ChebyshevParam< T > | [inline] |
ndim() const | casa::Function1D< T > | [inline, virtual] |
NFieldNames enum value | casa::MarshallableChebyshev< T > | |
nparameters() const | casa::Function< T, T > | [inline] |
operator()() const | casa::Function< T, T > | [inline, virtual] |
operator()(const ArgType &x) const | casa::Function< T, T > | [inline, virtual] |
operator()(const Vector< ArgType > &x) const | casa::Function< T, T > | [virtual] |
operator()(FunctionArg x) const | casa::Function< T, T > | [inline, virtual] |
operator()(const ArgType &x, const ArgType &y) const | casa::Function< T, T > | [virtual] |
operator()(const ArgType &x, const ArgType &y, const ArgType &z) const | casa::Function< T, T > | [virtual] |
Functional< FunctionTraits< T >::ArgType, T >::operator()(const FunctionTraits< T >::ArgType &x) const =0 | casa::Functional< FunctionTraits< T >::ArgType, T > | [pure virtual] |
Functional< Vector< FunctionTraits< T >::ArgType >, T >::operator()(const Vector< FunctionTraits< T >::ArgType > &x) const =0 | casa::Functional< Vector< FunctionTraits< T >::ArgType >, T > | [pure virtual] |
operator=(const MarshallableChebyshev< T > &other) | casa::MarshallableChebyshev< T > | [inline] |
operator=(const Chebyshev< T > &other) | casa::MarshallableChebyshev< T > | [inline] |
casa::ChebyshevParamModeImpl::operator=(const ChebyshevParam< T > &other) | casa::ChebyshevParam< T > | |
casa::FunctionMarshallable::operator=(const FunctionMarshallable &other) | casa::FunctionMarshallable | [inline, virtual] |
operator[](const uInt n) | casa::Function< T, T > | [inline] |
operator[](const uInt n) const | casa::Function< T, T > | [inline] |
order() const | casa::ChebyshevParam< T > | [inline] |
param_p | casa::Function< T, T > | [protected] |
parameters() const | casa::Function< T, T > | [inline] |
parameters() | casa::Function< T, T > | [inline] |
parset_p | casa::Function< T, T > | [mutable, protected] |
parsetp() const | casa::Function< T, T > | [inline] |
powerToChebyshev(Vector< T > &coeffs) | casa::ChebyshevParam< T > | [static] |
print(ostream &os) const | casa::Function< T, T > | [inline] |
setCoefficient(const uInt which, const T &value) | casa::ChebyshevParam< T > | |
setCoefficients(const Vector< T > &coeffs) | casa::ChebyshevParam< T > | |
setDefault(const T &val) | casa::ChebyshevParam< T > | [inline] |
setInterval(T xmin, T xmax) | casa::ChebyshevParam< T > | [inline] |
setMode(const RecordInterface &mode) | casa::ChebyshevParamModeImpl< T > | [virtual] |
setOutOfIntervalMode(ChebyshevEnums::OutOfIntervalMode mode) | casa::ChebyshevParam< T > | [inline] |
store(Record &gr) const | casa::MarshallableChebyshev< T > | [virtual] |
unlockParam() | casa::Function< T, T > | [inline] |
~Chebyshev() | casa::Chebyshev< T > | [inline, virtual] |
~ChebyshevParam() | casa::ChebyshevParam< T > | [virtual] |
~Function() | casa::Function< T, T > | [inline, virtual] |
~Function1D() | casa::Function1D< T > | [inline, virtual] |
Functional< FunctionTraits< T >::~Functional() | casa::Functional< FunctionTraits< T >::ArgType, T > | [virtual] |
Functional< Vector< FunctionTraits< T >::ArgType >, T >::~Functional() | casa::Functional< Vector< FunctionTraits< T >::ArgType >, T > | [virtual] |
~FunctionMarshallable() | casa::FunctionMarshallable | [inline, virtual] |
~MarshallableChebyshev() | casa::MarshallableChebyshev< T > | [inline, virtual] |