GNU Octave 11.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
dNDArray.cc File Reference
#include <istream>
#include <limits>
#include <ostream>
#include "Array-util.h"
#include "dNDArray.h"
#include "f77-fcn.h"
#include "lo-ieee.h"
#include "mappers.h"
#include "mx-base.h"
#include "mx-op-defs.h"
#include "oct-error.h"
#include "oct-fftw.h"
#include "oct-locbuf.h"
#include "bsxfun-defs.cc"

Go to the source code of this file.

Functions

NDArray bsxfun_add (const NDArray &x, const NDArray &y)
 
NDArray bsxfun_div (const NDArray &x, const NDArray &y)
 
boolNDArray bsxfun_eq (const NDArray &x, const NDArray &y)
 
boolNDArray bsxfun_ge (const NDArray &x, const NDArray &y)
 
boolNDArray bsxfun_gt (const NDArray &x, const NDArray &y)
 
boolNDArray bsxfun_le (const NDArray &x, const NDArray &y)
 
boolNDArray bsxfun_lt (const NDArray &x, const NDArray &y)
 
NDArray bsxfun_max (const NDArray &x, const NDArray &y)
 
NDArray bsxfun_max (const NDArray &x, const NDArray &y, const bool nanflag)
 
NDArray bsxfun_max (const NDArray &x, const NDArray &y, const bool nanflag, const bool realabs)
 
NDArray bsxfun_min (const NDArray &x, const NDArray &y)
 
NDArray bsxfun_min (const NDArray &x, const NDArray &y, const bool nanflag)
 
NDArray bsxfun_min (const NDArray &x, const NDArray &y, const bool nanflag, const bool realabs)
 
NDArray bsxfun_mul (const NDArray &x, const NDArray &y)
 
boolNDArray bsxfun_ne (const NDArray &x, const NDArray &y)
 
ComplexNDArray bsxfun_pow (const ComplexNDArray &x, const NDArray &y)
 
ComplexNDArray bsxfun_pow (const NDArray &x, const ComplexNDArray &y)
 
NDArray bsxfun_pow (const NDArray &x, const NDArray &y)
 
NDArray bsxfun_sub (const NDArray &x, const NDArray &y)
 
NDArray imag (const ComplexNDArray &a)
 
NDArray max (const NDArray &a, const NDArray &b)
 
NDArray max (const NDArray &a, const NDArray &b, const bool nanflag)
 
NDArray max (const NDArray &a, const NDArray &b, const bool nanflag, const bool realabs)
 
NDArray max (const NDArray &m, double d)
 
NDArray max (const NDArray &m, double d, const bool nanflag)
 
NDArray max (const NDArray &m, double d, const bool nanflag, const bool realabs)
 
NDArray max (double d, const NDArray &m)
 
NDArray max (double d, const NDArray &m, const bool nanflag)
 
NDArray max (double d, const NDArray &m, const bool nanflag, const bool realabs)
 
NDArray min (const NDArray &a, const NDArray &b)
 
NDArray min (const NDArray &a, const NDArray &b, const bool nanflag)
 
NDArray min (const NDArray &a, const NDArray &b, const bool nanflag, const bool realabs)
 
NDArray min (const NDArray &m, double d)
 
NDArray min (const NDArray &m, double d, const bool nanflag)
 
NDArray min (const NDArray &m, double d, const bool nanflag, const bool realabs)
 
NDArray min (double d, const NDArray &m)
 
NDArray min (double d, const NDArray &m, const bool nanflag)
 
NDArray min (double d, const NDArray &m, const bool nanflag, const bool realabs)
 
boolNDArray mx_el_and (const double &s, const NDArray &m)
 
boolNDArray mx_el_and (const NDArray &m, const double &s)
 
boolNDArray mx_el_and (const NDArray &m1, const NDArray &m2)
 
boolNDArray mx_el_and_not (const double &s, const NDArray &m)
 
