Classes | Typedefs | Functions
superlu_complex.c File Reference

Go to the source code of this file.

Classes

struct  factors_t
 

Typedefs

typedef void * fptr
 

Functions

int superlu_complex (int *op_flag, int *n, int *nnz, int *nrhs, doublecomplex *values, int *rowind, int *colptr, doublecomplex *b, int *ldb, int *transpose, int *doc, fptr *f_factors, int *info)
 

Typedef Documentation

◆ fptr

typedef void* fptr

Definition at line 20 of file superlu_complex.c.

Function Documentation

◆ superlu_complex()

int superlu_complex ( int *  op_flag,
int *  n,
int *  nnz,
int *  nrhs,
doublecomplex *  values,
int *  rowind,
int *  colptr,
doublecomplex *  b,
int *  ldb,
int *  transpose,
int *  doc,
fptr f_factors,
int *  info 
)