File: vx-rv-cs.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 (9 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
// DO NOT EDIT -- generated by mk-ops
#if !defined (octave_vx_rv_cs_h)
#define octave_vx_rv_cs_h 1
#include "CRowVector.h"
#include "dRowVector.h"
#include "oct-cmplx.h"
#include "mx-op-defs.h"
VS_BIN_OP_DECLS (ComplexRowVector, RowVector, Complex, OCTAVE_API)
#endif