GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-cmplx.h"
#include "MArray.h"
#include "MArray.cc"
#include "MDiagArray2.h"
#include "MDiagArray2.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 > |
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+ | ( | const MArray< 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- | ( | const MArray< 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 MDiagArray2< Complex > operator/ | ( | const MDiagArray2< 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 > & | |||
) |
Definition at line 34 of file MArray-C.cc.
template class OCTAVE_API MDiagArray2< Complex > |
Definition at line 41 of file MArray-C.cc.