GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fNDArray.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 fNDArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FloatNDArray
 
class  intNDArray< T >
 

Functions

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

Function Documentation

◆ bsxfun_add()

OCTAVE_API FloatNDArray bsxfun_add ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 865 of file fNDArray.cc.

◆ bsxfun_div()

OCTAVE_API FloatNDArray bsxfun_div ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 865 of file fNDArray.cc.

◆ bsxfun_eq()

OCTAVE_API boolNDArray bsxfun_eq ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 866 of file fNDArray.cc.

◆ bsxfun_ge()

OCTAVE_API boolNDArray bsxfun_ge ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 866 of file fNDArray.cc.

◆ bsxfun_gt()

OCTAVE_API boolNDArray bsxfun_gt ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 866 of file fNDArray.cc.

◆ bsxfun_le()

OCTAVE_API boolNDArray bsxfun_le ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 866 of file fNDArray.cc.

◆ bsxfun_lt()

OCTAVE_API boolNDArray bsxfun_lt ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 866 of file fNDArray.cc.

◆ bsxfun_max()

OCTAVE_API FloatNDArray bsxfun_max ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 865 of file fNDArray.cc.

◆ bsxfun_min()

OCTAVE_API FloatNDArray bsxfun_min ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 865 of file fNDArray.cc.

◆ bsxfun_mul()

OCTAVE_API FloatNDArray bsxfun_mul ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 865 of file fNDArray.cc.

◆ bsxfun_ne()

OCTAVE_API boolNDArray bsxfun_ne ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 866 of file fNDArray.cc.

◆ bsxfun_pow() [1/3]

OCTAVE_API FloatNDArray bsxfun_pow ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 868 of file fNDArray.cc.

◆ bsxfun_pow() [2/3]

OCTAVE_API FloatComplexNDArray bsxfun_pow ( const FloatComplexNDArray ,
const FloatNDArray  
)

Definition at line 870 of file fNDArray.cc.

◆ bsxfun_pow() [3/3]

OCTAVE_API FloatComplexNDArray bsxfun_pow ( const FloatNDArray ,
const FloatComplexNDArray  
)

Definition at line 872 of file fNDArray.cc.

◆ bsxfun_sub()

OCTAVE_API FloatNDArray bsxfun_sub ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 865 of file fNDArray.cc.

◆ imag()

OCTAVE_API FloatNDArray imag ( const FloatComplexNDArray a)

Definition at line 746 of file fNDArray.cc.

References a, and mx_inline_imag().

◆ max() [1/3]

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

Definition at line 854 of file fNDArray.cc.

◆ max() [2/3]

OCTAVE_API FloatNDArray max ( float  d,
const FloatNDArray m 
)

Definition at line 854 of file fNDArray.cc.

Referenced by FloatNDArray::concat().

◆ max() [3/3]

OCTAVE_API FloatNDArray max ( const FloatNDArray m,
float  d 
)

Definition at line 854 of file fNDArray.cc.

◆ min() [1/3]

OCTAVE_API FloatNDArray min ( const FloatNDArray m,
float  d 
)

Definition at line 854 of file fNDArray.cc.

◆ min() [2/3]

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

Definition at line 854 of file fNDArray.cc.

◆ min() [3/3]

OCTAVE_API FloatNDArray min ( float  d,
const FloatNDArray m 
)

Definition at line 854 of file fNDArray.cc.

◆ mx_el_and() [1/3]

OCTAVE_API boolNDArray mx_el_and ( const FloatNDArray ,
const float  
)

Definition at line 857 of file fNDArray.cc.

◆ mx_el_and() [2/3]

OCTAVE_API boolNDArray mx_el_and ( const float ,
const FloatNDArray  
)

Definition at line 860 of file fNDArray.cc.

◆ mx_el_and() [3/3]

OCTAVE_API boolNDArray mx_el_and ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 863 of file fNDArray.cc.

◆ mx_el_and_not() [1/2]

OCTAVE_API boolNDArray mx_el_and_not ( const float ,
const FloatNDArray  
)

Definition at line 860 of file fNDArray.cc.

◆ mx_el_and_not() [2/2]

OCTAVE_API boolNDArray mx_el_and_not ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 863 of file fNDArray.cc.

◆ mx_el_eq() [1/3]

OCTAVE_API boolNDArray mx_el_eq ( const FloatNDArray ,
const float  
)

Definition at line 856 of file fNDArray.cc.

◆ mx_el_eq() [2/3]

OCTAVE_API boolNDArray mx_el_eq ( const float ,
const FloatNDArray  
)

Definition at line 859 of file fNDArray.cc.

◆ mx_el_eq() [3/3]

OCTAVE_API boolNDArray mx_el_eq ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 862 of file fNDArray.cc.

◆ mx_el_ge() [1/3]

OCTAVE_API boolNDArray mx_el_ge ( const FloatNDArray ,
const float  
)

Definition at line 856 of file fNDArray.cc.

◆ mx_el_ge() [2/3]

OCTAVE_API boolNDArray mx_el_ge ( const float ,
const FloatNDArray  
)

Definition at line 859 of file fNDArray.cc.

◆ mx_el_ge() [3/3]

OCTAVE_API boolNDArray mx_el_ge ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 862 of file fNDArray.cc.

◆ mx_el_gt() [1/3]

OCTAVE_API boolNDArray mx_el_gt ( const FloatNDArray ,
const float  
)

Definition at line 856 of file fNDArray.cc.

◆ mx_el_gt() [2/3]

OCTAVE_API boolNDArray mx_el_gt ( const float ,
const FloatNDArray  
)

Definition at line 859 of file fNDArray.cc.

