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_m_sm_h) 00003 #define octave_smx_m_sm_h 1 00004 #include "dMatrix.h" 00005 #include "dSparse.h" 00006 #include "Sparse-op-defs.h" 00007 SPARSE_MSM_BIN_OP_DECLS (Matrix, SparseMatrix, Matrix, SparseMatrix, OCTAVE_API) 00008 SPARSE_MSM_CMP_OP_DECLS (Matrix, SparseMatrix, OCTAVE_API) 00009 SPARSE_MSM_BOOL_OP_DECLS (Matrix, SparseMatrix, OCTAVE_API) 00010 #endif