Octave-Forge - Extra packages for GNU Octave | |
Home · Packages · Developers · Documentation · FAQ · Bugs · Mailing Lists · Links · Code |
00001 // DO NOT EDIT -- generated by sparse-mk-ops 00002 #if !defined (octave_smx_cs_sm_h) 00003 #define octave_smx_cs_sm_h 1 00004 #include "CMatrix.h" 00005 #include "CSparse.h" 00006 #include "oct-cmplx.h" 00007 #include "dSparse.h" 00008 #include "Sparse-op-defs.h" 00009 SPARSE_SSM_BIN_OP_DECLS (ComplexMatrix, SparseComplexMatrix, Complex, SparseMatrix, OCTAVE_API) 00010 SPARSE_SSM_CMP_OP_DECLS (Complex, SparseMatrix, OCTAVE_API) 00011 SPARSE_SSM_BOOL_OP_DECLS (Complex, SparseMatrix, OCTAVE_API) 00012 #endif