#include <string>
#include "DASSL.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 "DASSL-opts.cc"
Go to the source code of this file.
Functions | |
static ColumnVector | dassl_user_function (const ColumnVector &x, const ColumnVector &xdot, double t, octave_idx_type &ires) |
static Matrix | dassl_user_jacobian (const ColumnVector &x, const ColumnVector &xdot, double t, double cj) |
DEFMETHOD (dassl, interp, args, nargout, doc:) | |
OCTAVE_BEGIN_NAMESPACE (octave) static octave_value dassl_fcn | |
Variables | |
static int | call_depth = 0 |
static octave_value | dassl_jac |
static bool | warned_fcn_imaginary = false |
static bool | warned_jac_imaginary = false |
|
static |
Definition at line 65 of file dassl.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 114 of file dassl.cc.
References dassl_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 | ( | dassl | , |
interp | , | ||
args | , | ||
nargout | , | ||
doc: | |||
) |
Definition at line 160 of file dassl.cc.
References call_depth, octave_value::cell_value(), dassl_jac, dassl_opts, dassl_user_function(), dassl_user_jacobian(), error(), DASSL::error_message(), get_function_handle(), DASSL::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 62 of file dassl.cc.
Referenced by DEFMETHOD().
|
static |
Definition at line 55 of file dassl.cc.
Referenced by dassl_user_jacobian(), and DEFMETHOD().
|
static |
Definition at line 58 of file dassl.cc.
Referenced by dassl_user_function(), and DEFMETHOD().
|
static |
Definition at line 59 of file dassl.cc.
Referenced by dassl_user_jacobian(), and DEFMETHOD().