#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 () |
| void F2C() daxpy | ( | ) |
| 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 | ( | ) |
| void F2C() dgels | ( | ) |
| double F2C() dlamch | ( | ) |
Referenced by C2F(), decompInf(), decompSup(), mxGetEps(), mxGetInf(), and sp().
Here is the caller graph for this function:

| double F2C() dnrm2 | ( | ) |
| void F2C() dscal | ( | ) |
| void F2C() dspev | ( | ) |
| void F2C() dspgst | ( | ) |
| void F2C() dspgv | ( | ) |
| void F2C() dspmv | ( | ) |
| void F2C() dtrcon | ( | ) |
| 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:

1.5.1