CASToR  3.0
Tomographic Reconstruction (PET/SPECT/CT)
Macros
methods for Linear Models.

Keywords corresponding to the optimisation methods enabled for the Linear Model
Defined in iLinearModel.hh. More...

Macros

#define OPTIMISATION_METHOD_DR   0
 
#define OPTIMISATION_METHOD_NESTEM   1
 
#define OPTIMISATION_METHOD_NNLS   2
 
#define OPTIMISATION_METHOD_LS   3
 

Detailed Description

Keywords corresponding to the optimisation methods enabled for the Linear Model
Defined in iLinearModel.hh.

Macro Definition Documentation

◆ OPTIMISATION_METHOD_DR

#define OPTIMISATION_METHOD_DR   0

Constant corresponding to the direct dynamic recosntruction (DR) method (non-nested) (=0)

Definition at line 42 of file iLinearModel.hh.

◆ OPTIMISATION_METHOD_LS

#define OPTIMISATION_METHOD_LS   3

Constant corresponding to the least-squares linear regression (=3)

Definition at line 48 of file iLinearModel.hh.

◆ OPTIMISATION_METHOD_NESTEM

#define OPTIMISATION_METHOD_NESTEM   1

Constant corresponding to the nested EM direct dynamic recosntruction method (Nested-EM) (=1)

Definition at line 44 of file iLinearModel.hh.

◆ OPTIMISATION_METHOD_NNLS

#define OPTIMISATION_METHOD_NNLS   2

Constant corresponding to the non-negative least-square method (=2)

Definition at line 46 of file iLinearModel.hh.