spd.h File Reference

#include "machine.h"

Include dependency graph for spd.h:

This graph shows which files directly or indirectly include this file:

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 F2C() dnrm2 ()
double F2C() ddot ()
void F2C() dcopy ()
void F2C() daxpy ()
void F2C() dscal ()
void F2C() dgemv ()
void F2C() dspmv ()
void F2C() dgemm ()
void F2C() dgels ()
void F2C() dspgst ()
void F2C() dspev ()
void F2C() dspgv ()
void F2C() dtrcon ()
double F2C() dlamch ()
int sp ()


Define Documentation

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

Definition at line 8 of file spd.h.

#define MAXITERS   100

Definition at line 13 of file spd.h.

Referenced by sp().

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

Definition at line 9 of file spd.h.

#define MINABSTOL   1e-8

Definition at line 12 of file spd.h.

Referenced by sp().

#define MINRCOND   1e-8

Definition at line 17 of file spd.h.

Referenced by sp().

#define NB   32

Definition at line 11 of file spd.h.

#define SIGTOL   1e-5

Definition at line 15 of file spd.h.

Referenced by sp().

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

Definition at line 7 of file spd.h.

Referenced by sp().

#define TOLC   1e-5

Definition at line 14 of file spd.h.

Referenced by sp().


Function Documentation

void F2C() daxpy (  ) 

Referenced by sp().

Here is the caller graph for this function:

void F2C() dcopy (  ) 

Referenced by copyobj(), cosini(), cre_sparse_from_ptr_i(), createcvarfrom(), createlistcvarfrom(), createlistvarfrom(), createvarfrom(), createvarfromptr(), cwritecmat(), cwritemat(), insmat(), lmatj(), mvfromto(), mxcopycomplex16toptr(), mxcopyptrtocomplex16(), mxcopyptrtoreal8(), mxcopyreal8toptr(), pmatj(), sci_besseli(), sci_besselj(), sci_besselk(), sci_bessely(), sci_glue(), sp(), and vcopyobj().

Here is the caller graph for this function:

double F2C() ddot (  ) 

Referenced by dmmul1(), inprd(), and sp().

Here is the caller graph for this function:

void F2C() dgels (  ) 

Referenced by sp().

Here is the caller graph for this function:

void F2C() dgemm (  ) 

Referenced by C2F(), and dmmul().

Here is the caller graph for this function:

void F2C() dgemv (  ) 

Referenced by cngrncb(), and sp().

Here is the caller graph for this function:

double F2C() dlamch (  ) 

Referenced by C2F(), decompInf(), decompSup(), mxGetEps(), mxGetInf(), and sp().

Here is the caller graph for this function:

double F2C() dnrm2 (  ) 

Referenced by sp().

Here is the caller graph for this function:

void F2C() dscal (  ) 

Referenced by C2F(), cngrncb(), and sp().

Here is the caller graph for this function:

void F2C() dspev (  ) 

Referenced by sp().

Here is the caller graph for this function:

void F2C() dspgst (  ) 

Referenced by sp().

Here is the caller graph for this function:

void F2C() dspgv (  ) 

Referenced by sp().

Here is the caller graph for this function:

void F2C() dspmv (  ) 

Referenced by cngrncb().

Here is the caller graph for this function:

void F2C() dtrcon (  ) 

Referenced by sp().

Here is the caller graph for this function:

int sp (  ) 

Referenced by gdImageCreateFromXbm(), intraddr(), intrcall(), l_R(), LWZReadByte_(), Exemple9::main(), ne_d(), OLEUNWRAP_decode_attachment(), PLD_strncat(), PLD_strncate(), PLD_strncpy(), putmnmx(), rd_F(), spf(), and vsnprintf().

Here is the caller graph for this function:


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