#include <math.h>
#include <stdlib.h>
#include "slu_sdefs.h"
Functions | |
void | sswap_ (int *, float[], int *, float[], int *) |
void | saxpy_ (int *, float *, float[], int *, float[], int *) |
static int | _compare_ (const void *a, const void *b) |
int | ilu_sdrop_row (superlu_options_t *options, int first, int last, double drop_tol, int quota, int *nnzLj, double *fill_tol, GlobalLU_t *Glu, float swork[], int iwork[], int lastc) |
Variables | |
static float * | A |
-- SuperLU routine (version 4.0) -- Lawrence Berkeley National Laboratory. June 30, 2009 <
static int _compare_ | ( | const void * | a, | |
const void * | b | |||
) | [static] |
int ilu_sdrop_row | ( | superlu_options_t * | options, | |
int | first, | |||
int | last, | |||
double | drop_tol, | |||
int | quota, | |||
int * | nnzLj, | |||
double * | fill_tol, | |||
GlobalLU_t * | Glu, | |||
float | swork[], | |||
int | iwork[], | |||
int | lastc | |||
) |
Purpose ======= ilu_sdrop_row() - Drop some small rows from the previous supernode (L-part only).
void saxpy_ | ( | int * | , | |
float * | , | |||
float | [], | |||
int * | , | |||
float | [], | |||
int * | ||||
) |
void sswap_ | ( | int * | , | |
float | [], | |||
int * | , | |||
float | [], | |||
int * | ||||
) |
float* A [static] |