GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
CNDArray.h File Reference
#include "octave-config.h"
#include "MArray.h"
#include "bsxfun-decl.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
Include dependency graph for CNDArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComplexNDArray
 

Functions

OCTAVE_API ComplexNDArray bsxfun_add (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API ComplexNDArray bsxfun_div (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray bsxfun_eq (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray bsxfun_ge (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray bsxfun_gt (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray bsxfun_le (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray bsxfun_lt (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API ComplexNDArray bsxfun_max (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API ComplexNDArray bsxfun_min (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API ComplexNDArray bsxfun_mul (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray bsxfun_ne (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API ComplexNDArray bsxfun_pow (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API ComplexNDArray bsxfun_sub (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API ComplexNDArray conj (const ComplexNDArray &a)
 
OCTAVE_API ComplexNDArray max (Complex d, const ComplexNDArray &m)
 
OCTAVE_API ComplexNDArray max (const ComplexNDArray &m, Complex d)
 
OCTAVE_API ComplexNDArray max (const ComplexNDArray &a, const ComplexNDArray &b)
 
OCTAVE_API ComplexNDArray min (const ComplexNDArray &a, const ComplexNDArray &b)
 
OCTAVE_API ComplexNDArray min (Complex d, const ComplexNDArray &m)
 
OCTAVE_API ComplexNDArray min (const ComplexNDArray &m, Complex d)
 
OCTAVE_API boolNDArray mx_el_and (const ComplexNDArray &, const Complex &)
 
OCTAVE_API boolNDArray mx_el_and (const Complex &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_and (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_and_not (const Complex &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_and_not (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_eq (const ComplexNDArray &, const Complex &)
 
OCTAVE_API boolNDArray mx_el_eq (const Complex &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_eq (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_ge (const ComplexNDArray &, const Complex &)
 
OCTAVE_API boolNDArray mx_el_ge (const Complex &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_ge (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_gt (const ComplexNDArray &, const Complex &)
 
OCTAVE_API boolNDArray mx_el_gt (const Complex &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_gt (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_le (const ComplexNDArray &, const Complex &)
 
OCTAVE_API boolNDArray mx_el_le (const Complex &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_le (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_lt (const ComplexNDArray &, const Complex &)
 
OCTAVE_API boolNDArray mx_el_lt (const Complex &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_lt (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_ne (const ComplexNDArray &, const Complex &)
 
OCTAVE_API boolNDArray mx_el_ne (const Complex &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_ne (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_not_and (const ComplexNDArray &, const Complex &)
 
OCTAVE_API boolNDArray mx_el_not_and (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_not_or (const ComplexNDArray &, const Complex &)
 
OCTAVE_API boolNDArray mx_el_not_or (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_or (const ComplexNDArray &, const Complex &)
 
OCTAVE_API boolNDArray mx_el_or (const Complex &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_or (const ComplexNDArray &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_or_not (const Complex &, const ComplexNDArray &)
 
OCTAVE_API boolNDArray mx_el_or_not (const ComplexNDArray &, const ComplexNDArray &)
 
ComplexNDArray operator* (const Complex &x, const ComplexNDArray &y)
 
ComplexNDArray operator* (const ComplexNDArray &x, const Complex &y)
 
ComplexNDArray operator*= (ComplexNDArray &x, const Complex &y)
 
OCTAVE_API ComplexNDArrayoperator*= (ComplexNDArray &a, double s)
 
ComplexNDArray operator+ (const ComplexNDArray &x, const Complex &y)
 
ComplexNDArray operator+ (const ComplexNDArray &x)
 
ComplexNDArray operator+ (const Complex &x, const ComplexNDArray &y)
 
ComplexNDArray operator+ (const ComplexNDArray &x, const ComplexNDArray &y)
 
ComplexNDArray operator+= (ComplexNDArray &x, const Complex &y)
 
ComplexNDArray operator+= (ComplexNDArray &x, const ComplexNDArray &y)
 
ComplexNDArray operator- (const Complex &x, const ComplexNDArray &y)
 
ComplexNDArray operator- (const ComplexNDArray &x, const ComplexNDArray &y)
 
ComplexNDArray operator- (const ComplexNDArray &x)
 
ComplexNDArray operator- (const ComplexNDArray &x, const Complex &y)
 
ComplexNDArray operator-= (ComplexNDArray &x, const Complex &y)
 
ComplexNDArray operator-= (ComplexNDArray &x, const ComplexNDArray &y)
 
ComplexNDArray operator/ (const ComplexNDArray &x, const Complex &y)
 
ComplexNDArray operator/ (const Complex &x, const ComplexNDArray &y)
 
ComplexNDArray operator/= (ComplexNDArray &x, const Complex &y)
 
OCTAVE_API ComplexNDArrayoperator/= (ComplexNDArray &a, double s)
 
ComplexNDArray product (const ComplexNDArray &x, const ComplexNDArray &y)
 
ComplexNDArray product_eq (ComplexNDArray &x, const ComplexNDArray &y)
 
ComplexNDArray quotient (const ComplexNDArray &x, const ComplexNDArray &y)
 
ComplexNDArray quotient_eq (ComplexNDArray &x, const ComplexNDArray &y)
 

Function Documentation

◆ bsxfun_add()

OCTAVE_API ComplexNDArray bsxfun_add ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 895 of file CNDArray.cc.

◆ bsxfun_div()

OCTAVE_API ComplexNDArray bsxfun_div ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 895 of file CNDArray.cc.

◆ bsxfun_eq()

OCTAVE_API boolNDArray bsxfun_eq ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 896 of file CNDArray.cc.

◆ bsxfun_ge()

OCTAVE_API boolNDArray bsxfun_ge ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 896 of file CNDArray.cc.

◆ bsxfun_gt()

OCTAVE_API boolNDArray bsxfun_gt ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 896 of file CNDArray.cc.

◆ bsxfun_le()

OCTAVE_API boolNDArray bsxfun_le ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 896 of file CNDArray.cc.

◆ bsxfun_lt()

OCTAVE_API boolNDArray bsxfun_lt ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 896 of file CNDArray.cc.

◆ bsxfun_max()

OCTAVE_API ComplexNDArray bsxfun_max ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 895 of file CNDArray.cc.

◆ bsxfun_min()

OCTAVE_API ComplexNDArray bsxfun_min ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 895 of file CNDArray.cc.

◆ bsxfun_mul()

OCTAVE_API ComplexNDArray bsxfun_mul ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 895 of file CNDArray.cc.

◆ bsxfun_ne()

OCTAVE_API boolNDArray bsxfun_ne ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 896 of file CNDArray.cc.

◆ bsxfun_pow()

OCTAVE_API ComplexNDArray bsxfun_pow ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 898 of file CNDArray.cc.

Referenced by do_bsxfun_real_pow(), elem_xpow(), and maybe_fill_table().

◆ bsxfun_sub()

OCTAVE_API ComplexNDArray bsxfun_sub ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 895 of file CNDArray.cc.

◆ conj()

OCTAVE_API ComplexNDArray conj ( const ComplexNDArray a)

Definition at line 737 of file CNDArray.cc.

References a.

◆ max() [1/3]

OCTAVE_API ComplexNDArray max ( Complex  d,
const ComplexNDArray m 
)

Definition at line 866 of file CNDArray.cc.

◆ max() [2/3]

OCTAVE_API ComplexNDArray max ( const ComplexNDArray m,
Complex  d 
)

Definition at line 866 of file CNDArray.cc.

◆ max() [3/3]

OCTAVE_API ComplexNDArray max ( const ComplexNDArray a,
const ComplexNDArray b 
)

Definition at line 866 of file CNDArray.cc.

◆ min() [1/3]

OCTAVE_API ComplexNDArray min ( const ComplexNDArray a,
const ComplexNDArray b 
)

Definition at line 866 of file CNDArray.cc.

◆ min() [2/3]

OCTAVE_API ComplexNDArray min ( Complex  d,
const ComplexNDArray m 
)

Definition at line 866 of file CNDArray.cc.

◆ min() [3/3]

OCTAVE_API ComplexNDArray min ( const ComplexNDArray m,
Complex  d 
)

Definition at line 866 of file CNDArray.cc.

◆ mx_el_and() [1/3]

OCTAVE_API boolNDArray mx_el_and ( const ComplexNDArray ,
const Complex  
)

Definition at line 869 of file CNDArray.cc.

◆ mx_el_and() [2/3]

OCTAVE_API boolNDArray mx_el_and ( const Complex ,
const ComplexNDArray  
)

Definition at line 872 of file CNDArray.cc.

◆ mx_el_and() [3/3]

OCTAVE_API boolNDArray mx_el_and ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 875 of file CNDArray.cc.

◆ mx_el_and_not() [1/2]

OCTAVE_API boolNDArray mx_el_and_not ( const Complex ,
const ComplexNDArray  
)

Definition at line 872 of file CNDArray.cc.

◆ mx_el_and_not() [2/2]

OCTAVE_API boolNDArray mx_el_and_not ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 875 of file CNDArray.cc.

◆ mx_el_eq() [1/3]

OCTAVE_API boolNDArray mx_el_eq ( const ComplexNDArray ,
const Complex  
)

Definition at line 868 of file CNDArray.cc.

◆ mx_el_eq() [2/3]

OCTAVE_API boolNDArray mx_el_eq ( const Complex ,
const ComplexNDArray  
)

Definition at line 871 of file CNDArray.cc.

◆ mx_el_eq() [3/3]

OCTAVE_API boolNDArray mx_el_eq ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 874 of file CNDArray.cc.

◆ mx_el_ge() [1/3]

OCTAVE_API boolNDArray mx_el_ge ( const ComplexNDArray ,
const Complex  
)

Definition at line 868 of file CNDArray.cc.

◆ mx_el_ge() [2/3]

OCTAVE_API boolNDArray mx_el_ge ( const Complex ,
const ComplexNDArray  
)

Definition at line 871 of file CNDArray.cc.

◆ mx_el_ge() [3/3]

OCTAVE_API boolNDArray mx_el_ge ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 874 of file CNDArray.cc.

◆ mx_el_gt() [1/3]

OCTAVE_API boolNDArray mx_el_gt ( const ComplexNDArray ,
const Complex  
)

Definition at line 868 of file CNDArray.cc.

◆ mx_el_gt() [2/3]

OCTAVE_API boolNDArray mx_el_gt ( const Complex ,
const ComplexNDArray  
)

Definition at line 871 of file CNDArray.cc.

◆ mx_el_gt() [3/3]

OCTAVE_API boolNDArray mx_el_gt ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 874 of file CNDArray.cc.

◆ mx_el_le() [1/3]

OCTAVE_API boolNDArray mx_el_le ( const ComplexNDArray ,
const Complex  
)

Definition at line 868 of file CNDArray.cc.

◆ mx_el_le() [2/3]

OCTAVE_API boolNDArray mx_el_le ( const Complex ,
const ComplexNDArray  
)

Definition at line 871 of file CNDArray.cc.

◆ mx_el_le() [3/3]

OCTAVE_API boolNDArray mx_el_le ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 874 of file CNDArray.cc.

◆ mx_el_lt() [1/3]

OCTAVE_API boolNDArray mx_el_lt ( const ComplexNDArray ,
const Complex  
)

Definition at line 868 of file CNDArray.cc.

◆ mx_el_lt() [2/3]

OCTAVE_API boolNDArray mx_el_lt ( const Complex ,
const ComplexNDArray  
)

Definition at line 871 of file CNDArray.cc.

◆ mx_el_lt() [3/3]

OCTAVE_API boolNDArray mx_el_lt ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 874 of file CNDArray.cc.

◆ mx_el_ne() [1/3]

OCTAVE_API boolNDArray mx_el_ne ( const ComplexNDArray ,
const Complex  
)

Definition at line 868 of file CNDArray.cc.

◆ mx_el_ne() [2/3]

OCTAVE_API boolNDArray mx_el_ne ( const Complex ,
const ComplexNDArray  
)

Definition at line 871 of file CNDArray.cc.

◆ mx_el_ne() [3/3]

OCTAVE_API boolNDArray mx_el_ne ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 874 of file CNDArray.cc.

◆ mx_el_not_and() [1/2]

OCTAVE_API boolNDArray mx_el_not_and ( const ComplexNDArray ,
const Complex  
)

Definition at line 869 of file CNDArray.cc.

◆ mx_el_not_and() [2/2]

OCTAVE_API boolNDArray mx_el_not_and ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 875 of file CNDArray.cc.

◆ mx_el_not_or() [1/2]

OCTAVE_API boolNDArray mx_el_not_or ( const ComplexNDArray ,
const Complex  
)

Definition at line 869 of file CNDArray.cc.

◆ mx_el_not_or() [2/2]

OCTAVE_API boolNDArray mx_el_not_or ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 875 of file CNDArray.cc.

◆ mx_el_or() [1/3]

OCTAVE_API boolNDArray mx_el_or ( const ComplexNDArray ,
const Complex  
)

Definition at line 869 of file CNDArray.cc.

◆ mx_el_or() [2/3]

OCTAVE_API boolNDArray mx_el_or ( const Complex ,
const ComplexNDArray  
)

Definition at line 872 of file CNDArray.cc.

◆ mx_el_or() [3/3]

OCTAVE_API boolNDArray mx_el_or ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 875 of file CNDArray.cc.

◆ mx_el_or_not() [1/2]

OCTAVE_API boolNDArray mx_el_or_not ( const Complex ,
const ComplexNDArray  
)

Definition at line 872 of file CNDArray.cc.

◆ mx_el_or_not() [2/2]

OCTAVE_API boolNDArray mx_el_or_not ( const ComplexNDArray ,
const ComplexNDArray  
)

Definition at line 875 of file CNDArray.cc.

◆ operator*() [1/2]

ComplexNDArray operator* ( const Complex x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator*() [2/2]

ComplexNDArray operator* ( const ComplexNDArray x,
const Complex y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator*=() [1/2]

ComplexNDArray operator*= ( ComplexNDArray x,
const Complex y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator*=() [2/2]

OCTAVE_API ComplexNDArray& operator*= ( ComplexNDArray a,
double  s 
)

Definition at line 877 of file CNDArray.cc.

References a, mx_inline_mul2(), and s.

◆ operator+() [1/4]

ComplexNDArray operator+ ( const ComplexNDArray x,
const Complex y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator+() [2/4]

ComplexNDArray operator+ ( const ComplexNDArray x)
inline

Definition at line 167 of file CNDArray.h.

◆ operator+() [3/4]

ComplexNDArray operator+ ( const Complex x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator+() [4/4]

ComplexNDArray operator+ ( const ComplexNDArray x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator+=() [1/2]

ComplexNDArray operator+= ( ComplexNDArray x,
const Complex y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator+=() [2/2]

ComplexNDArray operator+= ( ComplexNDArray x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator-() [1/4]

ComplexNDArray operator- ( const Complex x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator-() [2/4]

ComplexNDArray operator- ( const ComplexNDArray x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator-() [3/4]

ComplexNDArray operator- ( const ComplexNDArray x)
inline

Definition at line 167 of file CNDArray.h.

◆ operator-() [4/4]

ComplexNDArray operator- ( const ComplexNDArray x,
const Complex y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator-=() [1/2]

ComplexNDArray operator-= ( ComplexNDArray x,
const Complex y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator-=() [2/2]

ComplexNDArray operator-= ( ComplexNDArray x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator/() [1/2]

ComplexNDArray operator/ ( const ComplexNDArray x,
const Complex y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator/() [2/2]

ComplexNDArray operator/ ( const Complex x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator/=() [1/2]

ComplexNDArray operator/= ( ComplexNDArray x,
const Complex y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ operator/=() [2/2]

OCTAVE_API ComplexNDArray& operator/= ( ComplexNDArray a,
double  s 
)

Definition at line 886 of file CNDArray.cc.

References a, mx_inline_div2(), and s.

◆ product()

ComplexNDArray product ( const ComplexNDArray x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ product_eq()

ComplexNDArray product_eq ( ComplexNDArray x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ quotient()

ComplexNDArray quotient ( const ComplexNDArray x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.

◆ quotient_eq()

ComplexNDArray quotient_eq ( ComplexNDArray x,
const ComplexNDArray y 
)
inline

Definition at line 167 of file CNDArray.h.