GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
MArray-s.cc File Reference
#include "MArray.h"
#include "MArray.cc"
#include "MDiagArray2.h"
#include "MDiagArray2.cc"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*() [1/4]

template MArray< short > operator* ( const MArray< short > &  ,
const short &   
)

◆ operator*() [2/4]

template MDiagArray2< short > operator* ( const MDiagArray2< short > &  ,
const short &   
)

◆ operator*() [3/4]

template MArray< short > operator* ( const short &  ,
const MArray< short > &   
)

◆ operator*() [4/4]

template MDiagArray2< short > operator* ( const short &  ,
const MDiagArray2< short > &   
)

◆ operator*=()

template MArray< short >& operator*= ( MArray< short > &  ,
const short &   
)

◆ operator+() [1/6]

template MArray< short > operator+ ( const MArray< short > &  )

◆ operator+() [2/6]

template MArray< short > operator+ ( const MArray< short > &  ,
const MArray< short > &   
)

◆ operator+() [3/6]

template MArray< short > operator+ ( const MArray< short > &  ,
const short &   
)

◆ operator+() [4/6]

template MDiagArray2< short > operator+ ( const MDiagArray2< short > &  )

◆ operator+() [5/6]

template MDiagArray2< short > operator+ ( const MDiagArray2< short > &  ,
const MDiagArray2< short > &   
)

◆ operator+() [6/6]

template MArray< short > operator+ ( const short &  ,
const MArray< short > &   
)

◆ operator+=() [1/2]

template MArray< short >& operator+= ( MArray< short > &  ,
const MArray< short > &   
)

◆ operator+=() [2/2]

template MArray< short >& operator+= ( MArray< short > &  ,
const short &   
)

◆ operator-() [1/6]

template MArray< short > operator- ( const MArray< short > &  )

◆ operator-() [2/6]

template MArray< short > operator- ( const MArray< short > &  ,
const MArray< short > &   
)

◆ operator-() [3/6]

template MArray< short > operator- ( const MArray< short > &  ,
const short &   
)

◆ operator-() [4/6]

template MDiagArray2< short > operator- ( const MDiagArray2< short > &  )

◆ operator-() [5/6]

template MDiagArray2< short > operator- ( const MDiagArray2< short > &  ,
const MDiagArray2< short > &   
)

◆ operator-() [6/6]

template MArray< short > operator- ( const short &  ,
const MArray< short > &   
)

◆ operator-=() [1/2]

template MArray< short >& operator-= ( MArray< short > &  ,
const MArray< short > &   
)

◆ operator-=() [2/2]

template MArray< short >& operator-= ( MArray< short > &  ,
const short &   
)

◆ operator/() [1/3]

template MArray< short > operator/ ( const MArray< short > &  ,
const short &   
)

◆ operator/() [2/3]

template MDiagArray2< short > operator/ ( const MDiagArray2< short > &  ,
const short &   
)

◆ operator/() [3/3]

template MArray< short > operator/ ( const short &  ,
const MArray< short > &   
)

◆ operator/=()

template MArray< short >& operator/= ( MArray< short > &  ,
const short &   
)

◆ product() [1/2]

template MArray< short > product ( const MArray< short > &  ,
const MArray< short > &   
)

◆ product() [2/2]

template MDiagArray2< short > product ( const MDiagArray2< short > &  ,
const MDiagArray2< short > &   
)

◆ product_eq()

template MArray< short >& product_eq ( MArray< short > &  ,
const MArray< short > &   
)

◆ quotient()

template MArray< short > quotient ( const MArray< short > &  ,
const MArray< short > &   
)

◆ quotient_eq()

template MArray< short >& quotient_eq ( MArray< short > &  ,
const MArray< short > &   
)