|
| MathArray (void) |
|
| ~MathArray (void) |
|
| MathArray (const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > & | operator= (const Array< Elem, Size > &a2) |
|
| MathArray (const Elem &v) |
|
MathArray< Elem, Size > & | operator= (const Elem &v) |
|
MathArray< Elem, Size > & | operator+= (const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > & | operator+= (const Elem &v) |
|
MathArray< Elem, Size > & | operator-= (const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > & | operator-= (const Elem &v) |
|
MathArray< Elem, Size > & | operator*= (const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > & | operator*= (const Elem &v) |
|
MathArray< Elem, Size > & | operator/= (const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > & | operator/= (const Elem &v) |
|
| Array (void) |
|
| ~Array (void) |
|
| Array (const Array< Elem, Size > &a2) |
|
Array< Elem, Size > & | operator= (const Array< Elem, Size > &a2) |
|
| Array (const Elem &v) |
|
Array< Elem, Size > & | operator= (const Elem &v) |
|
Elem & | operator[] (int index) |
|
const Elem & | operator[] (int index) const |
|
iterator | begin (void) |
|
iterator | end (void) |
|
const_iterator | const_begin (void) const |
|
const_iterator | const_end (void) const |
|
|
MathArray< Elem, Size > | operator+ (const Array< Elem, Size > &a1, const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > | operator+ (const Array< Elem, Size > &a1, const Elem &v2) |
|
MathArray< Elem, Size > | operator+ (const Elem &v1, const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > | operator- (const Array< Elem, Size > &a1, const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > | operator- (const Array< Elem, Size > &a1, const Elem &v2) |
|
MathArray< Elem, Size > | operator- (const Elem &v1, const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > | operator* (const Array< Elem, Size > &a1, const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > | operator* (const Array< Elem, Size > &a1, const Elem &v2) |
|
MathArray< Elem, Size > | operator* (const Elem &v1, const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > | operator/ (const Array< Elem, Size > &a1, const Array< Elem, Size > &a2) |
|
MathArray< Elem, Size > | operator/ (const Array< Elem, Size > &a1, const Elem &v2) |
|
MathArray< Elem, Size > | operator/ (const Elem &v1, const Array< Elem, Size > &a2) |
|
template<class Elem, int Size>
class MathArray< Elem, Size >
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 12 of file MathArray.h.