boolNDArray mx_el_and_not (const NDArray &m, const double &s)
 
boolNDArray mx_el_and_not (const NDArray &m1, const NDArray &m2)
 
boolNDArray mx_el_eq (const double &s, const NDArray &m)
 
boolNDArray mx_el_eq (const NDArray &m, const double &s)
 
boolNDArray mx_el_eq (const NDArray &m1, const NDArray &m2)
 
boolNDArray mx_el_ge (const double &s, const NDArray &m)
 
boolNDArray mx_el_ge (const NDArray &m, const double &s)
 
boolNDArray mx_el_ge (const NDArray &m1, const NDArray &m2)
 
boolNDArray mx_el_gt (const double &s, const NDArray &m)
 
boolNDArray mx_el_gt (const NDArray &m, const double &s)
 
boolNDArray mx_el_gt (const NDArray &m1, const NDArray &m2)
 
boolNDArray mx_el_le (const double &s, const NDArray &m)
 
boolNDArray mx_el_le (const NDArray &m, const double &s)
 
boolNDArray mx_el_le (const NDArray &m1, const NDArray &m2)
 
boolNDArray mx_el_lt (const double &s, const NDArray &m)
 
boolNDArray mx_el_lt (const NDArray &m, const double &s)
 
boolNDArray mx_el_lt (const NDArray &m1, const NDArray &m2)
 
boolNDArray mx_el_ne (const double &s, const NDArray &m)
 
boolNDArray mx_el_ne (const NDArray &m, const double &s)
 
boolNDArray mx_el_ne (const NDArray &m1, const NDArray &m2)
 
boolNDArray mx_el_not_and (const double &s, const NDArray &m)
 
boolNDArray mx_el_not_and (const NDArray &m, const double &s)
 
boolNDArray mx_el_not_and (const NDArray &m1, const NDArray &m2)
 
boolNDArray mx_el_not_or (const double &s, const NDArray &m)
 
boolNDArray mx_el_not_or (const NDArray &m, const double &s)
 
boolNDArray mx_el_not_or (const NDArray &m1, const NDArray &m2)
 
boolNDArray mx_el_or (const double &s, const NDArray &m)
 
boolNDArray mx_el_or (const NDArray &m, const double &s)
 
boolNDArray mx_el_or (const NDArray &m1, const NDArray &m2)
 
boolNDArray mx_el_or_not (const double &s, const NDArray &m)
 
boolNDArray mx_el_or_not (const NDArray &m, const double &s)
 
boolNDArray mx_el_or_not (const NDArray &m1, const NDArray &m2)
 
std::ostream & operator<< (std::ostream &os, const NDArray &a)
 
std::istream & operator>> (std::istream &is, NDArray &a)
 
NDArray real (const ComplexNDArray &a)
 

Function Documentation

◆ bsxfun_add()

NDArray bsxfun_add ( const NDArray x,
const NDArray y 
)

Definition at line 680 of file dNDArray.cc.

◆ bsxfun_div()

NDArray bsxfun_div ( const NDArray x,
const NDArray y 
)

Definition at line 680 of file dNDArray.cc.

◆ bsxfun_eq()

boolNDArray bsxfun_eq ( const NDArray x,
const NDArray y 
)

Definition at line 681 of file dNDArray.cc.

◆ bsxfun_ge()

boolNDArray bsxfun_ge ( const NDArray x,
const NDArray y 
)

Definition at line 681 of file dNDArray.cc.

◆ bsxfun_gt()

boolNDArray bsxfun_gt ( const NDArray x,
const NDArray y 
)

Definition at line 681 of file dNDArray.cc.

◆ bsxfun_le()

boolNDArray bsxfun_le ( const NDArray x,
const NDArray y 
)

Definition at line 681 of file dNDArray.cc.

◆ bsxfun_lt()

boolNDArray bsxfun_lt ( const NDArray x,
const NDArray y 
)

Definition at line 681 of file dNDArray.cc.

◆ bsxfun_max() [1/3]

