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

Functions

int slatms_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, float *a, int *lda, float *work, int *info)
 

Variables

static int c__1 = 1
 
static float c_b22 = 0.f
 
static bool c_true = true
 
static bool c_false = false
 

Function Documentation

◆ slatms_slu()

int slatms_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,
float *  a,
int *  lda,
float *  work,
int *  info 
)
Here is the call graph for this function:

Variable Documentation

◆ c__1

int c__1 = 1
static

◆ c_b22

float c_b22 = 0.f
static

◆ c_false

bool c_false = false
static

◆ c_true

bool c_true = true
static