SuperLU 6.0.1
Functions | Variables
clarge.c File Reference
#include "../../SRC/slu_scomplex.h"
#include "../../SRC/slu_sdefs.h"
Include dependency graph for clarge.c:

Functions

int clarge_slu (int *n, complex *a, int *lda, int *iseed, complex *work, int *info)
 

Variables

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

Function Documentation

◆ clarge_slu()

int clarge_slu ( int *  n,
complex a,
int *  lda,
int *  iseed,
complex 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

complex c_b1 = {0.f,0.f}
static

◆ c_b2

complex c_b2 = {1.f,0.f}
static