GNU Octave  4.0.0
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 | Variables
MSparse-C.cc File Reference
#include "oct-cmplx.h"
#include "MSparse.h"
#include "MSparse.cc"
Include dependency graph for MSparse-C.cc:

Go to the source code of this file.

Functions

template OCTAVE_API MSparse
< Complex
operator* (const MSparse< Complex > &, const Complex &)
 
template OCTAVE_API MSparse
< Complex
operator* (const Complex &, const MSparse< Complex > &)
 
template OCTAVE_API MArray
< Complex
operator+ (const Complex &, const MSparse< Complex > &)
 
template OCTAVE_API MArray
< Complex
operator+ (const MSparse< Complex > &, const Complex &)
 
template OCTAVE_API MSparse
< Complex
operator+ (const MSparse< Complex > &)
 
template OCTAVE_API MSparse
< Complex
operator+ (const MSparse< Complex > &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse
< Complex > & 
operator+= (MSparse< Complex > &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse
< Complex
operator- (const MSparse< Complex > &, const MSparse< Complex > &)
 
template OCTAVE_API MArray
< Complex
operator- (const Complex &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse
< Complex
operator- (const MSparse< Complex > &)
 
template OCTAVE_API MArray
< Complex
operator- (const MSparse< Complex > &, const Complex &)
 
template OCTAVE_API MSparse
< Complex > & 
operator-= (MSparse< Complex > &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse
< Complex
operator/ (const MSparse< Complex > &, const Complex &)
 
template OCTAVE_API MSparse
< Complex
operator/ (const Complex &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse
< Complex
product (const MSparse< Complex > &, const MSparse< Complex > &)
 
template OCTAVE_API MSparse
< Complex
quotient (const MSparse< Complex > &, const MSparse< Complex > &)
 

Variables

template class OCTAVE_API MSparse< Complex >
 

Function Documentation

template OCTAVE_API MSparse< Complex > operator* ( const MSparse< Complex > &  ,
const Complex  
)
template OCTAVE_API MSparse< Complex > operator* ( const Complex ,
const MSparse< Complex > &   
)
template OCTAVE_API MArray< Complex > operator+ ( const Complex ,
const MSparse< Complex > &   
)
template OCTAVE_API MArray< Complex > operator+ ( const MSparse< Complex > &  ,
const Complex  
)
template OCTAVE_API MSparse< Complex > operator+ ( const MSparse< Complex > &  )
template OCTAVE_API MSparse< Complex > operator+ ( const MSparse< Complex > &  ,
const MSparse< Complex > &   
)
template OCTAVE_API MSparse< Complex >& operator+= ( MSparse< Complex > &  ,
const MSparse< Complex > &   
)
template OCTAVE_API MSparse< Complex > operator- ( const MSparse< Complex > &  ,
const MSparse< Complex > &   
)
template OCTAVE_API MArray< Complex > operator- ( const Complex ,
const MSparse< Complex > &   
)
template OCTAVE_API MSparse< Complex > operator- ( const MSparse< Complex > &  )
template OCTAVE_API MArray< Complex > operator- ( const MSparse< Complex > &  ,
const Complex  
)
template OCTAVE_API MSparse< Complex >& operator-= ( MSparse< Complex > &  ,
const MSparse< Complex > &   
)
template OCTAVE_API MSparse< Complex > operator/ ( const MSparse< Complex > &  ,
const Complex  
)
template OCTAVE_API MSparse< Complex > operator/ ( const Complex ,
const MSparse< Complex > &   
)
template OCTAVE_API MSparse< Complex > product ( const MSparse< Complex > &  ,
const MSparse< Complex > &   
)
template OCTAVE_API MSparse< Complex > quotient ( const MSparse< Complex > &  ,
const MSparse< Complex > &   
)

Variable Documentation

template class OCTAVE_API MSparse< Complex >

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