GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-fnda-i16.cc File Reference
#include "Array-util.h"
#include "mx-fnda-i16.h"
#include "mx-op-defs.h"
#include "boolMatrix.h"
#include "boolNDArray.h"
#include "int16NDArray.h"
#include "fNDArray.h"
#include "oct-inttypes.h"

Go to the source code of this file.

Functions

boolNDArray mx_el_and (const FloatNDArray &m, const octave_int16 &s)
 
boolNDArray mx_el_and_not (const FloatNDArray &m, const octave_int16 &s)
 
boolNDArray mx_el_eq (const FloatNDArray &m, const octave_int16 &s)
 
boolNDArray mx_el_ge (const FloatNDArray &m, const octave_int16 &s)
 
boolNDArray mx_el_gt (const FloatNDArray &m, const octave_int16 &s)
 
boolNDArray mx_el_le (const FloatNDArray &m, const octave_int16 &s)
 
boolNDArray mx_el_lt (const FloatNDArray &m, const octave_int16 &s)
 
boolNDArray mx_el_ne (const FloatNDArray &m, const octave_int16 &s)
 
boolNDArray mx_el_not_and (const FloatNDArray &m, const octave_int16 &s)
 
boolNDArray mx_el_not_or (const FloatNDArray &m, const octave_int16 &s)
 
boolNDArray mx_el_or (const FloatNDArray &m, const octave_int16 &s)
 
boolNDArray mx_el_or_not (const FloatNDArray &m, const octave_int16 &s)
 
int16NDArray operator* (const FloatNDArray &m, const octave_int16 &s)
 
int16NDArray operator+ (const FloatNDArray &m, const octave_int16 &s)
 
int16NDArray operator- (const FloatNDArray &m, const octave_int16 &s)
 
int16NDArray operator/ (const FloatNDArray &m, const octave_int16 &s)
 

Function Documentation

◆ mx_el_and()

boolNDArray mx_el_and ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 15 of file mx-fnda-i16.cc.

◆ mx_el_and_not()

boolNDArray mx_el_and_not ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 15 of file mx-fnda-i16.cc.

◆ mx_el_eq()

boolNDArray mx_el_eq ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 14 of file mx-fnda-i16.cc.

◆ mx_el_ge()

boolNDArray mx_el_ge ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 14 of file mx-fnda-i16.cc.

◆ mx_el_gt()

boolNDArray mx_el_gt ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 14 of file mx-fnda-i16.cc.

◆ mx_el_le()

boolNDArray mx_el_le ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 14 of file mx-fnda-i16.cc.

◆ mx_el_lt()

boolNDArray mx_el_lt ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 14 of file mx-fnda-i16.cc.

◆ mx_el_ne()

boolNDArray mx_el_ne ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 14 of file mx-fnda-i16.cc.

◆ mx_el_not_and()

boolNDArray mx_el_not_and ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 15 of file mx-fnda-i16.cc.

◆ mx_el_not_or()

boolNDArray mx_el_not_or ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 15 of file mx-fnda-i16.cc.

◆ mx_el_or()

boolNDArray mx_el_or ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 15 of file mx-fnda-i16.cc.

◆ mx_el_or_not()

boolNDArray mx_el_or_not ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 15 of file mx-fnda-i16.cc.

◆ operator*()

int16NDArray operator* ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 13 of file mx-fnda-i16.cc.

◆ operator+()

int16NDArray operator+ ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 13 of file mx-fnda-i16.cc.

◆ operator-()

int16NDArray operator- ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 13 of file mx-fnda-i16.cc.

◆ operator/()

int16NDArray operator/ ( const FloatNDArray m,
const octave_int16 s 
)

Definition at line 13 of file mx-fnda-i16.cc.