GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
daspk.cc File Reference
#include <list>
#include <string>
#include "DASPK.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "interpreter-private.h"
#include "ovl.h"
#include "ov-fcn.h"
#include "ov-cell.h"
#include "pager.h"
#include "parse.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "DASPK-opts.cc"
Include dependency graph for daspk.cc:

Go to the source code of this file.

Functions

static ColumnVector daspk_user_function (const ColumnVector &x, const ColumnVector &xdot, double t, octave_idx_type &ires)
 
static Matrix daspk_user_jacobian (const ColumnVector &x, const ColumnVector &xdot, double t, double cj)
 
 DEFMETHOD (daspk, interp, args, nargout, doc:)
 
 OCTAVE_BEGIN_NAMESPACE (octave) static octave_value daspk_fcn
 

Variables

static int call_depth = 0
 
static octave_value daspk_jac
 
static bool warned_fcn_imaginary = false
 
static bool warned_jac_imaginary = false
 

Function Documentation

◆ daspk_user_function()

static ColumnVector daspk_user_function ( const ColumnVector x,
const ColumnVector xdot,
double  t,
octave_idx_type ires 
)
static

◆ daspk_user_jacobian()

static Matrix daspk_user_jacobian ( const ColumnVector x,
const ColumnVector xdot,
double  t,
double  cj 
)
static

◆ DEFMETHOD()

◆ OCTAVE_BEGIN_NAMESPACE()

OCTAVE_BEGIN_NAMESPACE ( octave  )

Variable Documentation

◆ call_depth

int call_depth = 0
static

Definition at line 63 of file daspk.cc.

Referenced by DEFMETHOD().

◆ daspk_jac

octave_value daspk_jac
static

Definition at line 56 of file daspk.cc.

Referenced by daspk_user_jacobian(), and DEFMETHOD().

◆ warned_fcn_imaginary

bool warned_fcn_imaginary = false
static

Definition at line 59 of file daspk.cc.

Referenced by daspk_user_function(), and DEFMETHOD().

◆ warned_jac_imaginary

bool warned_jac_imaginary = false
static

Definition at line 60 of file daspk.cc.

Referenced by daspk_user_jacobian(), and DEFMETHOD().