casa
5.7.0-16
|
#include <DenoisingLib.h>
Protected Attributes | |
size_t | nIter_p |
Protected Attributes inherited from casa::denoising::GslMultifitWeightedLinear | |
Vector< Double > | weights_p |
Weights. More... | |
gsl_vector | gls_weights_p |
Protected Attributes inherited from casa::denoising::GslMultifitLinearBase | |
size_t | ndata_p |
Model. More... | |
size_t | ncomponents_p |
size_t | max_ncomponents_p |
gsl_matrix | gsl_model_p |
GslLinearModelBase< Double > * | model_p |
gsl_vector * | gsl_coeff_real_p |
GSL Resources. More... | |
gsl_vector * | gsl_coeff_imag_p |
gsl_matrix * | gsl_covariance_p |
gsl_multifit_linear_workspace * | gsl_workspace_p |
Matrix< Double > | data_p |
Data. More... | |
int | errno_p |
Fit result. More... | |
double | chisq_p |
Bool | debug_p |
Misc. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from casa::denoising::GslMultifitWeightedLinear | |
void | setModel (GslLinearModelBase< Double > &model) |
Protected Member Functions inherited from casa::denoising::GslMultifitLinearBase | |
void | allocGslResources () |
void | freeGslResources () |
void | setData (Vector< Float > &data) |
void | setData (Vector< Double > &data) |
void | setData (Vector< Complex > &data) |
template<class T > | |
void | calcFitModelStdCore (Vector< T > &model, Vector< T > &std, gsl_vector *coeff) |
template<class T > | |
void | calcFitModelCore (Vector< T > &model, gsl_vector *coeff) |
Definition at line 331 of file DenoisingLib.h.
casa::denoising::IterativelyReweightedLeastSquares::IterativelyReweightedLeastSquares | ( | ) |
casa::denoising::IterativelyReweightedLeastSquares::IterativelyReweightedLeastSquares | ( | GslLinearModelBase< Double > & | model, |
size_t | nIter | ||
) |
casa::denoising::IterativelyReweightedLeastSquares::~IterativelyReweightedLeastSquares | ( | ) |
|
virtual |
Reimplemented from casa::denoising::GslMultifitWeightedLinear.
|
inline |
Definition at line 343 of file DenoisingLib.h.
|
virtual |
|
protected |
Definition at line 350 of file DenoisingLib.h.