Classes | Enumerations
contrib/rpl/rgrl/rgrl_est_spline.h File Reference
#include "rgrl_estimator.h"
#include "rgrl_estimator_sptr.h"
#include "rgrl_mask.h"

Go to the source code of this file.

Classes

class  rgrl_est_spline

Enumerations

enum  rgrl_optimize_method {
  RGRL_LEVENBERG_MARQUARDT = 0, RGRL_CONJUGATE_GRADIENT = 1, RGRL_AMOEBA = 2, RGRL_LBFGS = 3,
  RGRL_NONE = 4, RGRL_POWELL = 5
}

Detailed Description

Author:
Lee, Ying-Lin (Bess)
Date:
Sept 2003

Definition in file rgrl_est_spline.h.


Enumeration Type Documentation

Enumerator:
RGRL_LEVENBERG_MARQUARDT 
RGRL_CONJUGATE_GRADIENT 
RGRL_AMOEBA 
RGRL_LBFGS 
RGRL_NONE 
RGRL_POWELL 

Definition at line 12 of file rgrl_est_spline.h.