Defines |
| #define | NEED_FORTRAN_UNDERSCORES |
| #define | sgetrf |
| #define | dgetrf |
| #define | cgetrf |
| #define | zgetrf |
| #define | sgetri |
| #define | dgetri |
| #define | cgetri |
| #define | zgetri |
| #define | ssolvx |
| #define | dsolvx |
| #define | csolvx |
| #define | zsolvx |
| #define | sblda |
| #define | cndnm |
| #define | MAIN |
Functions |
| void | sgetrf (int &, int &, float *, int &, int *, int &) |
| | LU decomposition.
|
| void | dgetrf (int &, int &, double *, int &, int *, int &) |
| void | cgetrf (int &, int &, void *, int &, int *, int &) |
| void | zgetrf (int &, int &, void *, int &, int *, int &) |
| void | sgetri (int &, float *, int &, const int *, float *, int &, int &) |
| | Inverse computation.
|
| void | dgetri (int &, double *, int &, const int *, double *, int &, int &) |
| void | cgetri (int &, void *, int &, const int *, void *, int &, int &) |
| void | zgetri (int &, void *, int &, const int *, void *, int &, int &) |
| void | ssolvx (Int &, Int &, float *, Int &, const float *, Int &, const Int *, float *, Int &, float *, Int &, float *, float *, Int &, float *, float *, float *, Int *) |
| | Solve AX=B with errors.
|
| void | dsolvx (Int &, Int &, double *, Int &, const double *, Int &, const Int *, double *, Int &, double *, Int &, double *, double *, Int &, double *, double *, double *, Int *) |
| void | csolvx (Int &, Int &, void *, Int &, const void *, Int &, const Int *, void *, Int &, void *, Int &, float *, float *, Int &, float *, float *, void *, float *) |
| void | zsolvx (Int &, Int &, void *, Int &, const void *, Int &, const Int *, void *, Int &, void *, Int &, double *, double *, Int &, double *, double *, void *, double *) |
| void | sblda (Int &, Int &, float &, float &, Int &, Int &, float *, int &) |
| | test routines from LAPACK rewrapped for easy C++ call
|
| void | cndnm (Int &, Int &, float *, Int &, float &, float &, int &) |
| void | MAIN_ () |
| | called by fortran initialization, may not be needed on all machines, in fact, this might cause problems on some machines.
|