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

Functions

int clatme_slu (int *n, char *dist, int *iseed, complex *d, int *mode, float *cond, complex *dmax__, char *ei, char *rsign, char *upper, char *sim, float *ds, int *modes, float *conds, int *kl, int *ku, float *anorm, complex *a, int *lda, complex *work, int *info)
 

Variables

static complex c_b1 = {0.f,0.f}
 
static complex c_b2 = {1.f,0.f}
 
static int c__1 = 1
 
static int c__0 = 0
 
static int c__5 = 5
 

Function Documentation

◆ clatme_slu()

int clatme_slu ( int *  n,
char *  dist,
int *  iseed,
complex d,
int *  mode,
float *  cond,
complex dmax__,
char *  ei,
char *  rsign,
char *  upper,
char *  sim,
float *  ds,
int *  modes,
float *  conds,
int *  kl,
int *  ku,
float *  anorm,
complex a,
int *  lda,
complex work,
int *  info 
)
Here is the call graph for this function:

Variable Documentation

◆ c__0

int c__0 = 0
static

◆ c__1

int c__1 = 1
static

◆ c__5

int c__5 = 5
static

◆ c_b1

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

◆ c_b2

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