GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
chMatrix.h File Reference
#include "octave-config.h"
#include <string>
#include "Array.h"
#include "chNDArray.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "str-vec.h"
Include dependency graph for chMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  charMatrix
 

Functions

OCTAVE_API boolMatrix mx_el_and (const charMatrix &, const char &)
 
OCTAVE_API boolMatrix mx_el_and (const char &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_and (const charMatrix &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_eq (const charMatrix &, const char &)
 
OCTAVE_API boolMatrix mx_el_eq (const char &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_eq (const charMatrix &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_ge (const charMatrix &, const char &)
 
OCTAVE_API boolMatrix mx_el_ge (const char &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_ge (const charMatrix &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_gt (const charMatrix &, const char &)
 
OCTAVE_API boolMatrix mx_el_gt (const char &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_gt (const charMatrix &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_le (const charMatrix &, const char &)
 
OCTAVE_API boolMatrix mx_el_le (const char &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_le (const charMatrix &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_lt (const charMatrix &, const char &)
 
OCTAVE_API boolMatrix mx_el_lt (const char &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_lt (const charMatrix &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_ne (const charMatrix &, const char &)
 
OCTAVE_API boolMatrix mx_el_ne (const char &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_ne (const charMatrix &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_or (const charMatrix &, const char &)
 
OCTAVE_API boolMatrix mx_el_or (const char &, const charMatrix &)
 
OCTAVE_API boolMatrix mx_el_or (const charMatrix &, const charMatrix &)
 

Function Documentation

◆ mx_el_and() [1/3]

OCTAVE_API boolMatrix mx_el_and ( const charMatrix ,
const char &   
)

Definition at line 133 of file chMatrix.cc.

◆ mx_el_and() [2/3]

OCTAVE_API boolMatrix mx_el_and ( const char &  ,
const charMatrix  
)

Definition at line 136 of file chMatrix.cc.

◆ mx_el_and() [3/3]

OCTAVE_API boolMatrix mx_el_and ( const charMatrix ,
const charMatrix  
)

Definition at line 139 of file chMatrix.cc.

◆ mx_el_eq() [1/3]

OCTAVE_API boolMatrix mx_el_eq ( const charMatrix ,
const char &   
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_eq() [2/3]

OCTAVE_API boolMatrix mx_el_eq ( const char &  ,
const charMatrix  
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_eq() [3/3]

OCTAVE_API boolMatrix mx_el_eq ( const charMatrix ,
const charMatrix  
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_ge() [1/3]

OCTAVE_API boolMatrix mx_el_ge ( const charMatrix ,
const char &   
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_ge() [2/3]

OCTAVE_API boolMatrix mx_el_ge ( const char &  ,
const charMatrix  
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_ge() [3/3]

OCTAVE_API boolMatrix mx_el_ge ( const charMatrix ,
const charMatrix  
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_gt() [1/3]

OCTAVE_API boolMatrix mx_el_gt ( const charMatrix ,
const char &   
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_gt() [2/3]

OCTAVE_API boolMatrix mx_el_gt ( const char &  ,
const charMatrix  
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_gt() [3/3]

OCTAVE_API boolMatrix mx_el_gt ( const charMatrix ,
const charMatrix  
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_le() [1/3]

OCTAVE_API boolMatrix mx_el_le ( const charMatrix ,
const char &   
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_le() [2/3]

OCTAVE_API boolMatrix mx_el_le ( const char &  ,
const charMatrix  
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_le() [3/3]

OCTAVE_API boolMatrix mx_el_le ( const charMatrix ,
const charMatrix  
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_lt() [1/3]

OCTAVE_API boolMatrix mx_el_lt ( const charMatrix ,
const char &   
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_lt() [2/3]

OCTAVE_API boolMatrix mx_el_lt ( const char &  ,
const charMatrix  
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_lt() [3/3]

OCTAVE_API boolMatrix mx_el_lt ( const charMatrix ,
const charMatrix  
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_ne() [1/3]

OCTAVE_API boolMatrix mx_el_ne ( const charMatrix ,
const char &   
)

Definition at line 132 of file chMatrix.cc.

◆ mx_el_ne() [2/3]

OCTAVE_API boolMatrix mx_el_ne ( const char &  ,
const charMatrix  
)

Definition at line 135 of file chMatrix.cc.

◆ mx_el_ne() [3/3]

OCTAVE_API boolMatrix mx_el_ne ( const charMatrix ,
const charMatrix  
)

Definition at line 138 of file chMatrix.cc.

◆ mx_el_or() [1/3]

OCTAVE_API boolMatrix mx_el_or ( const charMatrix ,
const char &   
)

Definition at line 133 of file chMatrix.cc.

◆ mx_el_or() [2/3]

OCTAVE_API boolMatrix mx_el_or ( const char &  ,
const charMatrix  
)

Definition at line 136 of file chMatrix.cc.

◆ mx_el_or() [3/3]

OCTAVE_API boolMatrix mx_el_or ( const charMatrix ,
const charMatrix  
)

Definition at line 139 of file chMatrix.cc.