NDArray bsxfun_max ( const NDArray x,
const NDArray y 
)

Definition at line 680 of file dNDArray.cc.

◆ bsxfun_max() [2/3]

NDArray bsxfun_max ( const NDArray x,
const NDArray y,
const bool  nanflag 
)

Definition at line 680 of file dNDArray.cc.

◆ bsxfun_max() [3/3]

NDArray bsxfun_max ( const NDArray x,
const NDArray y,
const bool  nanflag,
const bool  realabs 
)

Definition at line 680 of file dNDArray.cc.

◆ bsxfun_min() [1/3]

NDArray bsxfun_min ( const NDArray x,
const NDArray y 
)

Definition at line 680 of file dNDArray.cc.

◆ bsxfun_min() [2/3]

NDArray bsxfun_min ( const NDArray x,
const NDArray y,
const bool  nanflag 
)

Definition at line 680 of file dNDArray.cc.

◆ bsxfun_min() [3/3]

NDArray bsxfun_min ( const NDArray x,
const NDArray y,
const bool  nanflag,
const bool  realabs 
)

Definition at line 680 of file dNDArray.cc.

◆ bsxfun_mul()

NDArray bsxfun_mul ( const NDArray x,
const NDArray y 
)

Definition at line 680 of file dNDArray.cc.

◆ bsxfun_ne()

boolNDArray bsxfun_ne ( const NDArray x,
const NDArray y 
)

Definition at line 681 of file dNDArray.cc.

◆ bsxfun_pow() [1/3]

ComplexNDArray bsxfun_pow ( const ComplexNDArray x,
const NDArray y 
)

Definition at line 685 of file dNDArray.cc.

◆ bsxfun_pow() [2/3]

ComplexNDArray bsxfun_pow ( const NDArray x,
const ComplexNDArray y 
)

Definition at line 687 of file dNDArray.cc.

◆ bsxfun_pow() [3/3]

NDArray bsxfun_pow ( const NDArray x,
const NDArray y 
)

Definition at line 683 of file dNDArray.cc.

◆ bsxfun_sub()

NDArray bsxfun_sub ( const NDArray x,
const NDArray y 
)

Definition at line 680 of file dNDArray.cc.

◆ imag()

NDArray imag ( const ComplexNDArray a)

Definition at line 563 of file dNDArray.cc.

◆ max() [1/9]

NDArray max ( const NDArray a,
const NDArray b 
)

Definition at line 669 of file dNDArray.cc.

◆ max() [2/9]

NDArray max ( const NDArray a,
const NDArray b,
const bool  nanflag 
)

Definition at line 669 of file dNDArray.cc.

◆ max() [3/9]

NDArray max ( const NDArray a,
const NDArray b,
const bool  nanflag,
const bool  realabs 
)

Definition at line 669 of file dNDArray.cc.

◆ max() [4/9]

NDArray max ( const NDArray m,
double  d 
)

Definition at line 669 of file dNDArray.cc.

◆ max() [5/9]

NDArray max ( const NDArray m,
double  d,
const bool  nanflag 
)

Definition at line 669 of file dNDArray.cc.

◆ max() [6/9]

NDArray max ( const NDArray m,
double  d,
const bool  nanflag,
const bool  realabs 
)

Definition at line 669 of file dNDArray.cc.

◆ max() [7/9]

NDArray max ( double  d,
const NDArray m 
)

Definition at line 669 of file dNDArray.cc.

◆ max() [8/9]

NDArray max ( double  d,
const NDArray m,
const bool  nanflag 
)

Definition at line 669 of file dNDArray.cc.

◆ max() [9/9]

NDArray max ( double  d,
const NDArray m,
const bool  nanflag,
const bool  realabs 
)

Definition at line 669 of file dNDArray.cc.

◆ min() [1/9]

NDArray min ( const NDArray a,
const NDArray b 
)

Definition at line 669 of file dNDArray.cc.

◆ min() [2/9]

