SuperLU 6.0.1
Functions | Variables
zlarge.c File Reference
#include "../../SRC/slu_dcomplex.h"
#include "../../SRC/slu_ddefs.h"
Include dependency graph for zlarge.c:

Functions

int zlarge_slu (int *n, doublecomplex *a, int *lda, int *iseed, doublecomplex *work, int *info)
 

Variables

static doublecomplex c_b1 = {0.,0.}
 
static doublecomplex c_b2 = {1.,0.}
 
static int c__3 = 3
 
static int c__1 = 1
 

Function Documentation

◆ zlarge_slu()

int zlarge_slu ( int *  n,
doublecomplex a,
int *  lda,
int *  iseed,
doublecomplex work,
int *  info 
)
Here is the call graph for this function:

Variable Documentation

◆ c__1

int c__1 = 1
static

◆ c__3

int c__3 = 3
static

◆ c_b1

doublecomplex c_b1 = {0.,0.}
static

◆ c_b2

doublecomplex c_b2 = {1.,0.}
static