GNU Octave
10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Loading...
Searching...
No Matches
mx-fwd.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
//
3
// Copyright (C) 2021-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 (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:35
ComplexColumnVector
Definition
CColVector.h:35
ComplexDiagMatrix
Definition
CDiagMatrix.h:40
ComplexMatrix
Definition
CMatrix.h:41
ComplexNDArray
Definition
CNDArray.h:37
ComplexRowVector
Definition
CRowVector.h:36
DiagMatrix
Definition
dDiagMatrix.h:38
FloatColumnVector
Definition
fColVector.h:35
FloatComplexColumnVector
Definition
fCColVector.h:35
FloatComplexDiagMatrix
Definition
fCDiagMatrix.h:40
FloatComplexMatrix
Definition
fCMatrix.h:41
FloatComplexNDArray
Definition
fCNDArray.h:37
FloatComplexRowVector
Definition
fCRowVector.h:36
FloatDiagMatrix
Definition
fDiagMatrix.h:38
FloatMatrix
Definition
fMatrix.h:40
FloatNDArray
Definition
fNDArray.h:38
FloatRowVector
Definition
fRowVector.h:35
Matrix
Definition
dMatrix.h:40
NDArray
Definition
dNDArray.h:38
PermMatrix
Definition
PermMatrix.h:38
RowVector
Definition
dRowVector.h:35
SparseBoolMatrix
Definition
boolSparse.h:39
SparseComplexMatrix
Definition
CSparse.h:45
SparseMatrix
Definition
dSparse.h:44
boolMatrix
Definition
boolMatrix.h:37
boolNDArray
Definition
boolNDArray.h:37
charMatrix
Definition
chMatrix.h:40
charNDArray
Definition
chNDArray.h:38
OCTAVE_API
#define OCTAVE_API
Definition
main.in.cc:55
liboctave
array
mx-fwd.h
Generated on Sat Aug 2 2025 06:52:14 for GNU Octave by
1.9.8