GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
mx-fm-fcm.cc File Reference
#include "Array-util.h"
#include "mx-fm-fcm.h"
#include "mx-op-defs.h"
#include "boolMatrix.h"
#include "boolNDArray.h"
#include "fCMatrix.h"
#include "fMatrix.h"
Include dependency graph for mx-fm-fcm.cc:

Go to the source code of this file.

Functions

boolMatrix mx_el_and (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 
boolMatrix mx_el_eq (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 
boolMatrix mx_el_ge (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 
boolMatrix mx_el_gt (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 
boolMatrix mx_el_le (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 
boolMatrix mx_el_lt (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 
boolMatrix mx_el_ne (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 
boolMatrix mx_el_or (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 
FloatComplexMatrix operator+ (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 
FloatComplexMatrix operator- (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 
FloatComplexMatrix product (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 
FloatComplexMatrix quotient (const FloatMatrix &m1, const FloatComplexMatrix &m2)
 

Function Documentation

boolMatrix mx_el_and ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 14 of file mx-fm-fcm.cc.

boolMatrix mx_el_eq ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 13 of file mx-fm-fcm.cc.

boolMatrix mx_el_ge ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 13 of file mx-fm-fcm.cc.

boolMatrix mx_el_gt ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 13 of file mx-fm-fcm.cc.

boolMatrix mx_el_le ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 13 of file mx-fm-fcm.cc.

boolMatrix mx_el_lt ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 13 of file mx-fm-fcm.cc.

boolMatrix mx_el_ne ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 13 of file mx-fm-fcm.cc.

boolMatrix mx_el_or ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 14 of file mx-fm-fcm.cc.

FloatComplexMatrix operator+ ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 12 of file mx-fm-fcm.cc.

FloatComplexMatrix operator- ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 12 of file mx-fm-fcm.cc.

FloatComplexMatrix product ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 12 of file mx-fm-fcm.cc.

FloatComplexMatrix quotient ( const FloatMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 12 of file mx-fm-fcm.cc.