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

Go to the source code of this file.

Functions

SparseBoolMatrix mx_el_and (const double &, const SparseComplexMatrix &)
 
SparseBoolMatrix mx_el_eq (const double &, const SparseComplexMatrix &)
 
SparseBoolMatrix mx_el_ge (const double &, const SparseComplexMatrix &)
 
SparseBoolMatrix mx_el_gt (const double &, const SparseComplexMatrix &)
 
SparseBoolMatrix mx_el_le (const double &, const SparseComplexMatrix &)
 
SparseBoolMatrix mx_el_lt (const double &, const SparseComplexMatrix &)
 
SparseBoolMatrix mx_el_ne (const double &, const SparseComplexMatrix &)
 
SparseBoolMatrix mx_el_or (const double &, const SparseComplexMatrix &)
 
SparseComplexMatrix operator* (const double &, const SparseComplexMatrix &)
 
ComplexMatrix operator+ (const double &, const SparseComplexMatrix &)
 
ComplexMatrix operator- (const double &, const SparseComplexMatrix &)
 
SparseComplexMatrix operator/ (const double &, const SparseComplexMatrix &)
 

Function Documentation

◆ mx_el_and()

SparseBoolMatrix mx_el_and ( const double &  s,
const SparseComplexMatrix m 
)

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

◆ mx_el_eq()

SparseBoolMatrix mx_el_eq ( const double &  s,
const SparseComplexMatrix m 
)

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

◆ mx_el_ge()

SparseBoolMatrix mx_el_ge ( const double &  s,
const SparseComplexMatrix m 
)

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

◆ mx_el_gt()

SparseBoolMatrix mx_el_gt ( const double &  s,
const SparseComplexMatrix m 
)

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

◆ mx_el_le()

SparseBoolMatrix mx_el_le ( const double &  s,
const SparseComplexMatrix m 
)

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

◆ mx_el_lt()

SparseBoolMatrix mx_el_lt ( const double &  s,
const SparseComplexMatrix m 
)

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

◆ mx_el_ne()

SparseBoolMatrix mx_el_ne ( const double &  s,
const SparseComplexMatrix m 
)

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

◆ mx_el_or()

SparseBoolMatrix mx_el_or ( const double &  s,
const SparseComplexMatrix m 
)

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

◆ operator*()

SparseComplexMatrix operator* ( const double &  s,
const SparseComplexMatrix m 
)

Definition at line 10 of file smx-s-scm.cc.

◆ operator+()

ComplexMatrix operator+ ( const double &  s,
const SparseComplexMatrix m 
)

Definition at line 10 of file smx-s-scm.cc.

◆ operator-()

ComplexMatrix operator- ( const double &  s,
const SparseComplexMatrix m 
)

Definition at line 10 of file smx-s-scm.cc.

◆ operator/()

SparseComplexMatrix operator/ ( const double &  s,
const SparseComplexMatrix m 
)

Definition at line 10 of file smx-s-scm.cc.