#include "Array-util.h"
#include "vx-frv-fcs.h"
#include "mx-op-defs.h"
#include "fCRowVector.h"
#include "fRowVector.h"
#include "oct-cmplx.h"
Go to the source code of this file.
Functions | |
FloatComplexRowVector | operator* (const FloatRowVector &v, const FloatComplex &s) |
FloatComplexRowVector | operator+ (const FloatRowVector &v, const FloatComplex &s) |
FloatComplexRowVector | operator- (const FloatRowVector &v, const FloatComplex &s) |
FloatComplexRowVector | operator/ (const FloatRowVector &v, const FloatComplex &s) |
FloatComplexRowVector operator* | ( | const FloatRowVector & | v, |
const FloatComplex & | s | ||
) |
Definition at line 11 of file vx-frv-fcs.cc.
FloatComplexRowVector operator+ | ( | const FloatRowVector & | v, |
const FloatComplex & | s | ||
) |
Definition at line 11 of file vx-frv-fcs.cc.
FloatComplexRowVector operator- | ( | const FloatRowVector & | v, |
const FloatComplex & | s | ||
) |
Definition at line 11 of file vx-frv-fcs.cc.
FloatComplexRowVector operator/ | ( | const FloatRowVector & | v, |
const FloatComplex & | s | ||
) |
Definition at line 11 of file vx-frv-fcs.cc.