![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cfloat>#include <vector>#include "Array-util.h"#include "f77-fcn.h"#include "fCNDArray.h"#include "functor.h"#include "lo-ieee.h"#include "lo-mappers.h"#include "MArray-defs.h"#include "mx-base.h"#include "mx-op-defs.h"#include "oct-fftw.h"#include "oct-locbuf.h"#include "bsxfun-defs.cc"
Go to the source code of this file.
Functions | |
| FloatComplexNDArray | concat (NDArray &ra, FloatComplexNDArray &rb, const Array< octave_idx_type > &ra_idx) |
| FloatComplexNDArray | conj (const FloatComplexNDArray &a) |
| static const FloatComplex | FloatComplex_NaN_result (octave_Float_NaN, octave_Float_NaN) |
| FloatComplexNDArray & | operator*= (FloatComplexNDArray &a, float s) |
| FloatComplexNDArray & | operator/= (FloatComplexNDArray &a, float s) |
| std::ostream & | operator<< (std::ostream &os, const FloatComplexNDArray &a) |
| std::istream & | operator>> (std::istream &is, FloatComplexNDArray &a) |
| FloatComplexNDArray concat | ( | NDArray & | ra, |
| FloatComplexNDArray & | rb, | ||
| const Array< octave_idx_type > & | ra_idx | ||
| ) |
Definition at line 663 of file fCNDArray.cc.
References FloatComplexNDArray::insert(), and Array< T >::numel().
| FloatComplexNDArray conj | ( | const FloatComplexNDArray & | a | ) |
Definition at line 750 of file fCNDArray.cc.
|
static |
| FloatComplexNDArray& operator*= | ( | FloatComplexNDArray & | a, |
| float | s | ||
| ) |
Definition at line 912 of file fCNDArray.cc.
References mx_inline_mul2().
| FloatComplexNDArray& operator/= | ( | FloatComplexNDArray & | a, |
| float | s | ||
| ) |
Definition at line 921 of file fCNDArray.cc.
References Array< T >::is_shared(), and mx_inline_div2().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const FloatComplexNDArray & | a | ||
| ) |
Definition at line 865 of file fCNDArray.cc.
References Array< T >::elem(), Array< T >::nelem(), and octave_write_complex().
| std::istream& operator>> | ( | std::istream & | is, |
| FloatComplexNDArray & | a | ||
| ) |
Definition at line 879 of file fCNDArray.cc.
References Array< T >::elem(), and Array< T >::nelem().
1.8.1.2