#include <cctype>
#include <functional>
#include <algorithm>
#include "dNDArray.h"
#include "CNDArray.h"
#include "Cell.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "ov.h"
Go to the source code of this file.
◆ INT_ARRAY_LOOKUP
#define INT_ARRAY_LOOKUP |
( |
|
TYPE | ) |
|
Value: (table.is_ ## TYPE ## _type () && y.is_ ## TYPE ## _type ()) \
retval = do_numeric_lookup (table.TYPE ## _array_value (), \
y.TYPE ## _array_value (), \
left_inf, right_inf, \
match_idx, match_bool);
Definition at line 71 of file lookup.cc.
◆ Flookup()
Definition at line 206 of file lookup.cc.
References octave_value::abs(), octave_value::array_value(), octave_value::cellstr_value(), octave_value::char_array_value(), octave_value::columns(), Array< T, Alloc >::dims(), error(), octave_value::float_array_value(), INT_ARRAY_LOOKUP, octave_value::is_char_matrix(), octave_value::is_single_type(), octave_value::is_string(), octave_value::iscellstr(), octave_value::iscomplex(), octave_value::isnumeric(), octave_value::length(), Array< T, Alloc >::lookup(), octave_value::ndims(), Array< T, Alloc >::numel(), print_usage(), octave_value::rows(), octave_value::string_value(), warning(), and Array< T, Alloc >::xelem().
◆ get_sort_mode()