GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-m-sm.cc File Reference
#include "Array-util.h"
#include "smx-m-sm.h"
#include "boolSparse.h"
#include "dMatrix.h"
#include "dSparse.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ mx_el_and()

SparseBoolMatrix mx_el_and ( const Matrix m1,
const SparseMatrix m2 
)

Definition at line 12 of file smx-m-sm.cc.

◆ mx_el_eq()

SparseBoolMatrix mx_el_eq ( const Matrix m1,
const SparseMatrix m2 
)

Definition at line 11 of file smx-m-sm.cc.

◆ mx_el_ge()

SparseBoolMatrix mx_el_ge ( const Matrix m1,
const SparseMatrix m2 
)

Definition at line 11 of file smx-m-sm.cc.

◆ mx_el_gt()

SparseBoolMatrix mx_el_gt ( const Matrix m1,
const SparseMatrix m2 
)

Definition at line 11 of file smx-m-sm.cc.

◆ mx_el_le()

SparseBoolMatrix mx_el_le ( const Matrix m1,
const SparseMatrix m2 
)

Definition at line 11 of file smx-m-sm.cc.

◆ mx_el_lt()

SparseBoolMatrix mx_el_lt ( const Matrix m1,
const SparseMatrix m2 
)

Definition at line 11 of file smx-m-sm.cc.

◆ mx_el_ne()

SparseBoolMatrix mx_el_ne ( const Matrix m1,
const SparseMatrix m2 
)

Definition at line 11 of file smx-m-sm.cc.

◆ mx_el_or()

SparseBoolMatrix mx_el_or ( const Matrix m1,
const SparseMatrix m2 
)

Definition at line 12 of file smx-m-sm.cc.

◆ operator+()

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

Definition at line 10 of file smx-m-sm.cc.

◆ operator-()

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

Definition at line 10 of file smx-m-sm.cc.

◆ product()

SparseMatrix product ( const Matrix m1,
const SparseMatrix m2 
)

Definition at line 10 of file smx-m-sm.cc.

◆ quotient()

SparseMatrix quotient ( const Matrix m1,
const SparseMatrix m2 
)

Definition at line 10 of file smx-m-sm.cc.