NDArray min ( const NDArray a,
const NDArray b,
const bool  nanflag 
)

Definition at line 669 of file dNDArray.cc.

◆ min() [3/9]

NDArray min ( const NDArray a,
const NDArray b,
const bool  nanflag,
const bool  realabs 
)

Definition at line 669 of file dNDArray.cc.

◆ min() [4/9]

NDArray min ( const NDArray m,
double  d 
)

Definition at line 669 of file dNDArray.cc.

◆ min() [5/9]

NDArray min ( const NDArray m,
double  d,
const bool  nanflag 
)

Definition at line 669 of file dNDArray.cc.

◆ min() [6/9]

NDArray min ( const NDArray m,
double  d,
const bool  nanflag,
const bool  realabs 
)

Definition at line 669 of file dNDArray.cc.

◆ min() [7/9]

NDArray min ( double  d,
const NDArray m 
)

Definition at line 669 of file dNDArray.cc.

◆ min() [8/9]

NDArray min ( double  d,
const NDArray m,
const bool  nanflag 
)

Definition at line 669 of file dNDArray.cc.

◆ min() [9/9]

NDArray min ( double  d,
const NDArray m,
const bool  nanflag,
const bool  realabs 
)

Definition at line 669 of file dNDArray.cc.

◆ mx_el_and() [1/3]

boolNDArray mx_el_and ( const double s,
const NDArray m 
)

Definition at line 675 of file dNDArray.cc.

◆ mx_el_and() [2/3]

boolNDArray mx_el_and ( const NDArray m,
const double s 
)

Definition at line 672 of file dNDArray.cc.

◆ mx_el_and() [3/3]

boolNDArray mx_el_and ( const NDArray m1,
const NDArray m2 
)

Definition at line 678 of file dNDArray.cc.

◆ mx_el_and_not() [1/3]

boolNDArray mx_el_and_not ( const double s,
const NDArray m 
)

Definition at line 675 of file dNDArray.cc.

◆ mx_el_and_not() [2/3]

boolNDArray mx_el_and_not ( const NDArray m,
const double s 
)

Definition at line 672 of file dNDArray.cc.

◆ mx_el_and_not() [3/3]

boolNDArray mx_el_and_not ( const NDArray m1,
const NDArray m2 
)

Definition at line 678 of file dNDArray.cc.

◆ mx_el_eq() [1/3]

boolNDArray mx_el_eq ( const double s,
const NDArray m 
)

Definition at line 674 of file dNDArray.cc.

◆ mx_el_eq() [2/3]

boolNDArray mx_el_eq ( const NDArray m,
const double s 
)

Definition at line 671 of file dNDArray.cc.

◆ mx_el_eq() [3/3]

boolNDArray mx_el_eq ( const NDArray m1,
const NDArray m2 
)

Definition at line 677 of file dNDArray.cc.

◆ mx_el_ge() [1/3]

boolNDArray mx_el_ge ( const double s,
const NDArray m 
)

Definition at line 674 of file dNDArray.cc.

◆ mx_el_ge() [2/3]

boolNDArray mx_el_ge ( const NDArray m,
const double s 
)

Definition at line 671 of file dNDArray.cc.

◆ mx_el_ge() [3/3]

boolNDArray mx_el_ge ( const NDArray m1,
const NDArray m2 
)

Definition at line 677 of file dNDArray.cc.

◆ mx_el_gt() [1/3]

boolNDArray mx_el_gt ( const double s,
const NDArray m 
)

Definition at line 674 of file dNDArray.cc.

◆ mx_el_gt() [2/3]

boolNDArray mx_el_gt ( const NDArray m,
const double s 
)

Definition at line 671 of file dNDArray.cc.

◆ mx_el_gt() [3/3]

boolNDArray mx_el_gt ( const NDArray m1,
const NDArray m2 
)

Definition at line 677 of file dNDArray.cc.

◆ mx_el_le() [1/3]

