#include <complex>#include <istream>#include <ostream>#include "Array-util.h"#include "f77-fcn.h"#include "fCNDArray.h"#include "lo-ieee.h"#include "lo-mappers.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 676 of file fCNDArray.cc.
| FloatComplexNDArray bsxfun_div | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 676 of file fCNDArray.cc.
| boolNDArray bsxfun_eq | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 677 of file fCNDArray.cc.
| boolNDArray bsxfun_ge | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 677 of file fCNDArray.cc.
| boolNDArray bsxfun_gt | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 677 of file fCNDArray.cc.
| boolNDArray bsxfun_le | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 677 of file fCNDArray.cc.
| boolNDArray bsxfun_lt | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 677 of file fCNDArray.cc.
| FloatComplexNDArray bsxfun_max | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 676 of file fCNDArray.cc.
| FloatComplexNDArray bsxfun_min | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 676 of file fCNDArray.cc.
| FloatComplexNDArray bsxfun_mul | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 676 of file fCNDArray.cc.
| boolNDArray bsxfun_ne | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 677 of file fCNDArray.cc.
| OCTAVE_API FloatComplexNDArray bsxfun_pow | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 679 of file fCNDArray.cc.
| FloatComplexNDArray bsxfun_sub | ( | const FloatComplexNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 676 of file fCNDArray.cc.
| FloatComplexNDArray concat | ( | NDArray & | ra, |
| FloatComplexNDArray & | rb, | ||
| const Array< octave_idx_type > & | ra_idx | ||
| ) |
Definition at line 427 of file fCNDArray.cc.
References FloatComplexNDArray::insert(), Array< T, Alloc >::numel(), and ra_idx.
| FloatComplexNDArray conj | ( | const FloatComplexNDArray & | a | ) |
Definition at line 514 of file fCNDArray.cc.
|
static |
| FloatComplexNDArray max | ( | const FloatComplexNDArray & | a, |
| const FloatComplexNDArray & | b | ||
| ) |
Definition at line 647 of file fCNDArray.cc.
| FloatComplexNDArray max | ( | const FloatComplexNDArray & | m, |
| FloatComplex | d | ||
| ) |
Definition at line 647 of file fCNDArray.cc.
| FloatComplexNDArray max | ( | FloatComplex | d, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 647 of file fCNDArray.cc.
| FloatComplexNDArray min | ( | const FloatComplexNDArray & | a, |
| const FloatComplexNDArray & | b | ||
| ) |
Definition at line 647 of file fCNDArray.cc.
| FloatComplexNDArray min | ( | const FloatComplexNDArray & | m, |
| FloatComplex | d | ||
| ) |
Definition at line 647 of file fCNDArray.cc.
| FloatComplexNDArray min | ( | FloatComplex | d, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 647 of file fCNDArray.cc.
| boolNDArray mx_el_and | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 653 of file fCNDArray.cc.
| boolNDArray mx_el_and | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 650 of file fCNDArray.cc.
| boolNDArray mx_el_and | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 656 of file fCNDArray.cc.
| boolNDArray mx_el_and_not | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 653 of file fCNDArray.cc.
| boolNDArray mx_el_and_not | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 650 of file fCNDArray.cc.
| boolNDArray mx_el_and_not | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 656 of file fCNDArray.cc.
| boolNDArray mx_el_eq | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 652 of file fCNDArray.cc.
| boolNDArray mx_el_eq | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 649 of file fCNDArray.cc.
| boolNDArray mx_el_eq | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 655 of file fCNDArray.cc.
| boolNDArray mx_el_ge | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 652 of file fCNDArray.cc.
| boolNDArray mx_el_ge | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 649 of file fCNDArray.cc.
| boolNDArray mx_el_ge | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 655 of file fCNDArray.cc.
| boolNDArray mx_el_gt | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 652 of file fCNDArray.cc.
| boolNDArray mx_el_gt | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 649 of file fCNDArray.cc.
| boolNDArray mx_el_gt | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 655 of file fCNDArray.cc.
| boolNDArray mx_el_le | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 652 of file fCNDArray.cc.
| boolNDArray mx_el_le | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 649 of file fCNDArray.cc.
| boolNDArray mx_el_le | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 655 of file fCNDArray.cc.
| boolNDArray mx_el_lt | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 652 of file fCNDArray.cc.
| boolNDArray mx_el_lt | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 649 of file fCNDArray.cc.
| boolNDArray mx_el_lt | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 655 of file fCNDArray.cc.
| boolNDArray mx_el_ne | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 652 of file fCNDArray.cc.
| boolNDArray mx_el_ne | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 649 of file fCNDArray.cc.
| boolNDArray mx_el_ne | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 655 of file fCNDArray.cc.
| boolNDArray mx_el_not_and | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 653 of file fCNDArray.cc.
| boolNDArray mx_el_not_and | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 650 of file fCNDArray.cc.
| boolNDArray mx_el_not_and | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 656 of file fCNDArray.cc.
| boolNDArray mx_el_not_or | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 653 of file fCNDArray.cc.
| boolNDArray mx_el_not_or | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 650 of file fCNDArray.cc.
| boolNDArray mx_el_not_or | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 656 of file fCNDArray.cc.
| boolNDArray mx_el_or | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 653 of file fCNDArray.cc.
| boolNDArray mx_el_or | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 650 of file fCNDArray.cc.
| boolNDArray mx_el_or | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 656 of file fCNDArray.cc.
| boolNDArray mx_el_or_not | ( | const FloatComplex & | s, |
| const FloatComplexNDArray & | m | ||
| ) |
Definition at line 653 of file fCNDArray.cc.
| boolNDArray mx_el_or_not | ( | const FloatComplexNDArray & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 650 of file fCNDArray.cc.
| boolNDArray mx_el_or_not | ( | const FloatComplexNDArray & | m1, |
| const FloatComplexNDArray & | m2 | ||
| ) |
Definition at line 656 of file fCNDArray.cc.
| FloatComplexNDArray& operator*= | ( | FloatComplexNDArray & | a, |
| float | s | ||
| ) |
Definition at line 658 of file fCNDArray.cc.
References mx_inline_mul2().
| FloatComplexNDArray& operator/= | ( | FloatComplexNDArray & | a, |
| float | s | ||
| ) |
Definition at line 667 of file fCNDArray.cc.
References Array< T, Alloc >::is_shared(), and mx_inline_div2().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const FloatComplexNDArray & | a | ||
| ) |
Definition at line 612 of file fCNDArray.cc.
| std::istream& operator>> | ( | std::istream & | is, |
| FloatComplexNDArray & | a | ||
| ) |
Definition at line 627 of file fCNDArray.cc.