GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
MSparse-C.cc File Reference
#include "oct-cmplx.h"
#include "MSparse.h"
Include dependency graph for MSparse-C.cc:

Go to the source code of this file.

Functions

template OCTAVE_API MSparse< Complexoperator* (const MSparse< Complex > &, const Complex &)
 
template OCTAVE_API MSparse< Complexoperator* (const Complex &, const MSparse< Complex > &)
 
template OCTAVE_API MArray< Complexoperator+ (const Complex &, const MSparse< Complex > &)
 
template OCTAVE_API MArray< Complexoperator+ (const MSparse< Complex > &, const Complex &)
 
template OCTAVE_API MSparse< Complexoperator+ (const MSparse< Complex > &)
 
template OCTAVE_API MSparse< Complexoperator+ (const MSparse< Complex > &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse< Complex > & operator+= (MSparse< Complex > &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse< Complexoperator- (const MSparse< Complex > &, const MSparse< Complex > &)
 
template OCTAVE_API MArray< Complexoperator- (const Complex &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse< Complexoperator- (const MSparse< Complex > &)
 
template OCTAVE_API MArray< Complexoperator- (const MSparse< Complex > &, const Complex &)
 
template OCTAVE_API MSparse< Complex > & operator-= (MSparse< Complex > &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse< Complexoperator/ (const MSparse< Complex > &, const Complex &)
 
template OCTAVE_API MSparse< Complexoperator/ (const Complex &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse< Complexproduct (const MSparse< Complex > &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse< Complexquotient (const MSparse< Complex > &, const MSparse< Complex > &)
 

Variables

template class OCTAVE_API MSparse< Complex >
 

Function Documentation

◆ operator*() [1/2]

template OCTAVE_API MSparse< Complex > operator* ( const MSparse< Complex > &  ,
const Complex  
)

◆ operator*() [2/2]

template OCTAVE_API MSparse< Complex > operator* ( const Complex ,
const MSparse< Complex > &   
)

◆ operator+() [1/4]

template OCTAVE_API MArray< Complex > operator+ ( const Complex ,
const MSparse< Complex > &   
)

◆ operator+() [2/4]

template OCTAVE_API MArray< Complex > operator+ ( const MSparse< Complex > &  ,
const Complex  
)

◆ operator+() [3/4]

template OCTAVE_API MSparse< Complex > operator+ ( const MSparse< Complex > &  )

◆ operator+() [4/4]

template OCTAVE_API MSparse< Complex > operator+ ( const MSparse< Complex > &  ,
const MSparse< Complex > &   
)

◆ operator+=()

template OCTAVE_API MSparse< Complex >& operator+= ( MSparse< Complex > &  ,
const MSparse< Complex > &   
)

◆ operator-() [1/4]

template OCTAVE_API MSparse< Complex > operator- ( const MSparse< Complex > &  ,
const MSparse< Complex > &   
)

◆ operator-() [2/4]

template OCTAVE_API MArray< Complex > operator- ( const Complex ,
const MSparse< Complex > &   
)

◆ operator-() [3/4]

template OCTAVE_API MSparse< Complex > operator- ( const MSparse< Complex > &  )

◆ operator-() [4/4]

template OCTAVE_API MArray< Complex > operator- ( const MSparse< Complex > &  ,
const Complex  
)

◆ operator-=()

template OCTAVE_API MSparse< Complex >& operator-= ( MSparse< Complex > &  ,
const MSparse< Complex > &   
)

◆ operator/() [1/2]

template OCTAVE_API MSparse< Complex > operator/ ( const MSparse< Complex > &  ,
const Complex  
)

◆ operator/() [2/2]

template OCTAVE_API MSparse< Complex > operator/ ( const Complex ,
const MSparse< Complex > &   
)

◆ product()

template OCTAVE_API MSparse< Complex > product ( const MSparse< Complex > &  ,
const MSparse< Complex > &   
)

◆ quotient()

template OCTAVE_API MSparse< Complex > quotient ( const MSparse< Complex > &  ,
const MSparse< Complex > &   
)

Variable Documentation

◆ MSparse< Complex >

template class OCTAVE_API MSparse< Complex >

Definition at line 32 of file MSparse-C.cc.