GNU Octave
10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Loading...
Searching...
No Matches
ov-base-int-inst.cc
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
//
3
// Copyright (C) 2024-2025 The Octave Project Developers
4
//
5
// See the file COPYRIGHT.md in the top-level directory of this
6
// distribution or <https://octave.org/copyright/>.
7
//
8
// This file is part of Octave.
9
//
10
// Octave is free software: you can redistribute it and/or modify it
11
// under the terms of the GNU General Public License as published by
12
// the Free Software Foundation, either version 3 of the License, or
13
// (at your option) any later version.
14
//
15
// Octave is distributed in the hope that it will be useful, but
16
// WITHOUT ANY WARRANTY; without even the implied warranty of
17
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
// GNU General Public License for more details.
19
//
20
// You should have received a copy of the GNU General Public License
21
// along with Octave; see the file COPYING. If not, see
22
// <https://www.gnu.org/licenses/>.
23
//
24
////////////////////////////////////////////////////////////////////////
25
26
#if defined (HAVE_CONFIG_H)
27
# include "config.h"
28
#endif
29
30
#include "
int8NDArray.h
"
31
#include "
int16NDArray.h
"
32
#include "
int32NDArray.h
"
33
#include "
int64NDArray.h
"
34
#include "
uint8NDArray.h
"
35
#include "
uint16NDArray.h
"
36
#include "
uint32NDArray.h
"
37
#include "
uint64NDArray.h
"
38
39
#include "
ov-base-int.cc
"
40
41
// instantiate template class with types that need to be exported from library
42
43
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_matrix<int8NDArray>
;
44
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_matrix<int16NDArray>
;
45
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_matrix<int32NDArray>
;
46
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_matrix<int64NDArray>
;
47
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_matrix<uint8NDArray>
;
48
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_matrix<uint16NDArray>
;
49
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_matrix<uint32NDArray>
;
50
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_matrix<uint64NDArray>
;
51
52
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_scalar<octave_int8>
;
53
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_scalar<octave_int16>
;
54
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_scalar<octave_int32>
;
55
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_scalar<octave_int64>
;
56
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_scalar<octave_uint8>
;
57
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_scalar<octave_uint16>
;
58
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_scalar<octave_uint32>
;
59
template
class
OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
octave_base_int_scalar<octave_uint64>
;
60
octave_base_int_matrix
Definition
ov-base-int.h:58
octave_base_int_scalar
Definition
ov-base-int.h:141
int16NDArray.h
int32NDArray.h
int64NDArray.h
int8NDArray.h
ov-base-int.cc
uint16NDArray.h
uint32NDArray.h
uint64NDArray.h
uint8NDArray.h
libinterp
octave-value
ov-base-int-inst.cc
Generated on Sat Aug 2 2025 06:52:11 for GNU Octave by
1.9.8