lsd_mkb/lsd_mkb_superlu/superlu_seq/ilu_zdrop_row.c File Reference

Drop small rows from L. More...

#include <math.h>
#include <stdlib.h>
#include "slu_zdefs.h"
Include dependency graph for ilu_zdrop_row.c:

Functions

void zswap_ (int *, doublecomplex[], int *, doublecomplex[], int *)
void zaxpy_ (int *, doublecomplex *, doublecomplex[], int *, doublecomplex[], int *)
void zcopy_ (int *, doublecomplex[], int *, doublecomplex[], int *)
double dzasum_ (int *, doublecomplex *, int *)
double dznrm2_ (int *, doublecomplex *, int *)
double dnrm2_ (int *, double[], int *)
int izamax_ (int *, doublecomplex[], int *)
int ilu_zdrop_row (superlu_options_t *options, int first, int last, double drop_tol, int quota, int *nnzLj, double *fill_tol, GlobalLU_t *Glu, double dwork[], double dwork2[], int lastc)

Detailed Description

Drop small rows from L.

 -- SuperLU routine (version 4.1) --
 Lawrence Berkeley National Laboratory.
 June 30, 2009
 

Function Documentation

double dnrm2_ ( int *  ,
double  [],
int *   
)
double dzasum_ ( int *  ,
doublecomplex ,
int *   
)

Here is the caller graph for this function:

double dznrm2_ ( int *  ,
doublecomplex ,
int *   
)

Here is the caller graph for this function:

int ilu_zdrop_row ( superlu_options_t options,
int  first,
int  last,
double  drop_tol,
int  quota,
int *  nnzLj,
double *  fill_tol,
GlobalLU_t Glu,
double  dwork[],
double  dwork2[],
int  lastc 
)
 Purpose
 =======
    ilu_zdrop_row() - Drop some small rows from the previous 
    supernode (L-part only).
 

Here is the call graph for this function:

int izamax_ ( int *  ,
doublecomplex  [],
int *   
)

Here is the caller graph for this function:

void zaxpy_ ( int *  ,
doublecomplex ,
doublecomplex  [],
int *  ,
doublecomplex  [],
int *   
)

Here is the caller graph for this function:

void zcopy_ ( int *  ,
doublecomplex  [],
int *  ,
doublecomplex  [],
int *   
)
void zswap_ ( int *  ,
doublecomplex  [],
int *  ,
doublecomplex  [],
int *   
)

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1