GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-scm-m.h File Reference
#include "octave-config.h"
#include "CMatrix.h"
#include "CSparse.h"
#include "dMatrix.h"
#include "mx-cs-m.h"
#include "mx-m-cs.h"
#include "mx-cm-m.h"
#include "mx-m-cm.h"
#include "mx-cs-nda.h"
#include "mx-nda-cs.h"
#include "Sparse-op-defs.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ mx_el_and()

SparseBoolMatrix mx_el_and ( const SparseComplexMatrix m1,
const Matrix m2 
)

Definition at line 13 of file smx-scm-m.cc.

◆ mx_el_eq()

SparseBoolMatrix mx_el_eq ( const SparseComplexMatrix m1,
const Matrix m2 
)

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

◆ mx_el_ge()

SparseBoolMatrix mx_el_ge ( const SparseComplexMatrix m1,
const Matrix m2 
)

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

◆ mx_el_gt()

SparseBoolMatrix mx_el_gt ( const SparseComplexMatrix m1,
const Matrix m2 
)

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

◆ mx_el_le()

SparseBoolMatrix mx_el_le ( const SparseComplexMatrix m1,
const Matrix m2 
)

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

◆ mx_el_lt()

SparseBoolMatrix mx_el_lt ( const SparseComplexMatrix m1,
const Matrix m2 
)

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

◆ mx_el_ne()

SparseBoolMatrix mx_el_ne ( const SparseComplexMatrix m1,
const Matrix m2 
)

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

◆ mx_el_or()

SparseBoolMatrix mx_el_or ( const SparseComplexMatrix m1,
const Matrix m2 
)

Definition at line 13 of file smx-scm-m.cc.

◆ operator+()

ComplexMatrix operator+ ( const SparseComplexMatrix m1,
const Matrix m2 
)

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

◆ operator-()

ComplexMatrix operator- ( const SparseComplexMatrix m1,
const Matrix m2 
)

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

◆ product()

SparseComplexMatrix product ( const SparseComplexMatrix m1,
const Matrix m2 
)

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

◆ quotient()

SparseComplexMatrix quotient ( const SparseComplexMatrix m1,
const Matrix m2 
)

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