GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-m-sm.h File Reference
#include "octave-config.h"
#include "dMatrix.h"
#include "dSparse.h"
#include "Sparse-op-defs.h"

Go to the source code of this file.

Functions

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

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.