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 void* fptr |
Definition at line 20 of file superlu_complex.c.
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 | ||
) |
Definition at line 60 of file superlu_complex.c.
References oomph::OcTreeNames::B, oomph::LeakCheckNames::doc(), i, oomph::BinaryTreeNames::L, factors_t::L, factors_t::perm_c, factors_t::perm_r, oomph::OcTreeNames::U, and factors_t::U.