Go to the source code of this file.
Functions | |
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* (const short &, const MArray< 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 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+ (const short &, const MArray< short > &) |
template OCTAVE_API MArray< short > & | operator+= (MArray< short > &, const MArray< 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 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- (const short &, const MArray< short > &) |
template OCTAVE_API MArray< short > & | operator-= (MArray< short > &, const MArray< short > &) |
template OCTAVE_API MArray< short > & | operator-= (MArray< short > &, const 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/ (const short &, const MArray< 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 > &) |
Variables | |
template class OCTARRAY_CLASS_TEMPLATE_INSTANTIATION_API | 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* | ( | const short & | , |
const MArray< 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 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+ | ( | const short & | , |
const MArray< short > & | |||
) |
template OCTAVE_API MArray< short >& operator+= | ( | MArray< short > & | , |
const MArray< 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 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- | ( | const short & | , |
const MArray< short > & | |||
) |
template OCTAVE_API MArray< short >& operator-= | ( | MArray< short > & | , |
const MArray< short > & | |||
) |
template OCTAVE_API MArray< short >& operator-= | ( | MArray< short > & | , |
const 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/ | ( | const short & | , |
const MArray< 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 class OCTARRAY_CLASS_TEMPLATE_INSTANTIATION_API MArray< short > |
Definition at line 35 of file MArray-s.cc.