Navigation

Operators and Keywords

Function List:

C++ API

LSODE.cc File Reference

#include <cfloat>
#include <sstream>
#include "LSODE.h"
#include "f77-fcn.h"
#include "lo-error.h"
#include "lo-math.h"
#include "quit.h"

Include dependency graph for LSODE.cc:


Typedefs

typedef octave_idx_type(* lsode_fcn_ptr )(const octave_idx_type &, const double &, double *, double *, octave_idx_type &)
typedef octave_idx_type(* lsode_jac_ptr )(const octave_idx_type &, const double &, double *, const octave_idx_type &, const octave_idx_type &, double *, const octave_idx_type &)

Functions

F77_RET_T F77_FUNC (dlsode, DLSODE)(lsode_fcn_ptr

Typedef Documentation


Function Documentation

F77_RET_T F77_FUNC ( dlsode  ,
DLSODE   
)