#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()
◆ get_sort_mode()