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
MArray-s.cc File Reference
#include "MArray.h"
#include "MArray.cc"
#include "MDiagArray2.h"
#include "MDiagArray2.cc"
Include dependency graph for MArray-s.cc:

Go to the source code of this file.

Functions

template OCTAVE_API MArray< short > operator* (const MArray< short > &, const short &)
 
template OCTAVE_API MArray< short > operator* (const short &, const MArray< short > &)
 
template OCTAVE_API
MDiagArray2< short > 
operator* (const MDiagArray2< short > &, const short &)
 
template OCTAVE_API
MDiagArray2< short > 
operator* (const short &, const MDiagArray2< short > &)
 
template OCTAVE_API MArray
< short > & 
operator*= (MArray< short > &, const short &)
 
template OCTAVE_API MArray< short > operator+ (const MArray< short > &)
 
template OCTAVE_API MArray< short > operator+ (const short &, const MArray< short > &)
 
template OCTAVE_API MArray< short > operator+ (const MArray< short > &, const MArray< short > &)
 
template OCTAVE_API MArray< short > operator+ (const MArray< short > &, const short &)
 
template OCTAVE_API
MDiagArray2< short > 
operator+ (const MDiagArray2< short > &)
 
template OCTAVE_API
MDiagArray2< short > 
operator+ (const MDiagArray2< short > &, const MDiagArray2< short > &)
 
template OCTAVE_API MArray
< short > & 
operator+= (MArray< short > &, const short &)
 
template OCTAVE_API MArray
< short > & 
operator+= (MArray< short > &, const MArray< short > &)
 
template OCTAVE_API MArray< short > operator- (const short &, const MArray< short > &)
 
template OCTAVE_API MArray< short > operator- (const MArray< short > &)
 
template OCTAVE_API MArray< short > operator- (const MArray< short > &, const MArray< short > &)
 
template OCTAVE_API MArray< short > operator- (const MArray< short > &, const short &)
 
template OCTAVE_API
MDiagArray2< short > 
operator- (const MDiagArray2< short > &)
 
template OCTAVE_API
MDiagArray2< short > 
operator- (const MDiagArray2< short > &, const MDiagArray2< short > &)
 
template OCTAVE_API MArray
< short > & 
operator-= (MArray< short > &, const short &)
 
template OCTAVE_API MArray
< short > & 
operator-= (MArray< short > &, const MArray< short > &)
 
template OCTAVE_API MArray< short > operator/ (const short &, const MArray< short > &)
 
template OCTAVE_API MArray< short > operator/ (const MArray< short > &, const short &)
 
template OCTAVE_API
MDiagArray2< short > 
operator/ (const MDiagArray2< short > &, const short &)
 
template OCTAVE_API MArray
< short > & 
operator/= (MArray< short > &, const short &)
 
template OCTAVE_API MArray< short > product (const MArray< short > &, const MArray< short > &)
 
template OCTAVE_API
MDiagArray2< short > 
product (const MDiagArray2< short > &, const MDiagArray2< short > &)
 
template OCTAVE_API MArray
< short > & 
product_eq (MArray< short > &, const MArray< short > &)
 
template OCTAVE_API MArray< short > quotient (const MArray< short > &, const MArray< short > &)
 
template OCTAVE_API MArray
< short > & 
quotient_eq (MArray< short > &, const MArray< short > &)
 
template short xmax< short > (short, short)
 
template short xmin< short > (short, short)
 

Variables

template class OCTAVE_API MArray< short >
 
template class OCTAVE_API MDiagArray2< short >
 

Function Documentation

template OCTAVE_API MArray< short > operator* ( const MArray< short > &  ,
const short &   
)
template OCTAVE_API MArray< short > operator* ( const short &  ,
const MArray< short > &   
)
template OCTAVE_API MDiagArray2< short > operator* ( const MDiagArray2< short > &  ,
const short &   
)
template OCTAVE_API MDiagArray2< short > operator* ( const short &  ,
const MDiagArray2< short > &   
)
template OCTAVE_API MArray< short >& operator*= ( MArray< short > &  ,
const short &   
)
template OCTAVE_API MArray< short > operator+ ( const MArray< short > &  )
template OCTAVE_API MArray< short > operator+ ( const short &  ,
const MArray< short > &   
)
template OCTAVE_API MArray< short > operator+ ( const MArray< short > &  ,
const MArray< short > &   
)
template OCTAVE_API MArray< short > operator+ ( const MArray< short > &  ,
const short &   
)
template OCTAVE_API MDiagArray2< short > operator+ ( const MDiagArray2< short > &  )
template OCTAVE_API MDiagArray2< short > operator+ ( const MDiagArray2< short > &  ,
const MDiagArray2< short > &   
)
template OCTAVE_API MArray< short >& operator+= ( MArray< short > &  ,
const short &   
)
template OCTAVE_API MArray< short >& operator+= ( MArray< short > &  ,
const MArray< short > &   
)
template OCTAVE_API MArray< short > operator- ( const short &  ,
const MArray< short > &   
)
template OCTAVE_API MArray< short > operator- ( const MArray< short > &  )
template OCTAVE_API MArray< short > operator- ( const MArray< short > &  ,
const MArray< short > &   
)
template OCTAVE_API MArray< short > operator- ( const MArray< short > &  ,
const short &   
)
template OCTAVE_API MDiagArray2< short > operator- ( const MDiagArray2< short > &  )
template OCTAVE_API MDiagArray2< short > operator- ( const MDiagArray2< short > &  ,
const MDiagArray2< short > &   
)
template OCTAVE_API MArray< short >& operator-= ( MArray< short > &  ,
const short &   
)
template OCTAVE_API MArray< short >& operator-= ( MArray< short > &  ,
const MArray< short > &   
)
template OCTAVE_API MArray< short > operator/ ( const short &  ,
const MArray< short > &   
)
template OCTAVE_API MArray< short > operator/ ( const MArray< short > &  ,
const short &   
)
template OCTAVE_API MDiagArray2< short > operator/ ( const MDiagArray2< short > &  ,
const short &   
)
template OCTAVE_API MArray< short >& operator/= ( MArray< short > &  ,
const short &   
)
template OCTAVE_API MArray< short > product ( const MArray< short > &  ,
const MArray< short > &   
)
template OCTAVE_API MDiagArray2< short > product ( const MDiagArray2< short > &  ,
const MDiagArray2< short > &   
)
template OCTAVE_API MArray< short >& product_eq ( MArray< short > &  ,
const MArray< short > &   
)
template OCTAVE_API MArray< short > quotient ( const MArray< short > &  ,
const MArray< short > &   
)
template OCTAVE_API MArray< short >& quotient_eq ( MArray< short > &  ,
const MArray< short > &   
)
template short xmax< short > ( short  ,
short   
)
template short xmin< short > ( short  ,
short   
)

Variable Documentation

template class OCTAVE_API MArray< short >

Definition at line 32 of file MArray-s.cc.

template class OCTAVE_API MDiagArray2< short >

Definition at line 44 of file MArray-s.cc.