SuperLU 7.0.0
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, singlecomplex *d, int *mode, float *cond, singlecomplex *dmax__, char *ei, char *rsign, char *upper, char *sim, float *ds, int *modes, float *conds, int *kl, int *ku, float *anorm, singlecomplex *a, int *lda, singlecomplex *work, int *info)
 

Variables

static singlecomplex c_b1 = {0.f,0.f}
 
static singlecomplex 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,
singlecomplex d,
int *  mode,
float *  cond,
singlecomplex dmax__,
char *  ei,
char *  rsign,
char *  upper,
char *  sim,
float *  ds,
int *  modes,
float *  conds,
int *  kl,
int *  ku,
float *  anorm,
singlecomplex a,
int *  lda,
singlecomplex 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

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

◆ c_b2

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