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

« back to all changes in this revision

Viewing changes to liboctave/mx-cm-dm.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 mk-ops
 
2
#if !defined (octave_mx_cm_dm_h)
 
3
#define octave_mx_cm_dm_h 1
 
4
#include "CMatrix.h"
 
5
#include "dDiagMatrix.h"
 
6
#include "mx-op-defs.h"
 
7
MDM_BIN_OP_DECLS (ComplexMatrix, ComplexMatrix, DiagMatrix, OCTAVE_API)
 
8
#endif