GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
LSODE.cc File Reference
#include <cinttypes>
#include <sstream>
#include "LSODE.h"
#include "f77-fcn.h"
#include "lo-error.h"
#include "quit.h"

Go to the source code of this file.

Typedefs

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

Functions

F77_RET_T F77_FUNC (dlsode, DLSODE)(lsode_fcn_ptr
 

Typedef Documentation

◆ lsode_fcn_ptr

typedef F77_INT(* lsode_fcn_ptr) (const F77_INT &, const double &, double *, double *, F77_INT &)

Definition at line 38 of file LSODE.cc.

◆ lsode_jac_ptr

Function Documentation

◆ F77_FUNC()

F77_RET_T F77_FUNC ( dlsode  ,
DLSODE   
)