◆ mx_el_gt() [3/3]

OCTAVE_API boolNDArray mx_el_gt ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 862 of file fNDArray.cc.

◆ mx_el_le() [1/3]

OCTAVE_API boolNDArray mx_el_le ( const FloatNDArray ,
const float  
)

Definition at line 856 of file fNDArray.cc.

◆ mx_el_le() [2/3]

OCTAVE_API boolNDArray mx_el_le ( const float ,
const FloatNDArray  
)

Definition at line 859 of file fNDArray.cc.

◆ mx_el_le() [3/3]

OCTAVE_API boolNDArray mx_el_le ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 862 of file fNDArray.cc.

◆ mx_el_lt() [1/3]

OCTAVE_API boolNDArray mx_el_lt ( const FloatNDArray ,
const float  
)

Definition at line 856 of file fNDArray.cc.

◆ mx_el_lt() [2/3]

OCTAVE_API boolNDArray mx_el_lt ( const float ,
const FloatNDArray  
)

Definition at line 859 of file fNDArray.cc.

◆ mx_el_lt() [3/3]

OCTAVE_API boolNDArray mx_el_lt ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 862 of file fNDArray.cc.

◆ mx_el_ne() [1/3]

OCTAVE_API boolNDArray mx_el_ne ( const FloatNDArray ,
const float  
)

Definition at line 856 of file fNDArray.cc.

◆ mx_el_ne() [2/3]

OCTAVE_API boolNDArray mx_el_ne ( const float ,
const FloatNDArray  
)

Definition at line 859 of file fNDArray.cc.

◆ mx_el_ne() [3/3]

OCTAVE_API boolNDArray mx_el_ne ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 862 of file fNDArray.cc.

◆ mx_el_not_and() [1/2]

OCTAVE_API boolNDArray mx_el_not_and ( const FloatNDArray ,
const float  
)

Definition at line 857 of file fNDArray.cc.

◆ mx_el_not_and() [2/2]

OCTAVE_API boolNDArray mx_el_not_and ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 863 of file fNDArray.cc.

◆ mx_el_not_or() [1/2]

OCTAVE_API boolNDArray mx_el_not_or ( const FloatNDArray ,
const float  
)

Definition at line 857 of file fNDArray.cc.

◆ mx_el_not_or() [2/2]

OCTAVE_API boolNDArray mx_el_not_or ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 863 of file fNDArray.cc.

◆ mx_el_or() [1/3]

OCTAVE_API boolNDArray mx_el_or ( const FloatNDArray ,
const float  
)

Definition at line 857 of file fNDArray.cc.

◆ mx_el_or() [2/3]

OCTAVE_API boolNDArray mx_el_or ( const float ,
const FloatNDArray  
)

Definition at line 860 of file fNDArray.cc.

◆ mx_el_or() [3/3]

OCTAVE_API boolNDArray mx_el_or ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 863 of file fNDArray.cc.

◆ mx_el_or_not() [1/2]

OCTAVE_API boolNDArray mx_el_or_not ( const float ,
const FloatNDArray  
)

Definition at line 860 of file fNDArray.cc.

◆ mx_el_or_not() [2/2]

OCTAVE_API boolNDArray mx_el_or_not ( const FloatNDArray ,
const FloatNDArray  
)

Definition at line 863 of file fNDArray.cc.

◆ operator*() [1/2]

FloatNDArray operator* ( const FloatNDArray x,
const float y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ operator*() [2/2]

FloatNDArray operator* ( const float x,
const FloatNDArray y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ operator*=()

FloatNDArray operator*= ( FloatNDArray x,
const float y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ operator+() [1/4]

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

Definition at line 180 of file fNDArray.h.

◆ operator+() [2/4]

FloatNDArray operator+ ( const FloatNDArray x)
inline

Definition at line 180 of file fNDArray.h.

◆ operator+() [3/4]

FloatNDArray operator+ ( const FloatNDArray x,
const float y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ operator+() [4/4]

FloatNDArray operator+ ( const float x,
const FloatNDArray y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ operator+=() [1/2]

FloatNDArray operator+= ( FloatNDArray x,
const float y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ operator+=() [2/2]

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

Definition at line 180 of file fNDArray.h.

◆ operator-() [1/4]

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

Definition at line 180 of file fNDArray.h.

◆ operator-() [2/4]

FloatNDArray operator- ( const float x,
const FloatNDArray y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ operator-() [3/4]

FloatNDArray operator- ( const FloatNDArray x)
inline

Definition at line 180 of file fNDArray.h.

◆ operator-() [4/4]

FloatNDArray operator- ( const FloatNDArray x,
const float y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ operator-=() [1/2]

FloatNDArray operator-= ( FloatNDArray x,
const float y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ operator-=() [2/2]

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

Definition at line 180 of file fNDArray.h.

◆ operator/() [1/2]

FloatNDArray operator/ ( const float x,
const FloatNDArray y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ operator/() [2/2]

FloatNDArray operator/ ( const FloatNDArray x,
const float y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ operator/=()

FloatNDArray operator/= ( FloatNDArray x,
const float y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ product()

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

Definition at line 180 of file fNDArray.h.

◆ product_eq()

FloatNDArray product_eq ( FloatNDArray x,
const FloatNDArray y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ quotient()

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

Definition at line 180 of file fNDArray.h.

◆ quotient_eq()

FloatNDArray quotient_eq ( FloatNDArray x,
const FloatNDArray y 
)
inline

Definition at line 180 of file fNDArray.h.

◆ real()

OCTAVE_API FloatNDArray real ( const FloatComplexNDArray a)

Definition at line 740 of file fNDArray.cc.

References a, and mx_inline_real().