GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
chMatrix.cc File Reference
#include <cstring>
#include <iostream>
#include <string>
#include "lo-error.h"
#include "str-vec.h"
#include "mx-base.h"
#include "mx-inlines.cc"
#include "mx-op-defs.h"
Include dependency graph for chMatrix.cc:

Go to the source code of this file.

Functions

boolMatrix mx_el_and (const charMatrix &m, const char &s)
 
boolMatrix mx_el_and (const char &s, const charMatrix &m)
 
boolMatrix mx_el_and (const charMatrix &m1, const charMatrix &m2)
 
boolMatrix mx_el_eq (const charMatrix &m, const char &s)
 
boolMatrix mx_el_eq (const char &s, const charMatrix &m)
 
boolMatrix mx_el_eq (const charMatrix &m1, const charMatrix &m2)
 
boolMatrix mx_el_ge (const charMatrix &m, const char &s)
 
boolMatrix mx_el_ge (const char &s, const charMatrix &m)
 
boolMatrix mx_el_ge (const charMatrix &m1, const charMatrix &m2)
 
boolMatrix mx_el_gt (const charMatrix &m, const char &s)
 
boolMatrix mx_el_gt (const char &s, const charMatrix &m)
 
boolMatrix mx_el_gt (const charMatrix &m1, const charMatrix &m2)
 
boolMatrix mx_el_le (const charMatrix &m, const char &s)
 
boolMatrix mx_el_le (const char &s, const charMatrix &m)
 
boolMatrix mx_el_le (const charMatrix &m1, const charMatrix &m2)
 
boolMatrix mx_el_lt (const charMatrix &m, const char &s)
 
boolMatrix mx_el_lt (const char &s, const charMatrix &m)
 
boolMatrix mx_el_lt (const charMatrix &m1, const charMatrix &m2)
 
boolMatrix mx_el_ne (const charMatrix &m, const char &s)
 
boolMatrix mx_el_ne (const char &s, const charMatrix &m)
 
boolMatrix mx_el_ne (const charMatrix &m1, const charMatrix &m2)
 
boolMatrix mx_el_or (const charMatrix &m, const char &s)
 
boolMatrix mx_el_or (const char &s, const charMatrix &m)
 
boolMatrix mx_el_or (const charMatrix &m1, const charMatrix &m2)
 

Function Documentation

◆ mx_el_and() [1/3]

boolMatrix mx_el_and ( const charMatrix m,
const char &  s 
)

Definition at line 133 of file chMatrix.cc.

◆ mx_el_and() [2/3]

boolMatrix mx_el_and ( const char &  s,
const charMatrix m 
)

Definition at line 136 of file chMatrix.cc.

◆ mx_el_and() [3/3]

boolMatrix mx_el_and ( const charMatrix m1,
const charMatrix m2 
)

Definition at line 139 of file chMatrix.cc.

◆ mx_el_eq() [1/3]

boolMatrix mx_el_eq ( const charMatrix m,
const char &  s 
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_eq() [2/3]

boolMatrix mx_el_eq ( const char &  s,
const charMatrix m 
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_eq() [3/3]

boolMatrix mx_el_eq ( const charMatrix m1,
const charMatrix m2 
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_ge() [1/3]

boolMatrix mx_el_ge ( const charMatrix m,
const char &  s 
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_ge() [2/3]

boolMatrix mx_el_ge ( const char &  s,
const charMatrix m 
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_ge() [3/3]

boolMatrix mx_el_ge ( const charMatrix m1,
const charMatrix m2 
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_gt() [1/3]

boolMatrix mx_el_gt ( const charMatrix m,
const char &  s 
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_gt() [2/3]

boolMatrix mx_el_gt ( const char &  s,
const charMatrix m 
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_gt() [3/3]

boolMatrix mx_el_gt ( const charMatrix m1,
const charMatrix m2 
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_le() [1/3]

boolMatrix mx_el_le ( const charMatrix m,
const char &  s 
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_le() [2/3]

boolMatrix mx_el_le ( const char &  s,
const charMatrix m 
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_le() [3/3]

boolMatrix mx_el_le ( const charMatrix m1,
const charMatrix m2 
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_lt() [1/3]

boolMatrix mx_el_lt ( const charMatrix m,
const char &  s 
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_lt() [2/3]

boolMatrix mx_el_lt ( const char &  s,
const charMatrix m 
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_lt() [3/3]

boolMatrix mx_el_lt ( const charMatrix m1,
const charMatrix m2 
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_ne() [1/3]

boolMatrix mx_el_ne ( const charMatrix m,
const char &  s 
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_ne() [2/3]

boolMatrix mx_el_ne ( const char &  s,
const charMatrix m 
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_ne() [3/3]

boolMatrix mx_el_ne ( const charMatrix m1,
const charMatrix m2 
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_or() [1/3]

boolMatrix mx_el_or ( const charMatrix m,
const char &  s 
)

Definition at line 133 of file chMatrix.cc.

◆ mx_el_or() [2/3]

boolMatrix mx_el_or ( const char &  s,
const charMatrix m 
)

Definition at line 136 of file chMatrix.cc.

◆ mx_el_or() [3/3]

boolMatrix mx_el_or ( const charMatrix m1,
const charMatrix m2 
)

Definition at line 139 of file chMatrix.cc.