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 "CNDArray.h"
#include "f77-fcn.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-cnda-s.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 912 of file CNDArray.cc.
ComplexNDArray bsxfun_div | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 912 of file CNDArray.cc.
boolNDArray bsxfun_eq | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 913 of file CNDArray.cc.
boolNDArray bsxfun_ge | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 913 of file CNDArray.cc.
boolNDArray bsxfun_gt | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 913 of file CNDArray.cc.
boolNDArray bsxfun_le | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 913 of file CNDArray.cc.
boolNDArray bsxfun_lt | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 913 of file CNDArray.cc.
ComplexNDArray bsxfun_max | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 912 of file CNDArray.cc.
ComplexNDArray bsxfun_min | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 912 of file CNDArray.cc.
ComplexNDArray bsxfun_mul | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 912 of file CNDArray.cc.
boolNDArray bsxfun_ne | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 913 of file CNDArray.cc.
OCTAVE_API ComplexNDArray bsxfun_pow | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 915 of file CNDArray.cc.
Referenced by do_bsxfun_real_pow(), elem_xpow(), and maybe_fill_table().
ComplexNDArray bsxfun_sub | ( | const ComplexNDArray & | x, |
const ComplexNDArray & | y | ||
) |
Definition at line 912 of file CNDArray.cc.
|
static |
ComplexNDArray concat | ( | NDArray & | ra, |
ComplexNDArray & | rb, | ||
const Array< octave_idx_type > & | ra_idx | ||
) |
Definition at line 664 of file CNDArray.cc.
References ComplexNDArray::insert(), and Array< T >::numel().
Referenced by oct_catop_b_sbm(), oct_catop_b_sm(), oct_catop_bm_sbm(), oct_catop_bm_sm(), oct_catop_chm_m(), oct_catop_chm_s(), oct_catop_cm_scm(), oct_catop_cm_sm(), oct_catop_cs_scm(), oct_catop_cs_sm(), oct_catop_m_chm(), oct_catop_m_sbm(), oct_catop_m_scm(), oct_catop_m_sm(), oct_catop_s_chm(), oct_catop_s_sbm(), oct_catop_sbm_b(), oct_catop_sbm_bm(), oct_catop_sbm_m(), oct_catop_sbm_s(), oct_catop_scm_cm(), oct_catop_scm_cs(), oct_catop_scm_m(), oct_catop_scm_s(), oct_catop_sm_b(), oct_catop_sm_bm(), oct_catop_sm_cm(), oct_catop_sm_cs(), oct_catop_sm_m(), and oct_catop_sm_s().
ComplexNDArray conj | ( | const ComplexNDArray & | a | ) |
Definition at line 747 of file CNDArray.cc.
ComplexNDArray max | ( | Complex | d, |
const ComplexNDArray & | m | ||
) |
Definition at line 883 of file CNDArray.cc.
ComplexNDArray max | ( | const ComplexNDArray & | m, |
Complex | d | ||
) |
Definition at line 883 of file CNDArray.cc.
ComplexNDArray max | ( | const ComplexNDArray & | a, |
const ComplexNDArray & | b | ||
) |
Definition at line 883 of file CNDArray.cc.
ComplexNDArray min | ( | const ComplexNDArray & | a, |
const ComplexNDArray & | b | ||
) |
Definition at line 883 of file CNDArray.cc.
ComplexNDArray min | ( | Complex | d, |
const ComplexNDArray & | m | ||
) |
Definition at line 883 of file CNDArray.cc.
ComplexNDArray min | ( | const ComplexNDArray & | m, |
Complex | d | ||
) |
Definition at line 883 of file CNDArray.cc.
boolNDArray mx_el_and | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 886 of file CNDArray.cc.
boolNDArray mx_el_and | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 889 of file CNDArray.cc.
boolNDArray mx_el_and | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 892 of file CNDArray.cc.
boolNDArray mx_el_and_not | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 886 of file CNDArray.cc.
boolNDArray mx_el_and_not | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 889 of file CNDArray.cc.
boolNDArray mx_el_and_not | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 892 of file CNDArray.cc.
boolNDArray mx_el_eq | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 885 of file CNDArray.cc.
boolNDArray mx_el_eq | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 888 of file CNDArray.cc.
boolNDArray mx_el_eq | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 891 of file CNDArray.cc.
boolNDArray mx_el_ge | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 885 of file CNDArray.cc.
boolNDArray mx_el_ge | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 888 of file CNDArray.cc.
boolNDArray mx_el_ge | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 891 of file CNDArray.cc.
boolNDArray mx_el_gt | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 885 of file CNDArray.cc.
boolNDArray mx_el_gt | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 888 of file CNDArray.cc.
boolNDArray mx_el_gt | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 891 of file CNDArray.cc.
boolNDArray mx_el_le | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 885 of file CNDArray.cc.
boolNDArray mx_el_le | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 888 of file CNDArray.cc.
boolNDArray mx_el_le | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 891 of file CNDArray.cc.
boolNDArray mx_el_lt | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 885 of file CNDArray.cc.
boolNDArray mx_el_lt | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 888 of file CNDArray.cc.
boolNDArray mx_el_lt | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 891 of file CNDArray.cc.
boolNDArray mx_el_ne | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 885 of file CNDArray.cc.
boolNDArray mx_el_ne | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 888 of file CNDArray.cc.
boolNDArray mx_el_ne | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 891 of file CNDArray.cc.
boolNDArray mx_el_not_and | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 886 of file CNDArray.cc.
boolNDArray mx_el_not_and | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 889 of file CNDArray.cc.
boolNDArray mx_el_not_and | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 892 of file CNDArray.cc.
boolNDArray mx_el_not_or | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 886 of file CNDArray.cc.
boolNDArray mx_el_not_or | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 889 of file CNDArray.cc.
boolNDArray mx_el_not_or | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 892 of file CNDArray.cc.
boolNDArray mx_el_or | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 886 of file CNDArray.cc.
boolNDArray mx_el_or | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 889 of file CNDArray.cc.
boolNDArray mx_el_or | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 892 of file CNDArray.cc.
boolNDArray mx_el_or_not | ( | const ComplexNDArray & | m, |
const Complex & | s | ||
) |
Definition at line 886 of file CNDArray.cc.
boolNDArray mx_el_or_not | ( | const Complex & | s, |
const ComplexNDArray & | m | ||
) |
Definition at line 889 of file CNDArray.cc.
boolNDArray mx_el_or_not | ( | const ComplexNDArray & | m1, |
const ComplexNDArray & | m2 | ||
) |
Definition at line 892 of file CNDArray.cc.
ComplexNDArray& operator*= | ( | ComplexNDArray & | a, |
double | s | ||
) |
Definition at line 894 of file CNDArray.cc.
References mx_inline_mul2().
ComplexNDArray& operator/= | ( | ComplexNDArray & | a, |
double | s | ||
) |
Definition at line 903 of file CNDArray.cc.
References Array< T >::is_shared(), and mx_inline_div2().
std::ostream& operator<< | ( | std::ostream & | os, |
const ComplexNDArray & | a | ||
) |
Definition at line 847 of file CNDArray.cc.
References Array< T >::elem(), Array< T >::nelem(), and octave_write_complex().
std::istream& operator>> | ( | std::istream & | is, |
ComplexNDArray & | a | ||
) |
Definition at line 861 of file CNDArray.cc.
References Array< T >::elem(), and Array< T >::nelem().