/usr/include/octave-4.0.0/octave/mx-fcs-fnda.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_fcs_fnda_h)
#define octave_mx_fcs_fnda_h 1
#include "fCNDArray.h"
#include "oct-cmplx.h"
#include "fNDArray.h"
#include "mx-op-decl.h"
SND_BIN_OP_DECLS (FloatComplexNDArray, FloatComplex, FloatNDArray, OCTAVE_API)
SND_CMP_OP_DECLS (FloatComplex, FloatNDArray, OCTAVE_API)
SND_BOOL_OP_DECLS (FloatComplex, FloatNDArray, OCTAVE_API)
#endif
|