sp.h File Reference

Go to the source code of this file.

Defines

#define SQR(x)   ((x)*(x))
#define MAX(x, y)   ((x) > (y) ? (x) : (y))
#define MIN(x, y)   ((x) < (y) ? (x) : (y))
#define NB   32
#define MINABSTOL   1e-8
#define MAXITERS   100
#define TOLC   1e-5
#define SIGTOL   1e-5
#define MINRCOND   1e-8

Functions

double dnrm2_ ()
double ddot_ ()
void dcopy_ ()
void daxpy_ ()
void dscal_ ()
void dgemv_ ()
void dspmv_ ()
void dgemm_ ()
void dgels_ ()
void dspgst_ ()
void dspev_ ()
void dspgv_ ()
void dtrcon_ ()
int sp ()


Define Documentation

#define MAX ( x,
y   )     ((x) > (y) ? (x) : (y))

Definition at line 5 of file sp.h.

#define MAXITERS   100

Definition at line 10 of file sp.h.

#define MIN ( x,
y   )     ((x) < (y) ? (x) : (y))

Definition at line 6 of file sp.h.

#define MINABSTOL   1e-8

Definition at line 9 of file sp.h.

#define MINRCOND   1e-8

Definition at line 14 of file sp.h.

#define NB   32

Definition at line 8 of file sp.h.

#define SIGTOL   1e-5

Definition at line 12 of file sp.h.

#define SQR ( x   )     ((x)*(x))

Definition at line 4 of file sp.h.

#define TOLC   1e-5

Definition at line 11 of file sp.h.


Function Documentation

void daxpy_ (  ) 

void dcopy_ (  ) 

Referenced by readf4().

Here is the caller graph for this function:

double ddot_ (  ) 

void dgels_ (  ) 

void dgemm_ (  ) 

void dgemv_ (  ) 

double dnrm2_ (  ) 

void dscal_ (  ) 

void dspev_ (  ) 

void dspgst_ (  ) 

void dspgv_ (  ) 

void dspmv_ (  ) 

void dtrcon_ (  ) 

int sp (  ) 


Generated on Sun Mar 4 16:12:44 2007 for Scilab [trunk] by  doxygen 1.5.1