Octave-Forge - Extra packages for GNU Octave | |
Home · Packages · Developers · Documentation · FAQ · Bugs · Mailing Lists · Links · Code |
00001 // DO NOT EDIT -- generated by mk-ops 00002 #if !defined (octave_mx_fm_fcm_h) 00003 #define octave_mx_fm_fcm_h 1 00004 #include "fCMatrix.h" 00005 #include "fMatrix.h" 00006 #include "mx-op-decl.h" 00007 MM_BIN_OP_DECLS (FloatComplexMatrix, FloatMatrix, FloatComplexMatrix, OCTAVE_API) 00008 MM_CMP_OP_DECLS (FloatMatrix, FloatComplexMatrix, OCTAVE_API) 00009 MM_BOOL_OP_DECLS (FloatMatrix, FloatComplexMatrix, OCTAVE_API) 00010 #endif