|
proteus 1.9.0
C/C++/Fortran libraries
|
Go to the source code of this file.
Macros | |
| #define | iff(x, y) |
| #define | pi 3.14159265358979324 |
| #define | Int extern int |
| #define | Double extern double |
Functions | |
| double * | dvector (long, long) |
| double ** | dmatrix (long nrl, long nrh, long ncl, long nch) |
| void | free_dvector (double *, long, long) |
| void | free_dmatrix (double **m, long nrl, long nrh, long ncl, long nch) |
| void | init () |
| double | Eqns (double *rhs) |
| double | Newton (int count) |
Variables | |
| char | Case [] |
| #define Double extern double |
Definition at line 12 of file Subroutines.cpp.
| #define iff | ( | x, | |
| y ) |
Definition at line 8 of file Subroutines.cpp.
| #define Int extern int |
Definition at line 11 of file Subroutines.cpp.
| #define pi 3.14159265358979324 |
Definition at line 9 of file Subroutines.cpp.
| double ** dmatrix | ( | long | nrl, |
| long | nrh, | ||
| long | ncl, | ||
| long | nch ) |
| double Eqns | ( | double * | rhs | ) |
Definition at line 82 of file Subroutines.cpp.
| void free_dmatrix | ( | double ** | m, |
| long | nrl, | ||
| long | nrh, | ||
| long | ncl, | ||
| long | nch ) |
| void init | ( | void | ) |
Definition at line 27 of file Subroutines.cpp.
| double Newton | ( | int | count | ) |
Definition at line 138 of file Subroutines.cpp.
|
extern |