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_sm_cm_h) 00003 #define octave_smx_sm_cm_h 1 00004 #include "CMatrix.h" 00005 #include "CSparse.h" 00006 #include "dSparse.h" 00007 #include "Sparse-op-defs.h" 00008 SPARSE_SMM_BIN_OP_DECLS (ComplexMatrix, SparseComplexMatrix, SparseMatrix, ComplexMatrix, OCTAVE_API) 00009 SPARSE_SMM_CMP_OP_DECLS (SparseMatrix, ComplexMatrix, OCTAVE_API) 00010 SPARSE_SMM_BOOL_OP_DECLS (SparseMatrix, ComplexMatrix, OCTAVE_API) 00011 #endif