SuperLU 6.0.1
Functions | Variables
claror.c File Reference
#include <math.h>
#include <string.h>
#include "../../SRC/slu_scomplex.h"
Include dependency graph for claror.c:

Functions

int claror_slu (char *side, char *init, int *m, int *n, complex *a, int *lda, int *iseed, complex *x, 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

◆ claror_slu()

int claror_slu ( char *  side,
char *  init,
int *  m,
int *  n,
complex a,
int *  lda,
int *  iseed,
complex x,
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