File: smx-cm-sm.h

package info (click to toggle)
octave3.0 1%3A3.0.1-6lenny3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 49,912 kB
  • ctags: 27,149
  • sloc: cpp: 166,567; fortran: 61,399; ansic: 8,766; sh: 5,856; lex: 4,419; makefile: 3,965; yacc: 3,013; lisp: 1,692; objc: 889; perl: 795; awk: 532
file content (11 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// DO NOT EDIT -- generated by sparse-mk-ops
#if !defined (octave_smx_cm_sm_h)
#define octave_smx_cm_sm_h 1
#include "CMatrix.h"
#include "CSparse.h"
#include "dSparse.h"
#include "Sparse-op-defs.h"
SPARSE_MSM_BIN_OP_DECLS (ComplexMatrix, SparseComplexMatrix, ComplexMatrix, SparseMatrix, OCTAVE_API)
SPARSE_MSM_CMP_OP_DECLS (ComplexMatrix, SparseMatrix, OCTAVE_API)
SPARSE_MSM_BOOL_OP_DECLS (ComplexMatrix, SparseMatrix, OCTAVE_API)
#endif