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

Functions

int zlaror_slu (char *side, char *init, int *m, int *n, doublecomplex *a, int *lda, int *iseed, doublecomplex *x, int *info)
 

Variables

static doublecomplex c_b1 = {0.,0.}
 
static doublecomplex c_b2 = {1.,0.}
 
static int c__3 = 3
 
static int c__1 = 1
 

Function Documentation

◆ zlaror_slu()

int zlaror_slu ( char *  side,
char *  init,
int *  m,
int *  n,
doublecomplex a,
int *  lda,
int *  iseed,
doublecomplex x,
int *  info 
)
Here is the call graph for this function:

Variable Documentation

◆ c__1

int c__1 = 1
static

◆ c__3

int c__3 = 3
static

◆ c_b1

doublecomplex c_b1 = {0.,0.}
static

◆ c_b2

doublecomplex c_b2 = {1.,0.}
static