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 () |
| void daxpy_ | ( | ) |
| void dcopy_ | ( | ) |
| double ddot_ | ( | ) |
| void dgels_ | ( | ) |
| void dgemm_ | ( | ) |
| void dgemv_ | ( | ) |
| double dnrm2_ | ( | ) |
| void dscal_ | ( | ) |
| void dspev_ | ( | ) |
| void dspgst_ | ( | ) |
| void dspgv_ | ( | ) |
| void dspmv_ | ( | ) |
| void dtrcon_ | ( | ) |
| int sp | ( | ) |
1.5.1