GNU Octave
9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
vx-fcv-fcs.h
Go to the documentation of this file.
1
// DO NOT EDIT -- generated by mk-ops.awk
2
#if ! defined (octave_vx_fcv_fcs_h)
3
#define octave_vx_fcv_fcs_h 1
4
#include "octave-config.h"
5
#include "
fCColVector.h
"
6
#include "
fColVector.h
"
7
#include "
oct-cmplx.h
"
8
extern
OCTAVE_API
FloatComplexColumnVector
operator +
(
const
FloatColumnVector
&,
const
FloatComplex
&);
9
extern
OCTAVE_API
FloatComplexColumnVector
operator -
(
const
FloatColumnVector
&,
const
FloatComplex
&);
10
extern
OCTAVE_API
FloatComplexColumnVector
operator *
(
const
FloatColumnVector
&,
const
FloatComplex
&);
11
extern
OCTAVE_API
FloatComplexColumnVector
operator /
(
const
FloatColumnVector
&,
const
FloatComplex
&);
12
#endif
FloatColumnVector
Definition:
fColVector.h:37
FloatComplexColumnVector
Definition:
fCColVector.h:37
fCColVector.h
fColVector.h
OCTAVE_API
#define OCTAVE_API
Definition:
main.cc:55
oct-cmplx.h
FloatComplex
std::complex< float > FloatComplex
Definition:
oct-cmplx.h:34
operator+
FloatComplexColumnVector operator+(const FloatColumnVector &, const FloatComplex &)
Definition:
vx-fcv-fcs.cc:11
operator-
FloatComplexColumnVector operator-(const FloatColumnVector &, const FloatComplex &)
Definition:
vx-fcv-fcs.cc:11
operator*
FloatComplexColumnVector operator*(const FloatColumnVector &, const FloatComplex &)
Definition:
vx-fcv-fcs.cc:11
operator/
FloatComplexColumnVector operator/(const FloatColumnVector &, const FloatComplex &)
Definition:
vx-fcv-fcs.cc:11
liboctave
operators
vx-fcv-fcs.h
Generated on Sun Mar 17 2024 22:36:52 for GNU Octave by
1.9.1