GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
daspk.cc File Reference
#include <string>
#include <iomanip>
#include <iostream>
#include "DASPK.h"
#include "defun.h"
#include "error.h"
#include "errwarn.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

ColumnVector daspk_user_function (const ColumnVector &x, const ColumnVector &xdot, double t, octave_idx_type &ires)
 
Matrix daspk_user_jacobian (const ColumnVector &x, const ColumnVector &xdot, double t, double cj)
 
OCTAVE_EXPORT octave_value_list Fdaspk (octave::interpreter &interp, const octave_value_list &args, int nargout) ar
 

Variables

 ar {istate}
 
static int call_depth = 0
 
static octave_functiondaspk_fcn
 
static octave_functiondaspk_jac
 
static bool warned_fcn_imaginary = false
 
static bool warned_jac_imaginary = false
 

Function Documentation

◆ daspk_user_function()

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

◆ daspk_user_jacobian()

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

◆ Fdaspk()

Variable Documentation

◆ ar

ar {istate}

Definition at line 258 of file daspk.cc.

◆ call_depth

int call_depth = 0
static

Definition at line 59 of file daspk.cc.

Referenced by octave_user_function::active_context(), and Fdaspk().

◆ daspk_fcn

octave_function* daspk_fcn
static

Definition at line 49 of file daspk.cc.

Referenced by daspk_user_function(), and Fdaspk().

◆ daspk_jac

octave_function* daspk_jac
static

Definition at line 52 of file daspk.cc.

Referenced by daspk_user_jacobian(), and Fdaspk().

◆ warned_fcn_imaginary

bool warned_fcn_imaginary = false
static

Definition at line 55 of file daspk.cc.

Referenced by daspk_user_function(), and Fdaspk().

◆ warned_jac_imaginary

bool warned_jac_imaginary = false
static

Definition at line 56 of file daspk.cc.

Referenced by daspk_user_jacobian(), and Fdaspk().