boolNDArray mx_el_le ( const double s,
const NDArray m 
)

Definition at line 674 of file dNDArray.cc.

◆ mx_el_le() [2/3]

boolNDArray mx_el_le ( const NDArray m,
const double s 
)

Definition at line 671 of file dNDArray.cc.

◆ mx_el_le() [3/3]

boolNDArray mx_el_le ( const NDArray m1,
const NDArray m2 
)

Definition at line 677 of file dNDArray.cc.

◆ mx_el_lt() [1/3]

boolNDArray mx_el_lt ( const double s,
const NDArray m 
)

Definition at line 674 of file dNDArray.cc.

◆ mx_el_lt() [2/3]

boolNDArray mx_el_lt ( const NDArray m,
const double s 
)

Definition at line 671 of file dNDArray.cc.

◆ mx_el_lt() [3/3]

boolNDArray mx_el_lt ( const NDArray m1,
const NDArray m2 
)

Definition at line 677 of file dNDArray.cc.

◆ mx_el_ne() [1/3]

boolNDArray mx_el_ne ( const double s,
const NDArray m 
)

Definition at line 674 of file dNDArray.cc.

◆ mx_el_ne() [2/3]

boolNDArray mx_el_ne ( const NDArray m,
const double s 
)

Definition at line 671 of file dNDArray.cc.

◆ mx_el_ne() [3/3]

boolNDArray mx_el_ne ( const NDArray m1,
const NDArray m2 
)

Definition at line 677 of file dNDArray.cc.

◆ mx_el_not_and() [1/3]

boolNDArray mx_el_not_and ( const double s,
const NDArray m 
)

Definition at line 675 of file dNDArray.cc.

◆ mx_el_not_and() [2/3]

boolNDArray mx_el_not_and ( const NDArray m,
const double s 
)

Definition at line 672 of file dNDArray.cc.

◆ mx_el_not_and() [3/3]

boolNDArray mx_el_not_and ( const NDArray m1,
const NDArray m2 
)

Definition at line 678 of file dNDArray.cc.

◆ mx_el_not_or() [1/3]

boolNDArray mx_el_not_or ( const double s,
const NDArray m 
)

Definition at line 675 of file dNDArray.cc.

◆ mx_el_not_or() [2/3]

boolNDArray mx_el_not_or ( const NDArray m,
const double s 
)

Definition at line 672 of file dNDArray.cc.

◆ mx_el_not_or() [3/3]

boolNDArray mx_el_not_or ( const NDArray m1,
const NDArray m2 
)

Definition at line 678 of file dNDArray.cc.

◆ mx_el_or() [1/3]

boolNDArray mx_el_or ( const double s,
const NDArray m 
)

Definition at line 675 of file dNDArray.cc.

◆ mx_el_or() [2/3]

boolNDArray mx_el_or ( const NDArray m,
const double s 
)

Definition at line 672 of file dNDArray.cc.

◆ mx_el_or() [3/3]

boolNDArray mx_el_or ( const NDArray m1,
const NDArray m2 
)

Definition at line 678 of file dNDArray.cc.

◆ mx_el_or_not() [1/3]

boolNDArray mx_el_or_not ( const double s,
const NDArray m 
)

Definition at line 675 of file dNDArray.cc.

◆ mx_el_or_not() [2/3]

boolNDArray mx_el_or_not ( const NDArray m,
const double s 
)

Definition at line 672 of file dNDArray.cc.

◆ mx_el_or_not() [3/3]

boolNDArray mx_el_or_not ( const NDArray m1,
const NDArray m2 
)

Definition at line 678 of file dNDArray.cc.

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const NDArray a 
)

Definition at line 634 of file dNDArray.cc.

◆ operator>>()

std::istream & operator>> ( std::istream &  is,
NDArray a 
)

Definition at line 649 of file dNDArray.cc.

◆ real()

NDArray real ( const ComplexNDArray a)

Definition at line 557 of file dNDArray.cc.