GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-scm-s.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 SparseComplexMatrix &, const double &)
 
SparseBoolMatrix mx_el_eq (const SparseComplexMatrix &, const double &)
 
SparseBoolMatrix mx_el_ge (const SparseComplexMatrix &, const double &)
 
SparseBoolMatrix mx_el_gt (const SparseComplexMatrix &, const double &)
 
SparseBoolMatrix mx_el_le (const SparseComplexMatrix &, const double &)
 
SparseBoolMatrix mx_el_lt (const SparseComplexMatrix &, const double &)
 
SparseBoolMatrix mx_el_ne (const SparseComplexMatrix &, const double &)
 
SparseBoolMatrix mx_el_or (const SparseComplexMatrix &, const double &)
 
SparseComplexMatrix operator* (const SparseComplexMatrix &, const double &)
 
ComplexMatrix operator+ (const SparseComplexMatrix &, const double &)
 
ComplexMatrix operator- (const SparseComplexMatrix &, const double &)
 
SparseComplexMatrix operator/ (const SparseComplexMatrix &, const double &)
 

Function Documentation

◆ mx_el_and()

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

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

◆ mx_el_eq()

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

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

◆ mx_el_ge()

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

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

◆ mx_el_gt()

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

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

◆ mx_el_le()

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

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

◆ mx_el_lt()

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

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

◆ mx_el_ne()

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

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

◆ mx_el_or()

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

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

◆ operator*()

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

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

◆ operator+()

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

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

◆ operator-()

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

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

◆ operator/()

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

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