Defines | Functions

pr_loqo.cpp File Reference

Go to the source code of this file.

Defines

#define PREDICTOR   1
#define CORRECTOR   2

Functions

void nrerror (char error_text[])
bool choldc (float64_t *a, int32_t n, float64_t *p)
void cholsb (float64_t a[], int32_t n, float64_t p[], float64_t b[], float64_t x[])
void chol_forward (float64_t a[], int32_t n, float64_t p[], float64_t b[], float64_t x[])
void chol_backward (float64_t a[], int32_t n, float64_t p[], float64_t b[], float64_t x[])
bool solve_reduced (int32_t n, int32_t m, float64_t h_x[], float64_t h_y[], float64_t a[], float64_t x_x[], float64_t x_y[], float64_t c_x[], float64_t c_y[], float64_t workspace[], int32_t step)
void matrix_vector (int32_t n, float64_t m[], float64_t x[], float64_t y[])
int32_t pr_loqo (int32_t n, int32_t m, float64_t c[], float64_t h_x[], float64_t a[], float64_t b[], float64_t l[], float64_t u[], float64_t primal[], float64_t dual[], int32_t verb, float64_t sigfig_max, int32_t counter_max, float64_t margin, float64_t bound, int32_t restart)

Define Documentation

#define CORRECTOR   2

Definition at line 38 of file pr_loqo.cpp.

#define PREDICTOR   1

Definition at line 37 of file pr_loqo.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation