#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"
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 |
|
static |
Definition at line 66 of file daspk.cc.
References err_user_supplied_eval(), error_unless(), feval(), octave_value::is_defined(), Array< T, Alloc >::isempty(), octave_value_list::length(), Array< T, Alloc >::numel(), warned_fcn_imaginary, warning(), and x.
Referenced by DEFMETHOD().
|
static |
Definition at line 115 of file daspk.cc.
References daspk_jac, err_user_supplied_eval(), error_unless(), feval(), octave_value::is_defined(), Array< T, Alloc >::isempty(), octave_value_list::length(), Array< T, Alloc >::numel(), warned_jac_imaginary, warning(), and x.
Referenced by DEFMETHOD().
DEFMETHOD | ( | daspk | , |
interp | , | ||
args | , | ||
nargout | , | ||
doc: | |||
) |
Definition at line 161 of file daspk.cc.
References call_depth, octave_value::cell_value(), daspk_jac, daspk_opts, daspk_user_function(), daspk_user_jacobian(), error(), DASPK::error_message(), get_function_handle(), DASPK::integrate(), base_diff_eqn::integration_ok(), base_diff_eqn::integration_state(), octave_value::is_defined(), octave_value::is_function_handle(), octave_value::is_inline_function(), octave_value::is_undefined(), octave_value::iscell(), Matrix, Array< T, Alloc >::numel(), octave_value(), print_usage(), octave_value::rows(), DAEFunc::set_jacobian_function(), state, octave_value::string_vector_value(), warned_fcn_imaginary, and warned_jac_imaginary.
OCTAVE_BEGIN_NAMESPACE | ( | octave | ) |
|
static |
Definition at line 63 of file daspk.cc.
Referenced by DEFMETHOD().
|
static |
Definition at line 56 of file daspk.cc.
Referenced by daspk_user_jacobian(), and DEFMETHOD().
|
static |
Definition at line 59 of file daspk.cc.
Referenced by daspk_user_function(), and DEFMETHOD().
|
static |
Definition at line 60 of file daspk.cc.
Referenced by daspk_user_jacobian(), and DEFMETHOD().