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

Functions

int zlatms_slu (int *m, int *n, char *dist, int *iseed, char *sym, double *d, int *mode, double *cond, double *dmax__, int *kl, int *ku, char *pack, doublecomplex *a, int *lda, doublecomplex *work, int *info)
 

Variables

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

Function Documentation

◆ zlatms_slu()

int zlatms_slu ( int *  m,
int *  n,
char *  dist,
int *  iseed,
char *  sym,
double *  d,
int *  mode,
double *  cond,
double *  dmax__,
int *  kl,
int *  ku,
char *  pack,
doublecomplex a,
int *  lda,
doublecomplex 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

doublecomplex c_b1 = {0.,0.}
static

◆ c_false

bool c_false = false
static

◆ c_true

bool c_true = true
static