|
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 > &) |
|