#include <complex>
#include <istream>
#include <ostream>
#include "Array-util.h"
#include "CNDArray.h"
#include "f77-fcn.h"
#include "lo-ieee.h"
#include "lo-mappers.h"
#include "mx-base.h"
#include "mx-cnda-s.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.
ComplexNDArray bsxfun_add | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 662 of file CNDArray.cc.
ComplexNDArray bsxfun_div | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 662 of file CNDArray.cc.
boolNDArray bsxfun_eq | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 663 of file CNDArray.cc.
boolNDArray bsxfun_ge | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 663 of file CNDArray.cc.
boolNDArray bsxfun_gt | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 663 of file CNDArray.cc.
boolNDArray bsxfun_le | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 663 of file CNDArray.cc.
boolNDArray bsxfun_lt | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 663 of file CNDArray.cc.
ComplexNDArray bsxfun_max | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 662 of file CNDArray.cc.
ComplexNDArray bsxfun_min | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 662 of file CNDArray.cc.
ComplexNDArray bsxfun_mul | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 662 of file CNDArray.cc.
boolNDArray bsxfun_ne | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 663 of file CNDArray.cc.
ComplexNDArray bsxfun_pow | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 665 of file CNDArray.cc.
Referenced by elem_xpow().
ComplexNDArray bsxfun_sub | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 662 of file CNDArray.cc.
ComplexNDArray concat | ( | NDArray & | ra, |
ComplexNDArray & | rb, | ||
const Array< octave_idx_type > & | ra_idx | ||
) |
Definition at line 418 of file CNDArray.cc.
References ComplexNDArray::insert(), Array< T, Alloc >::numel(), and ra_idx.
Referenced by octave::contents_file_in_path(), octave::F__mkdir__(), and octave::genpath().
ComplexNDArray conj | ( | const ComplexNDArray & | a | ) |
Definition at line 502 of file CNDArray.cc.
ComplexNDArray max | ( | Complex | d, |
const ComplexNDArray & | m | ||
) |
Definition at line 632 of file CNDArray.cc.
ComplexNDArray max | ( | const ComplexNDArray & | a, |
const ComplexNDArray & | b | ||
) |
Definition at line 632 of file CNDArray.cc.
ComplexNDArray max | ( | const ComplexNDArray & | m, |
Complex | d | ||
) |
Definition at line 632 of file CNDArray.cc.
ComplexNDArray min | ( | Complex | d, |
const ComplexNDArray & | m | ||
) |
Definition at line 632 of file CNDArray.cc.
ComplexNDArray min | ( | const ComplexNDArray & | a, |
const ComplexNDArray & | b | ||
) |
Definition at line 632 of file CNDArray.cc.
ComplexNDArray min | ( | const ComplexNDArray & | m, |
Complex | d | ||
) |
Definition at line 632 of file CNDArray.cc.
boolNDArray mx_el_and | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 638 of file CNDArray.cc.
boolNDArray mx_el_and | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 635 of file CNDArray.cc.
boolNDArray mx_el_and | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 641 of file CNDArray.cc.
boolNDArray mx_el_and_not | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 638 of file CNDArray.cc.
boolNDArray mx_el_and_not | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 635 of file CNDArray.cc.
boolNDArray mx_el_and_not | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 641 of file CNDArray.cc.
boolNDArray mx_el_eq | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 637 of file CNDArray.cc.
boolNDArray mx_el_eq | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 634 of file CNDArray.cc.
boolNDArray mx_el_eq | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 640 of file CNDArray.cc.
boolNDArray mx_el_ge | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 637 of file CNDArray.cc.
boolNDArray mx_el_ge | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 634 of file CNDArray.cc.
boolNDArray mx_el_ge | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 640 of file CNDArray.cc.
boolNDArray mx_el_gt | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 637 of file CNDArray.cc.
boolNDArray mx_el_gt | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 634 of file CNDArray.cc.
boolNDArray mx_el_gt | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 640 of file CNDArray.cc.
boolNDArray mx_el_le | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 637 of file CNDArray.cc.
boolNDArray mx_el_le | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 634 of file CNDArray.cc.
boolNDArray mx_el_le | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 640 of file CNDArray.cc.
boolNDArray mx_el_lt | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 637 of file CNDArray.cc.
boolNDArray mx_el_lt | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 634 of file CNDArray.cc.
boolNDArray mx_el_lt | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 640 of file CNDArray.cc.
boolNDArray mx_el_ne | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 637 of file CNDArray.cc.
boolNDArray mx_el_ne | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 634 of file CNDArray.cc.
boolNDArray mx_el_ne | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 640 of file CNDArray.cc.
boolNDArray mx_el_not_and | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 638 of file CNDArray.cc.
boolNDArray mx_el_not_and | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 635 of file CNDArray.cc.
boolNDArray mx_el_not_and | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 641 of file CNDArray.cc.
boolNDArray mx_el_not_or | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 638 of file CNDArray.cc.
boolNDArray mx_el_not_or | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 635 of file CNDArray.cc.
boolNDArray mx_el_not_or | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 641 of file CNDArray.cc.
boolNDArray mx_el_or | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 638 of file CNDArray.cc.
boolNDArray mx_el_or | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 635 of file CNDArray.cc.
boolNDArray mx_el_or | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 641 of file CNDArray.cc.
boolNDArray mx_el_or_not | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 638 of file CNDArray.cc.
boolNDArray mx_el_or_not | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 635 of file CNDArray.cc.
boolNDArray mx_el_or_not | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 641 of file CNDArray.cc.
ComplexNDArray& operator*= | ( | ComplexNDArray & | a, |
double | s | ||
) |
Definition at line 643 of file CNDArray.cc.
References mx_inline_mul2().
ComplexNDArray& operator/= | ( | ComplexNDArray & | a, |
double | s | ||
) |
Definition at line 653 of file CNDArray.cc.
References Array< T, Alloc >::is_shared(), and mx_inline_div2().
std::ostream& operator<< | ( | std::ostream & | os, |
const ComplexNDArray & | a | ||
) |
Definition at line 597 of file CNDArray.cc.
std::istream& operator>> | ( | std::istream & | is, |
ComplexNDArray & | a | ||
) |
Definition at line 612 of file CNDArray.cc.