/usr/include/octave-4.0.0/octave/mx-cs-m.h is in liboctave-dev 4.0.0-3ubuntu9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | // DO NOT EDIT -- generated by mk-ops
#if !defined (octave_mx_cs_m_h)
#define octave_mx_cs_m_h 1
#include "CMatrix.h"
#include "oct-cmplx.h"
#include "dMatrix.h"
#include "mx-op-decl.h"
SM_BIN_OP_DECLS (ComplexMatrix, Complex, Matrix, OCTAVE_API)
SM_CMP_OP_DECLS (Complex, Matrix, OCTAVE_API)
SM_BOOL_OP_DECLS (Complex, Matrix, OCTAVE_API)
#endif
|