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

Go to the source code of this file.

Functions

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

Variables

template class OCTAVE_API MArray< Complex >
 
template class OCTAVE_API MDiagArray2< Complex >
 

Function Documentation

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

Variable Documentation

template class OCTAVE_API MArray< Complex >

Definition at line 34 of file MArray-C.cc.

template class OCTAVE_API MDiagArray2< Complex >

Definition at line 41 of file MArray-C.cc.