GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
int64NDArray.h
Go to the documentation of this file.
1 /*
2 
3 Copyright (C) 2004-2017 John W. Eaton
4 
5 This file is part of Octave.
6 
7 Octave is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the
9 Free Software Foundation; either version 3 of the License, or (at your
10 option) any later version.
11 
12 Octave is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 for more details.
16 
17 You should have received a copy of the GNU General Public License
18 along with Octave; see the file COPYING. If not, see
19 <http://www.gnu.org/licenses/>.
20 
21 */
22 
23 #if ! defined (octave_int64NDArray_h)
24 #define octave_int64NDArray_h 1
25 
26 #include "octave-config.h"
27 
28 #include "intNDArray.h"
29 #include "mx-op-decl.h"
30 #include "oct-inttypes-fwd.h"
31 #include "bsxfun-decl.h"
32 
34 
37 
38 SND_CMP_OP_DECLS (octave_int64, int64NDArray, OCTAVE_API)
39 SND_BOOL_OP_DECLS (octave_int64, int64NDArray, OCTAVE_API)
40 
41 NDND_CMP_OP_DECLS (int64NDArray, int64NDArray, OCTAVE_API)
42 NDND_BOOL_OP_DECLS (int64NDArray, int64NDArray, OCTAVE_API)
43 
44 MARRAY_FORWARD_DEFS (MArray, int64NDArray, octave_int64)
45 
46 MINMAX_DECLS (int64NDArray, octave_int64, OCTAVE_API)
47 
48 BSXFUN_STDOP_DECLS (int64NDArray, OCTAVE_API)
49 BSXFUN_MIXED_INT_DECLS(int64NDArray, OCTAVE_API)
50 BSXFUN_STDREL_DECLS (int64NDArray, OCTAVE_API)
51 
52 #endif
intNDArray< octave_int64 > int64NDArray
Definition: int64NDArray.h:33
#define BSXFUN_STDREL_DECLS(ARRAY, API)
Definition: bsxfun-decl.h:53
#define NDND_CMP_OP_DECLS(ND1, ND2, API)
Definition: mx-op-decl.h:218
#define SND_BOOL_OP_DECLS(S, ND, API)
Definition: mx-op-decl.h:199
#define NDND_BOOL_OP_DECLS(ND1, ND2, API)
Definition: mx-op-decl.h:226
Template for N-dimensional array classes with like-type math operators.
Definition: MArray.h:32
#define MARRAY_FORWARD_DEFS(B, R, T)
Definition: MArray.h:126
#define NDS_BOOL_OP_DECLS(ND, S, API)
Definition: mx-op-decl.h:172
#define NDS_CMP_OP_DECLS(ND, S, API)
Definition: mx-op-decl.h:164
#define SND_CMP_OP_DECLS(S, ND, API)
Definition: mx-op-decl.h:191
#define BSXFUN_MIXED_INT_DECLS(INT_TYPE, API)
Definition: bsxfun-decl.h:47
#define BSXFUN_STDOP_DECLS(ARRAY, API)
Definition: bsxfun-decl.h:38
#define MINMAX_DECLS(T, S, API)
Definition: mx-op-decl.h:288