#include "dColVector.h"#include "dMatrix.h"#include "dSparse.h"#include "f77-fcn.h"#include "lo-utils.h"#include "Cell.h"#include "defun-dld.h"#include "error.h"#include "errwarn.h"#include "oct-map.h"#include "ov.h"#include "ovl.h"#include "pager.h"#include "parse.h"
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | F__ode15__ (const octave_value_list &, int) |
| C OCTAVE_EXPORT octave_function * | G__ode15__ (const octave::dynamic_library &shl, bool relative) |
| OCTAVE_EXPORT octave_value_list F__ode15__ | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1283 of file __ode15__.cc.
References err_disabled_feature(), error(), octave_value::is_function_handle(), Array< T, Alloc >::issorted(), octave_value_list::length(), Array< T, Alloc >::numel(), print_usage(), and UNSORTED.
| C OCTAVE_EXPORT octave_function* G__ode15__ | ( | const octave::dynamic_library & | shl, |
| bool | relative | ||
| ) |
Definition at line 1283 of file __ode15__.cc.