#include <DenoisingLib.h>
Public Member Functions | |
GslLinearModelBase (size_t ndata, size_t ncomponents) | |
size_t | ndata () |
size_t | ncomponents () |
Matrix< Double > & | getModelMatrix () |
Protected Attributes | |
Matrix< T > | model_p |
size_t | ndata_p |
size_t | ncomponents_p |
Definition at line 42 of file DenoisingLib.h.
casa::denoising::GslLinearModelBase::GslLinearModelBase | ( | size_t | ndata, | |
size_t | ncomponents | |||
) | [inline] |
Definition at line 50 of file DenoisingLib.h.
Matrix<Double>& casa::denoising::GslLinearModelBase::getModelMatrix | ( | ) | [inline] |
Definition at line 59 of file DenoisingLib.h.
size_t casa::denoising::GslLinearModelBase::ncomponents | ( | ) | [inline] |
Definition at line 58 of file DenoisingLib.h.
size_t casa::denoising::GslLinearModelBase::ndata | ( | ) | [inline] |
Definition at line 57 of file DenoisingLib.h.
Matrix<T> casa::denoising::GslLinearModelBase::model_p [protected] |
Definition at line 63 of file DenoisingLib.h.
Referenced by casa::denoising::GslLinearModelBase< T >::getModelMatrix(), and casa::denoising::GslLinearModelBase< T >::GslLinearModelBase().
size_t casa::denoising::GslLinearModelBase::ncomponents_p [protected] |
Definition at line 65 of file DenoisingLib.h.
Referenced by casa::denoising::GslLinearModelBase< T >::GslLinearModelBase(), and casa::denoising::GslLinearModelBase< T >::ncomponents().
size_t casa::denoising::GslLinearModelBase::ndata_p [protected] |
Definition at line 64 of file DenoisingLib.h.
Referenced by casa::denoising::GslLinearModelBase< T >::GslLinearModelBase(), and casa::denoising::GslLinearModelBase< T >::ndata().