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-cm-m.cc File Reference
#include "Array-util.h"
#include "mx-cm-m.h"
#include "mx-op-defs.h"
#include "boolMatrix.h"
#include "boolNDArray.h"
#include "CMatrix.h"
Include dependency graph for mx-cm-m.cc:

Go to the source code of this file.

Functions

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

Function Documentation

boolMatrix mx_el_and ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 13 of file mx-cm-m.cc.

boolMatrix mx_el_eq ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 12 of file mx-cm-m.cc.

boolMatrix mx_el_ge ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 12 of file mx-cm-m.cc.

boolMatrix mx_el_gt ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 12 of file mx-cm-m.cc.

boolMatrix mx_el_le ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 12 of file mx-cm-m.cc.

boolMatrix mx_el_lt ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 12 of file mx-cm-m.cc.

boolMatrix mx_el_ne ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 12 of file mx-cm-m.cc.

boolMatrix mx_el_or ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 13 of file mx-cm-m.cc.

ComplexMatrix operator+ ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 11 of file mx-cm-m.cc.

ComplexMatrix operator- ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 11 of file mx-cm-m.cc.

ComplexMatrix product ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 11 of file mx-cm-m.cc.

ComplexMatrix quotient ( const ComplexMatrix m1,
const Matrix m2 
)

Definition at line 11 of file mx-cm-m.cc.