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
smx-sm-cs.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_smx_sm_cs_h)
3 #define octave_smx_sm_cs_h 1
4 #include "octave-config.h"
5 #include "CMatrix.h"
6 #include "CSparse.h"
7 #include "dSparse.h"
8 #include "oct-cmplx.h"
9 #include "Sparse-op-defs.h"
12 SPARSE_SMS_BOOL_OP_DECLS (SparseMatrix, Complex, OCTAVE_API)
13 #endif
#define SPARSE_SMS_BIN_OP_DECLS(R1, R2, M, S, API)
#define SPARSE_SMS_CMP_OP_DECLS(M, S, API)
#define SPARSE_SMS_BOOL_OP_DECLS(M, S, API)
std::complex< double > Complex
Definition: oct-cmplx.h:31