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

Go to the source code of this file.

Functions

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

Function Documentation

◆ mx_el_and()

SparseBoolMatrix mx_el_and ( const SparseMatrix m,
const Complex s 
)

Definition at line 14 of file smx-sm-cs.cc.

◆ mx_el_eq()

SparseBoolMatrix mx_el_eq ( const SparseMatrix m,
const Complex s 
)

Definition at line 13 of file smx-sm-cs.cc.

◆ mx_el_ge()

SparseBoolMatrix mx_el_ge ( const SparseMatrix m,
const Complex s 
)

Definition at line 13 of file smx-sm-cs.cc.

◆ mx_el_gt()

SparseBoolMatrix mx_el_gt ( const SparseMatrix m,
const Complex s 
)

Definition at line 13 of file smx-sm-cs.cc.

◆ mx_el_le()

SparseBoolMatrix mx_el_le ( const SparseMatrix m,
const Complex s 
)

Definition at line 13 of file smx-sm-cs.cc.

◆ mx_el_lt()

SparseBoolMatrix mx_el_lt ( const SparseMatrix m,
const Complex s 
)

Definition at line 13 of file smx-sm-cs.cc.

◆ mx_el_ne()

SparseBoolMatrix mx_el_ne ( const SparseMatrix m,
const Complex s 
)

Definition at line 13 of file smx-sm-cs.cc.

◆ mx_el_or()

SparseBoolMatrix mx_el_or ( const SparseMatrix m,
const Complex s 
)

Definition at line 14 of file smx-sm-cs.cc.

◆ operator*()

SparseComplexMatrix operator* ( const SparseMatrix m,
const Complex s 
)

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

◆ operator+()

ComplexMatrix operator+ ( const SparseMatrix m,
const Complex s 
)

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

◆ operator-()

ComplexMatrix operator- ( const SparseMatrix m,
const Complex s 
)

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

◆ operator/()

SparseComplexMatrix operator/ ( const SparseMatrix m,
const Complex s 
)

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