#include <list>
#include <string>
#include "LSODE.h"
#include "lo-mappers.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 "pr-output.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "LSODE-opts.cc"
Go to the source code of this file.
Functions | |
DEFMETHOD (lsode, interp, args, nargout, doc:) | |
ColumnVector | lsode_user_function (const ColumnVector &x, double t) |
Matrix | lsode_user_jacobian (const ColumnVector &x, double t) |
Variables | |
static int | call_depth = 0 |
static octave_value | lsode_fcn |
static octave_value | lsode_jac |
static bool | warned_fcn_imaginary = false |
static bool | warned_jac_imaginary = false |
DEFMETHOD | ( | lsode | , |
interp | , | ||
args | , | ||
nargout | , | ||
doc: | |||
) |
Definition at line 145 of file lsode.cc.
References call_depth, octave_value::cell_value(), octave::symbol_table::clear_function(), error(), LSODE::error_message(), octave::get_function_handle(), ODE::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(), lsode_fcn, lsode_jac, lsode_opts, lsode_user_function(), lsode_user_jacobian(), Array< T >::numel(), octave_value(), print_usage(), octave::action_container::protect_var(), retval, octave_value::rows(), ODEFunc::set_jacobian_function(), octave::state, octave_value::string_vector_value(), warned_fcn_imaginary, and warned_jac_imaginary.
ColumnVector lsode_user_function | ( | const ColumnVector & | x, |
double | t | ||
) |
Definition at line 66 of file lsode.cc.
References octave_value_list::empty(), err_user_supplied_eval(), octave::feval(), octave_value::is_defined(), Array< T >::isempty(), lsode_fcn, retval, warned_fcn_imaginary, warning(), and x.
Referenced by DEFMETHOD().
Matrix lsode_user_jacobian | ( | const ColumnVector & | x, |
double | t | ||
) |
Definition at line 106 of file lsode.cc.
References octave_value_list::empty(), err_user_supplied_eval(), octave::feval(), octave_value::is_defined(), Array< T >::isempty(), lsode_jac, retval, warned_jac_imaginary, warning(), and x.
Referenced by DEFMETHOD().
|
static |
Definition at line 63 of file lsode.cc.
Referenced by DEFMETHOD().
|
static |
Definition at line 53 of file lsode.cc.
Referenced by DEFMETHOD(), and lsode_user_function().
|
static |
Definition at line 56 of file lsode.cc.
Referenced by DEFMETHOD(), and lsode_user_jacobian().
|
static |
Definition at line 59 of file lsode.cc.
Referenced by DEFMETHOD(), and lsode_user_function().
|
static |
Definition at line 60 of file lsode.cc.
Referenced by DEFMETHOD(), and lsode_user_jacobian().