#include <string>
#include "DASSL.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "ovl.h"
#include "ov-fcn.h"
#include "ov-cell.h"
#include "pager.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "DASSL-opts.cc"
Go to the source code of this file.
Functions | |
DEFMETHOD (dassl, interp, args, nargout, doc:) | |
OCTAVE_BEGIN_NAMESPACE (octave) static octave_value dassl_fcn | |
DEFMETHOD | ( | dassl | , |
interp | , | ||
args | , | ||
nargout | , | ||
doc: | |||
) |
Definition at line 164 of file dassl.cc.
References octave_value::cell_value(), 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(), octave_value_list::length(), Array< T, Alloc >::numel(), print_usage(), octave_value::rows(), DAEFunc::set_jacobian_function(), and octave_value::string_vector_value().
OCTAVE_BEGIN_NAMESPACE | ( | octave | ) |