openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <stdbool.h>
Go to the source code of this file.
Namespaces | |
limpet | |
Macros | |
#define | RS_ORDER 4 |
#define | RS_MAX_N 36 |
#define | RM(rowlength, row, col) (((rowlength)*(row))+(col)) |
Functions | |
void | limpet::rbStepX (float *X, void(*calcDX)(float *, float *, void *), void(*calcJ)(float **, float *, void *, int), void *params, float h, int N) |
#define RM | ( | rowlength, | |
row, | |||
col | |||
) | (((rowlength)*(row))+(col)) |
Definition at line 31 of file Rosenbrock.h.
#define RS_MAX_N 36 |
Definition at line 30 of file Rosenbrock.h.
#define RS_ORDER 4 |
Definition at line 29 of file Rosenbrock.h.