#include <string>
#include <iomanip>
#include <iostream>
#include "DASPK.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "ov-fcn.h"
#include "ov-cell.h"
#include "pager.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "DASPK-opts.cc"
Go to the source code of this file.
Macro Definition Documentation
#define DASPK_ABORT |
( |
| ) |
return retval |
#define DASPK_ABORT1 |
( |
|
msg | ) |
|
Value:do \
DASPK_ABORT (); \
} \
while (0)
Definition at line 157 of file daspk.cc.
Referenced by Fdaspk().
#define DASPK_ABORT2 |
( |
|
fmt, |
|
|
|
arg |
|
) |
| |
Value:do \
DASPK_ABORT (); \
} \
while (0)
Definition at line 165 of file daspk.cc.
Function Documentation
Definition at line 272 of file daspk.cc.
References octave_value::all_strings(), Array< T >::capacity(), octave_value::cell_value(), clear_function(), DASPK_ABORT, DASPK_ABORT1, daspk_opts, daspk_user_function(), daspk_user_jacobian(), error(), DASPK::error_message(), error_state, extract_function(), octave_value::function_value(), DASPK::integrate(), base_diff_eqn::integration_ok(), base_diff_eqn::integration_state(), octave_value::is_cell(), octave_value::is_function_handle(), octave_value::is_inline_function(), Array< T >::length(), print_usage(), action_container::protect_var(), octave_value::rows(), DAEFunc::set_jacobian_function(), DASPK_options::set_options(), state, and unique_symbol_name().
Variable Documentation
bool warned_fcn_imaginary = false |
|
static |
bool warned_jac_imaginary = false |
|
static |