![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|

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