GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-sm-m.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 SparseMatrix &, const Matrix &)
 
SparseBoolMatrix mx_el_eq (const SparseMatrix &, const Matrix &)
 
SparseBoolMatrix mx_el_ge (const SparseMatrix &, const Matrix &)
 
SparseBoolMatrix mx_el_gt (const SparseMatrix &, const Matrix &)
 
SparseBoolMatrix mx_el_le (const SparseMatrix &, const Matrix &)
 
SparseBoolMatrix mx_el_lt (const SparseMatrix &, const Matrix &)
 
SparseBoolMatrix mx_el_ne (const SparseMatrix &, const Matrix &)
 
SparseBoolMatrix mx_el_or (const SparseMatrix &, const Matrix &)
 
Matrix operator+ (const SparseMatrix &, const Matrix &)
 
Matrix operator- (const SparseMatrix &, const Matrix &)
 
SparseMatrix product (const SparseMatrix &, const Matrix &)
 
SparseMatrix quotient (const SparseMatrix &, const Matrix &)
 

Function Documentation

◆ mx_el_and()

SparseBoolMatrix mx_el_and ( const SparseMatrix m1,
const Matrix m2 
)

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

◆ mx_el_eq()

SparseBoolMatrix mx_el_eq ( const SparseMatrix m1,
const Matrix m2 
)

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

◆ mx_el_ge()

SparseBoolMatrix mx_el_ge ( const SparseMatrix m1,
const Matrix m2 
)

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

◆ mx_el_gt()

SparseBoolMatrix mx_el_gt ( const SparseMatrix m1,
const Matrix m2 
)

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

◆ mx_el_le()

SparseBoolMatrix mx_el_le ( const SparseMatrix m1,
const Matrix m2 
)

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

◆ mx_el_lt()

SparseBoolMatrix mx_el_lt ( const SparseMatrix m1,
const Matrix m2 
)

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

◆ mx_el_ne()

SparseBoolMatrix mx_el_ne ( const SparseMatrix m1,
const Matrix m2 
)

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

◆ mx_el_or()

SparseBoolMatrix mx_el_or ( const SparseMatrix m1,
const Matrix m2 
)

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

◆ operator+()

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

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

◆ operator-()

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

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

◆ product()

SparseMatrix product ( const SparseMatrix m1,
const Matrix m2 
)

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

◆ quotient()

SparseMatrix quotient ( const SparseMatrix m1,
const Matrix m2 
)

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