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
Classes | Functions
MSparse.h File Reference
#include "MArray.h"
#include "Sparse.h"
#include "MSparse-defs.h"
Include dependency graph for MSparse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MSparse< T >
 
class  MSparse< T >
 

Functions

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

Function Documentation

template<typename T >
MSparse< T > operator* ( const MSparse< T > &  ,
const T &   
)

Definition at line 184 of file MSparse.cc.

References times_or_divide().

template<typename T >
MSparse< T > operator* ( const T &  ,
const MSparse< T > &   
)

Definition at line 251 of file MSparse.cc.

References times_or_divides().

template<typename T >
MArray< T > operator+ ( const T &  ,
const MSparse< T > &   
)

Definition at line 216 of file MSparse.cc.

References plus_or_minus().

template<typename T >
MArray< T > operator+ ( const MSparse< T > &  ,
const T &   
)

Definition at line 148 of file MSparse.cc.

References plus_or_minus().

template<typename T >
MSparse< T > operator+ ( const MSparse< T > &  )

Definition at line 616 of file MSparse.cc.

template<typename T >
MSparse< T > operator+ ( const MSparse< T > &  ,
const MSparse< T > &   
)

Definition at line 387 of file MSparse.cc.

References plus_or_minus().

template<typename T >
MSparse< T >& operator+= ( MSparse< T > &  ,
const MSparse< T > &   
)

Definition at line 116 of file MSparse.cc.

References plus_or_minus().

template<typename T >
MSparse< T > operator- ( const MSparse< T > &  ,
const MSparse< T > &   
)

Definition at line 394 of file MSparse.cc.

References plus_or_minus().

template<typename T >
MArray< T > operator- ( const T &  ,
const MSparse< T > &   
)

Definition at line 223 of file MSparse.cc.

References plus_or_minus().

template<typename T >
MSparse< T > operator- ( const MSparse< T > &  )

Definition at line 623 of file MSparse.cc.

References Sparse< T >::data(), and Sparse< T >::nnz().

template<typename T >
MArray< T > operator- ( const MSparse< T > &  ,
const T &   
)

Definition at line 155 of file MSparse.cc.

References plus_or_minus().

template<typename T >
MSparse< T >& operator-= ( MSparse< T > &  ,
const MSparse< T > &   
)

Definition at line 123 of file MSparse.cc.

References plus_or_minus().

template<typename T >
MSparse< T > operator/ ( const MSparse< T > &  ,
const T &   
)

Definition at line 191 of file MSparse.cc.

References times_or_divide().

template<typename T >
MSparse< T > operator/ ( const T &  ,
const MSparse< T > &   
)

Definition at line 258 of file MSparse.cc.

References times_or_divides().

template<typename T >
MSparse< T > product ( const MSparse< T > &  ,
const MSparse< T > &   
)
template<typename T >
MSparse< T > quotient ( const MSparse< T > &  ,
const MSparse< T > &   
)