casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
casa::denoising::GslLinearModelBase Class Reference

#include <DenoisingLib.h>

Public Member Functions

 GslLinearModelBase (size_t ndata, size_t ncomponents)
 
size_t ndata ()
 
size_t ncomponents ()
 
Matrix< T > & getModelMatrix ()
 
Vector< T > getModelAt (size_t pos)
 

Protected Attributes

Matrix< T > model_p
 
size_t ndata_p
 
size_t ncomponents_p
 

Detailed Description

Definition at line 46 of file DenoisingLib.h.

Constructor & Destructor Documentation

casa::denoising::GslLinearModelBase::GslLinearModelBase ( size_t  ndata,
size_t  ncomponents 
)
inline

Definition at line 54 of file DenoisingLib.h.

Member Function Documentation

Vector<T> casa::denoising::GslLinearModelBase::getModelAt ( size_t  pos)
inline

Definition at line 64 of file DenoisingLib.h.

Matrix<T>& casa::denoising::GslLinearModelBase::getModelMatrix ( )
inline

Definition at line 63 of file DenoisingLib.h.

size_t casa::denoising::GslLinearModelBase::ncomponents ( )
inline

Definition at line 62 of file DenoisingLib.h.

size_t casa::denoising::GslLinearModelBase::ndata ( )
inline

Definition at line 61 of file DenoisingLib.h.

Member Data Documentation

Matrix<T> casa::denoising::GslLinearModelBase::model_p
protected

Definition at line 68 of file DenoisingLib.h.

size_t casa::denoising::GslLinearModelBase::ncomponents_p
protected

Definition at line 70 of file DenoisingLib.h.

size_t casa::denoising::GslLinearModelBase::ndata_p
protected

Definition at line 69 of file DenoisingLib.h.


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