Go to the source code of this file.
Classes | |
| struct | factors_t |
Typedefs | |
| typedef void * | fptr |
Functions | |
| int | superlu (int *op_flag, int *n, int *nnz, int *nrhs, double *values, int *rowind, int *colptr, double *b, int *ldb, int *transpose, int *doc, fptr *f_factors, int *info) |
| int superlu | ( | int * | op_flag, |
| int * | n, | ||
| int * | nnz, | ||
| int * | nrhs, | ||
| double * | values, | ||
| int * | rowind, | ||
| int * | colptr, | ||
| double * | b, | ||
| int * | ldb, | ||
| int * | transpose, | ||
| int * | doc, | ||
| fptr * | f_factors, | ||
| int * | info | ||
| ) |
Definition at line 64 of file superlu.c.
References oomph::OcTreeNames::B, i, factors_t::L, oomph::BinaryTreeNames::L, factors_t::perm_c, factors_t::perm_r, factors_t::U, and oomph::OcTreeNames::U.