#include <stdio.h>
#include <stdlib.h>
#include "slu_mt_ddefs.h"
Functions | |
void | dlsolve (int_t, int_t, double *, double *) |
void | dmatvec (int_t, int_t, int_t, double *, double *, double *) |
void | pdgstrf_bmod2D (const int_t pnum, const int_t m, const int_t w, const int_t jcol, const int_t fsupc, const int_t krep, const int_t nsupc, int_t nsupr, int_t nrow, int_t *repfnz, int_t *panel_lsub, int_t *w_lsub_end, int_t *spa_marker, double *dense, double *tempv, GlobalLU_t *Glu, Gstat_t *Gstat) |
void pdgstrf_bmod2D | ( | const int_t | pnum, | |
const int_t | m, | |||
const int_t | w, | |||
const int_t | jcol, | |||
const int_t | fsupc, | |||
const int_t | krep, | |||
const int_t | nsupc, | |||
int_t | nsupr, | |||
int_t | nrow, | |||
int_t * | repfnz, | |||
int_t * | panel_lsub, | |||
int_t * | w_lsub_end, | |||
int_t * | spa_marker, | |||
double * | dense, | |||
double * | tempv, | |||
GlobalLU_t * | Glu, | |||
Gstat_t * | Gstat | |||
) |