Functions
glm_api.h File Reference
#include <cuml/cuml_api.h>
#include <cuml/linear_model/qn.h>
#include <stdbool.h>
Include dependency graph for glm_api.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

cumlError_t cumlSpQnFit (cumlHandle_t cuml_handle, const qn_params *pams, float *X, float *y, int N, int D, int C, float *w0, float *f, int *num_iters, bool X_col_major)
 
cumlError_t cumlDpQnFit (cumlHandle_t cuml_handle, const qn_params *pams, double *X, double *y, int N, int D, int C, double *w0, double *f, int *num_iters, bool X_col_major)
 

Function Documentation

◆ cumlDpQnFit()

cumlError_t cumlDpQnFit ( cumlHandle_t  cuml_handle,
const qn_params pams,
double *  X,
double *  y,
int  N,
int  D,
int  C,
double *  w0,
double *  f,
int *  num_iters,
bool  X_col_major 
)

◆ cumlSpQnFit()

cumlError_t cumlSpQnFit ( cumlHandle_t  cuml_handle,
const qn_params pams,
float *  X,
float *  y,
int  N,
int  D,
int  C,
float *  w0,
float *  f,
int *  num_iters,
bool  X_col_major 
)