GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
smx-m-scm.h File Reference
#include "octave-config.h"
#include "CMatrix.h"
#include "CSparse.h"
#include "dMatrix.h"
#include "mx-m-cs.h"
#include "mx-cs-m.h"
#include "mx-m-cm.h"
#include "mx-cm-m.h"
#include "mx-nda-cs.h"
#include "mx-cs-nda.h"
#include "Sparse-op-defs.h"
Include dependency graph for smx-m-scm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

OCTAVE_API SparseBoolMatrix mx_el_and ( const Matrix ,
const SparseComplexMatrix  
)

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

OCTAVE_API SparseBoolMatrix mx_el_eq ( const Matrix ,
const SparseComplexMatrix  
)

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

OCTAVE_API SparseBoolMatrix mx_el_ge ( const Matrix ,
const SparseComplexMatrix  
)

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

OCTAVE_API SparseBoolMatrix mx_el_gt ( const Matrix ,
const SparseComplexMatrix  
)

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

OCTAVE_API SparseBoolMatrix mx_el_le ( const Matrix ,
const SparseComplexMatrix  
)

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

OCTAVE_API SparseBoolMatrix mx_el_lt ( const Matrix ,
const SparseComplexMatrix  
)

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

OCTAVE_API SparseBoolMatrix mx_el_ne ( const Matrix ,
const SparseComplexMatrix  
)

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

OCTAVE_API SparseBoolMatrix mx_el_or ( const Matrix ,
const SparseComplexMatrix  
)

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

OCTAVE_API ComplexMatrix operator+ ( const Matrix ,
const SparseComplexMatrix  
)

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

OCTAVE_API ComplexMatrix operator- ( const Matrix ,
const SparseComplexMatrix  
)

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

OCTAVE_API SparseComplexMatrix product ( const Matrix ,
const SparseComplexMatrix  
)

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

OCTAVE_API SparseComplexMatrix quotient ( const Matrix ,
const SparseComplexMatrix  
)

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