#include <utility>#include "Array-util.h"#include "oct-locbuf.h"#include "quit.h"#include "defun.h"#include "error.h"#include "errwarn.h"#include "ovl.h"Go to the source code of this file.
Functions | |
| octave_value_list | Find2sub (const octave_value_list &args, int nargout) |
| octave_value_list | Fsub2ind (const octave_value_list &args, int) |
| octave_value_list Find2sub | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 258 of file sub2ind.cc.
References error(), ind2sub(), print_usage(), and dim_vector::redim().
| octave_value_list Fsub2ind | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 113 of file sub2ind.cc.
References index_exception::err_id(), error(), error_with_id(), dim_vector::length(), ovl(), print_usage(), index_exception::set_pos_if_unset(), index_exception::set_var(), and sub2ind().