|
GNU Octave
4.0.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 "mx-fcnda-fs.h"#include "oct-fftw.h"#include "oct-locbuf.h"#include "bsxfun-defs.cc"
Go to the source code of this file.
| FloatComplexNDArray bsxfun_add | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 923 of file fCNDArray.cc.
| FloatComplexNDArray bsxfun_div | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 923 of file fCNDArray.cc.
| boolNDArray bsxfun_eq | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 924 of file fCNDArray.cc.
| boolNDArray bsxfun_ge | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 924 of file fCNDArray.cc.
| boolNDArray bsxfun_gt | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 924 of file fCNDArray.cc.
| boolNDArray bsxfun_le | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 924 of file fCNDArray.cc.
| boolNDArray bsxfun_lt | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 924 of file fCNDArray.cc.
| FloatComplexNDArray bsxfun_max | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 923 of file fCNDArray.cc.
| FloatComplexNDArray bsxfun_min | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 923 of file fCNDArray.cc.
| FloatComplexNDArray bsxfun_mul | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 923 of file fCNDArray.cc.
| boolNDArray bsxfun_ne | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 924 of file fCNDArray.cc.
| OCTAVE_API FloatComplexNDArray bsxfun_pow | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 926 of file fCNDArray.cc.
| FloatComplexNDArray bsxfun_sub | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 923 of file fCNDArray.cc.
| FloatComplexNDArray concat | ( | NDArray & | ra, |
| FloatComplexNDArray & | rb, | ||
| const Array< octave_idx_type > & | ra_idx | ||
| ) |
Definition at line 670 of file fCNDArray.cc.
References FloatComplexNDArray::insert(), and Array< T >::numel().
| FloatComplexNDArray conj | ( | const FloatComplexNDArray & | a | ) |
Definition at line 757 of file fCNDArray.cc.
|
static |
| FloatComplexNDArray max | ( | FloatComplex | d, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 894 of file fCNDArray.cc.
| FloatComplexNDArray max | ( | const FloatComplexNDArray & | m, |
| FloatComplex | d | ||
| ) |
Definition at line 894 of file fCNDArray.cc.
| FloatComplexNDArray max | ( | const FloatComplexNDArray & | a, |
| const FloatComplexNDArray & | b | ||
| ) |
Definition at line 894 of file fCNDArray.cc.
| FloatComplexNDArray min | ( | const FloatComplexNDArray & | a, |
| const FloatComplexNDArray & | b | ||
| ) |
Definition at line 894 of file fCNDArray.cc.
| FloatComplexNDArray min | ( | FloatComplex | d, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 894 of file fCNDArray.cc.
| FloatComplexNDArray min | ( | const FloatComplexNDArray & | m, |
| FloatComplex | d | ||
| ) |
Definition at line 894 of file fCNDArray.cc.
| boolNDArray mx_el_and | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 897 of file fCNDArray.cc.
| boolNDArray mx_el_and | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 900 of file fCNDArray.cc.
| boolNDArray mx_el_and | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 903 of file fCNDArray.cc.
| boolNDArray mx_el_and_not | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 897 of file fCNDArray.cc.
| boolNDArray mx_el_and_not | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 900 of file fCNDArray.cc.
| boolNDArray mx_el_and_not | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 903 of file fCNDArray.cc.
| boolNDArray mx_el_eq | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 896 of file fCNDArray.cc.
| boolNDArray mx_el_eq | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 899 of file fCNDArray.cc.
| boolNDArray mx_el_eq | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 902 of file fCNDArray.cc.
| boolNDArray mx_el_ge | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 896 of file fCNDArray.cc.
| boolNDArray mx_el_ge | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 899 of file fCNDArray.cc.
| boolNDArray mx_el_ge | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 902 of file fCNDArray.cc.
| boolNDArray mx_el_gt | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 896 of file fCNDArray.cc.
| boolNDArray mx_el_gt | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 899 of file fCNDArray.cc.
| boolNDArray mx_el_gt | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 902 of file fCNDArray.cc.
| boolNDArray mx_el_le | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 896 of file fCNDArray.cc.
| boolNDArray mx_el_le | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 899 of file fCNDArray.cc.
| boolNDArray mx_el_le | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 902 of file fCNDArray.cc.
| boolNDArray mx_el_lt | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 896 of file fCNDArray.cc.
| boolNDArray mx_el_lt | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 899 of file fCNDArray.cc.
| boolNDArray mx_el_lt | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 902 of file fCNDArray.cc.
| boolNDArray mx_el_ne | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 896 of file fCNDArray.cc.
| boolNDArray mx_el_ne | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 899 of file fCNDArray.cc.
| boolNDArray mx_el_ne | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 902 of file fCNDArray.cc.
| boolNDArray mx_el_not_and | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 897 of file fCNDArray.cc.
| boolNDArray mx_el_not_and | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 900 of file fCNDArray.cc.
| boolNDArray mx_el_not_and | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 903 of file fCNDArray.cc.
| boolNDArray mx_el_not_or | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 897 of file fCNDArray.cc.
| boolNDArray mx_el_not_or | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 900 of file fCNDArray.cc.
| boolNDArray mx_el_not_or | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 903 of file fCNDArray.cc.
| boolNDArray mx_el_or | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 897 of file fCNDArray.cc.
| boolNDArray mx_el_or | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 900 of file fCNDArray.cc.
| boolNDArray mx_el_or | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 903 of file fCNDArray.cc.
| boolNDArray mx_el_or_not | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 897 of file fCNDArray.cc.
| boolNDArray mx_el_or_not | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 900 of file fCNDArray.cc.
| boolNDArray mx_el_or_not | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 903 of file fCNDArray.cc.
| FloatComplexNDArray& operator*= | ( | FloatComplexNDArray & | a, |
| float | s | ||
| ) |
Definition at line 905 of file fCNDArray.cc.
References mx_inline_mul2().
| FloatComplexNDArray& operator/= | ( | FloatComplexNDArray & | a, |
| float | s | ||
| ) |
Definition at line 914 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 858 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 872 of file fCNDArray.cc.
References Array< T >::elem(), and Array< T >::nelem().
1.8.8