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