~ubuntu-branches/debian/sid/octave3.0/sid

« back to all changes in this revision

Viewing changes to liboctave/smx-scm-sm.h

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2007-12-23 16:04:15 UTC
  • Revision ID: james.westby@ubuntu.com-20071223160415-n4gk468dihy22e9v
Tags: upstream-3.0.0
ImportĀ upstreamĀ versionĀ 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// DO NOT EDIT -- generated by sparse-mk-ops
 
2
#if !defined (octave_smx_scm_sm_h)
 
3
#define octave_smx_scm_sm_h 1
 
4
#include "CSparse.h"
 
5
#include "dSparse.h"
 
6
#include "Sparse-op-defs.h"
 
7
SPARSE_SMSM_BIN_OP_DECLS (SparseComplexMatrix, SparseComplexMatrix, SparseComplexMatrix, SparseMatrix, OCTAVE_API)
 
8
SPARSE_SMSM_CMP_OP_DECLS (SparseComplexMatrix, SparseMatrix, OCTAVE_API)
 
9
SPARSE_SMSM_BOOL_OP_DECLS (SparseComplexMatrix, SparseMatrix, OCTAVE_API)
 
10
#endif