COPASI API
4.16.103
|
#include <cmath>
#include <stdio.h>
#include "copasi.h"
#include "CPraxis.h"
#include "randomGenerator/CRandom.h"
Go to the source code of this file.
Macros | |
#define | dmax(a1, a2) ((a1 > a2) ? a1 : a2) |
#define | dmin(a1, a2) ((a1 < a2) ? a1 : a2) |
#define | FALSE_ (0) |
#define | TRUE_ (1) |
Functions | |
int | maprnt_ (C_INT *, C_FLOAT64 *, C_INT *, C_INT *) |
int | sort_ (C_INT *, C_INT *, C_FLOAT64 *, C_FLOAT64 *) |
int | vcprnt_ (C_INT *, C_FLOAT64 *, C_INT *) |
Variables | |
static C_INT | c__0 = 0 |
static C_INT | c__1 = 1 |
static C_INT | c__2 = 2 |
static C_INT | c__3 = 3 |
static C_INT | c__4 = 4 |
static bool | c_false = (0) |
static bool | c_true = (1) |
#define dmax | ( | a1, | |
a2 | |||
) | ((a1 > a2) ? a1 : a2) |
Definition at line 45 of file CPraxis.cpp.
Referenced by CPraxis::min_().
#define dmin | ( | a1, | |
a2 | |||
) | ((a1 < a2) ? a1 : a2) |
Definition at line 46 of file CPraxis.cpp.
Referenced by CPraxis::min_().
#define FALSE_ (0) |
Definition at line 44 of file CPraxis.cpp.
Referenced by CPraxis::praxis_().
#define TRUE_ (1) |
Definition at line 43 of file CPraxis.cpp.
Referenced by CPraxis::min_(), and CPraxis::praxis_().
Definition at line 1644 of file CPraxis.cpp.
References C_FLOAT64, and C_INT.
Referenced by CPraxis::praxis_().
|
static |
Definition at line 56 of file CPraxis.cpp.
Referenced by CPraxis::quad_().
|
static |
Definition at line 50 of file CPraxis.cpp.
Referenced by CPraxis::praxis_().
|
static |
Definition at line 51 of file CPraxis.cpp.
Referenced by CPraxis::praxis_(), and CPraxis::quad_().
|
static |
Definition at line 55 of file CPraxis.cpp.
Referenced by CPraxis::praxis_().
|
static |
Definition at line 53 of file CPraxis.cpp.
Referenced by CPraxis::praxis_().
|
static |
Definition at line 52 of file CPraxis.cpp.
Referenced by CPraxis::praxis_().
|
static |
Definition at line 54 of file CPraxis.cpp.
Referenced by CPraxis::praxis_(), and CPraxis::quad_().