![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "ov-intx.h"

Go to the source code of this file.
Macros | |
| #define | OCTAVE_INT_BTYP btyp_uint64 |
| #define | OCTAVE_INT_MX_CLASS mxUINT64_CLASS |
| #define | OCTAVE_INT_T octave_uint64 |
| #define | OCTAVE_TYPE_PREDICATE_FUNCTION is_uint64_type |
| #define | OCTAVE_VALUE_INT_MATRIX_T octave_uint64_matrix |
| #define | OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION uint64_array_value |
| #define | OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION uint64_scalar_value |
| #define | OCTAVE_VALUE_INT_SCALAR_T octave_uint64_scalar |
| #define OCTAVE_INT_BTYP btyp_uint64 |
Definition at line 38 of file ov-uint64.h.
| #define OCTAVE_INT_MX_CLASS mxUINT64_CLASS |
Definition at line 36 of file ov-uint64.h.
| #define OCTAVE_INT_T octave_uint64 |
Definition at line 26 of file ov-uint64.h.
| #define OCTAVE_TYPE_PREDICATE_FUNCTION is_uint64_type |
Definition at line 34 of file ov-uint64.h.
| #define OCTAVE_VALUE_INT_MATRIX_T octave_uint64_matrix |
Definition at line 28 of file ov-uint64.h.
| #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION uint64_array_value |
Definition at line 29 of file ov-uint64.h.
| #define OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION uint64_scalar_value |
Definition at line 32 of file ov-uint64.h.
| #define OCTAVE_VALUE_INT_SCALAR_T octave_uint64_scalar |
Definition at line 31 of file ov-uint64.h.
1.8.1.2