casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
FittingProxy::FitType Class Reference

Class to aid in distributing different fitters. More...

List of all members.

Public Member Functions

 FitType ()
 Default constructor: no method known.
 ~FitType ()
 Destructor.
void setFitter (GenericL2Fit< Double > *ptr)
 Set a fitter pointer (real or complex)
void setFitterCX (GenericL2Fit< DComplex > *ptr)
GenericL2Fit< Double > *const & getFitter () const
 Get a fitter pointer (real or complex)
GenericL2Fit< DComplex > *const & getFitterCX () const
void setStatus (Int n, Int typ, Double colfac, Double lmfac)
 Set the status.
Int getNceq () const
 Get the number of terms in condition equation.
Int getN () const
 Get the number of unknowns.
Int getNreal () const
 Get the number of real unknowns.
Int getType () const
 Get the type.
Double getColfac () const
 Get the collinearity factor.
Double getLMfac () const
 Get the Levenberg-Marquardt factor.
void setSolved (Bool solved)
 Set solution done or not.
Bool getSolved () const
 Solution done?

Private Member Functions

 FitType (const FitType &other)
 Copy constructor: not implemented.
FitTypeoperator= (const FitType &other)
 Assignment: not implemented.

Private Attributes

casa::GenericL2Fit< Double > * fitter_p
 Pointer to a Fitting Machine: real or complex.
casa::GenericL2Fit< DComplex > * fitterCX_p
Int n_p
 Number of unknowns.
Int nceq_p
 Number of terms in condition equation.
Int nreal_p
 Number of real unknowns.
Int typ_p
 Type.
Double colfac_p
 Collinearity factor.
Double lmfac_p
 Levenberg-Marquardt factor.
Bool soldone_p
 Solution done?
uInt nr_p
 System's rank deficiency.

Detailed Description

Class to aid in distributing different fitters.

Definition at line 116 of file FittingProxy.h.


Constructor & Destructor Documentation

Default constructor: no method known.

Destructor.

FittingProxy::FitType::FitType ( const FitType other) [private]

Copy constructor: not implemented.


Member Function Documentation

Double FittingProxy::FitType::getColfac ( ) const [inline]

Get the collinearity factor.

Definition at line 145 of file FittingProxy.h.

References colfac_p.

GenericL2Fit<Double>* const& FittingProxy::FitType::getFitter ( ) const

Get a fitter pointer (real or complex)

GenericL2Fit<DComplex>* const& FittingProxy::FitType::getFitterCX ( ) const
Double FittingProxy::FitType::getLMfac ( ) const [inline]

Get the Levenberg-Marquardt factor.

Definition at line 147 of file FittingProxy.h.

References lmfac_p.

Int FittingProxy::FitType::getN ( ) const [inline]

Get the number of unknowns.

Definition at line 139 of file FittingProxy.h.

References n_p.

Int FittingProxy::FitType::getNceq ( ) const [inline]

Get the number of terms in condition equation.

Definition at line 137 of file FittingProxy.h.

References nceq_p.

Int FittingProxy::FitType::getNreal ( ) const [inline]

Get the number of real unknowns.

Definition at line 141 of file FittingProxy.h.

References nreal_p.

Bool FittingProxy::FitType::getSolved ( ) const [inline]

Solution done?

Definition at line 151 of file FittingProxy.h.

References soldone_p.

Int FittingProxy::FitType::getType ( ) const [inline]

Get the type.

Definition at line 143 of file FittingProxy.h.

References typ_p.

FitType& FittingProxy::FitType::operator= ( const FitType other) [private]

Assignment: not implemented.

void FittingProxy::FitType::setFitter ( GenericL2Fit< Double > *  ptr)

Set a fitter pointer (real or complex)

void FittingProxy::FitType::setFitterCX ( GenericL2Fit< DComplex > *  ptr)
void FittingProxy::FitType::setSolved ( Bool  solved)

Set solution done or not.

void FittingProxy::FitType::setStatus ( Int  n,
Int  typ,
Double  colfac,
Double  lmfac 
)

Set the status.


Member Data Documentation

Collinearity factor.

Definition at line 172 of file FittingProxy.h.

Referenced by getColfac().

Pointer to a Fitting Machine: real or complex.

Definition at line 160 of file FittingProxy.h.

Definition at line 161 of file FittingProxy.h.

Levenberg-Marquardt factor.

Definition at line 174 of file FittingProxy.h.

Referenced by getLMfac().

Number of unknowns.

Definition at line 164 of file FittingProxy.h.

Referenced by getN().

Number of terms in condition equation.

Definition at line 166 of file FittingProxy.h.

Referenced by getNceq().

System's rank deficiency.

Definition at line 178 of file FittingProxy.h.

Number of real unknowns.

Definition at line 168 of file FittingProxy.h.

Referenced by getNreal().

Solution done?

Definition at line 176 of file FittingProxy.h.

Referenced by getSolved().

Type.

Definition at line 170 of file FittingProxy.h.

Referenced by getType().


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