GNU Octave
9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-fwd.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
//
3
// Copyright (C) 2021-2024 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 (octave_mx_fwd_h)
27
#define octave_mx_fwd_h 1
28
29
#include "octave-config.h"
30
31
class
OCTAVE_API
Matrix
;
32
class
OCTAVE_API
ComplexMatrix
;
33
class
OCTAVE_API
FloatMatrix
;
34
class
OCTAVE_API
FloatComplexMatrix
;
35
class
OCTAVE_API
boolMatrix
;
36
class
OCTAVE_API
charMatrix
;
37
38
class
OCTAVE_API
NDArray
;
39
class
OCTAVE_API
ComplexNDArray
;
40
class
OCTAVE_API
FloatNDArray
;
41
class
OCTAVE_API
FloatComplexNDArray
;
42
class
OCTAVE_API
boolNDArray
;
43
class
OCTAVE_API
charNDArray
;
44
45
class
OCTAVE_API
ColumnVector
;
46
class
OCTAVE_API
ComplexColumnVector
;
47
class
OCTAVE_API
FloatColumnVector
;
48
class
OCTAVE_API
FloatComplexColumnVector
;
49
50
class
OCTAVE_API
RowVector
;
51
class
OCTAVE_API
ComplexRowVector
;
52
class
OCTAVE_API
FloatRowVector
;
53
class
OCTAVE_API
FloatComplexRowVector
;
54
55
class
OCTAVE_API
SparseMatrix
;
56
class
OCTAVE_API
SparseComplexMatrix
;
57
class
OCTAVE_API
SparseBoolMatrix
;
58
59
class
OCTAVE_API
DiagMatrix
;
60
class
OCTAVE_API
ComplexDiagMatrix
;
61
class
OCTAVE_API
FloatDiagMatrix
;
62
class
OCTAVE_API
FloatComplexDiagMatrix
;
63
64
class
OCTAVE_API
PermMatrix
;
65
66
#endif
ColumnVector
Definition:
dColVector.h:37
ComplexColumnVector
Definition:
CColVector.h:37
ComplexDiagMatrix
Definition:
CDiagMatrix.h:42
ComplexMatrix
Definition:
CMatrix.h:43
ComplexNDArray
Definition:
CNDArray.h:39
ComplexRowVector
Definition:
CRowVector.h:38
DiagMatrix
Definition:
dDiagMatrix.h:40
FloatColumnVector
Definition:
fColVector.h:37
FloatComplexColumnVector
Definition:
fCColVector.h:37
FloatComplexDiagMatrix
Definition:
fCDiagMatrix.h:42
FloatComplexMatrix
Definition:
fCMatrix.h:43
FloatComplexNDArray
Definition:
fCNDArray.h:39
FloatComplexRowVector
Definition:
fCRowVector.h:38
FloatDiagMatrix
Definition:
fDiagMatrix.h:40
FloatMatrix
Definition:
fMatrix.h:42
FloatNDArray
Definition:
fNDArray.h:40
FloatRowVector
Definition:
fRowVector.h:37
Matrix
Definition:
dMatrix.h:42
NDArray
Definition:
dNDArray.h:40
PermMatrix
Definition:
PermMatrix.h:38
RowVector
Definition:
dRowVector.h:37
SparseBoolMatrix
Definition:
boolSparse.h:41
SparseComplexMatrix
Definition:
CSparse.h:47
SparseMatrix
Definition:
dSparse.h:45
boolMatrix
Definition:
boolMatrix.h:39
boolNDArray
Definition:
boolNDArray.h:39
charMatrix
Definition:
chMatrix.h:42
charNDArray
Definition:
chNDArray.h:40
OCTAVE_API
#define OCTAVE_API
Definition:
main.cc:55
liboctave
array
mx-fwd.h
Generated on Sun Mar 17 2024 22:36:49 for GNU Octave by
1.9.1