utils.h File Reference
Detailed Description
Utility header file.
Definition in file utils.h.
#include <stdio.h>
#include <vector>
#include <stdexcept>
#include "newmatap.h"
#include "newmatio.h"
#include "config.h"
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Define Documentation
#define M_PI 3.14159265358979 |
|
Function Documentation
void Runge_Kutta4_Real_time |
( |
ReturnMatrix(*)(Real time, const Matrix &xin) |
xdot, |
|
|
const Matrix & |
xo, |
|
|
Real |
to, |
|
|
Real |
tf, |
|
|
int |
nsteps |
|
) |
|
|
Variable Documentation
const char header_utils_rcsid[] = "$Id: utils.h,v 1.4 2004/07/14 02:32:12 ejt Exp $" [static] |
|
|
RCS/CVS version.
Definition at line 54 of file utils.h. |
|