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

Functions

int clatms_slu (int *m, int *n, char *dist, int *iseed, char *sym, float *d, int *mode, float *cond, float *dmax__, int *kl, int *ku, char *pack, singlecomplex *a, int *lda, singlecomplex *work, int *info)
 

Variables

static singlecomplex c_b1 = {0.f,0.f}
 
static int c__1 = 1
 
static int c__5 = 5
 
static bool c_true = true
 
static bool c_false = false
 

Function Documentation

◆ clatms_slu()

int clatms_slu ( int *  m,
int *  n,
char *  dist,
int *  iseed,
char *  sym,
float *  d,
int *  mode,
float *  cond,
float *  dmax__,
int *  kl,
int *  ku,
char *  pack,
singlecomplex a,
int *  lda,
singlecomplex work,
int *  info 
)
Here is the call graph for this function:

Variable Documentation

◆ 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_false

bool c_false = false
static

◆ c_true

bool c_true = true
static