TinyVector< T, SIZE > Member List
|
 |
all() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
any() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
begin() | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
begin() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
cbegin() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
cend() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
copy(TinyVectorBase< U, USIZE, DATA, DERIVED > const &r) | TinyVector< T, SIZE > | |
end() | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
end() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
init(Iterator i, Iterator end) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
init(value_type initial) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
linearSequence(VALUETYPE start=VALUETYPE(), VALUETYPE step=VALUETYPE(1)) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | static |
magnitude() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
maximum() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
minimum() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
operator%=(TinyVectorBase< T1, SIZE, T, TinyVector< T, SIZE > > const &r) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
operator*=(TinyVectorBase< T1, SIZE, T, TinyVector< T, SIZE > > const &r) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
operator*=(double r) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
operator+=(TinyVectorBase< T1, SIZE, T, TinyVector< T, SIZE > > const &r) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
operator+=(double r) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
operator-=(TinyVectorBase< T1, SIZE, T, TinyVector< T, SIZE > > const &r) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
operator-=(double r) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
operator/=(TinyVectorBase< T1, SIZE, T, TinyVector< T, SIZE > > const &r) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
operator/=(double r) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
operator=(TinyVector const &r) | TinyVector< T, SIZE > | |
operator=(TinyVectorBase< U, SIZE, DATA, DERIVED > const &r) | TinyVector< T, SIZE > | |
operator=(Diff2D const &r) | TinyVector< T, SIZE > | |
operator=(value_type const &v) | TinyVector< T, SIZE > | |
operator[](difference_type i) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
operator[](difference_type i) const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
size() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
squaredMagnitude() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
subarray() const | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | |
TinyVector(value_type const &initial) | TinyVector< T, SIZE > | explicit |
TinyVector(lemon::Invalid const &) | TinyVector< T, SIZE > | |
TinyVector(Diff2D const &initial) | TinyVector< T, SIZE > | explicit |
TinyVector(value_type const &i1, value_type const &i2) | TinyVector< T, SIZE > | |
TinyVector(value_type const &i1, value_type const &i2, value_type const &i3) | TinyVector< T, SIZE > | |
TinyVector(value_type const &i1, value_type const &i2, value_type const &i3, value_type const &i4) | TinyVector< T, SIZE > | |
TinyVector(value_type const &i1, value_type const &i2, value_type const &i3, value_type const &i4, value_type const &i5) | TinyVector< T, SIZE > | |
TinyVector() | TinyVector< T, SIZE > | |
TinyVector(SkipInitializationTag) | TinyVector< T, SIZE > | explicit |
TinyVector(TinyVector const &r) | TinyVector< T, SIZE > | |
TinyVector(U const *data) | TinyVector< T, SIZE > | explicit |
TinyVector(const_pointer data, ReverseCopyTag) | TinyVector< T, SIZE > | explicit |
TinyVector(TinyVectorBase< U, SIZE, DATA, DERIVED > const &r) | TinyVector< T, SIZE > | |
unitVector(int k) | TinyVectorBase< T, SIZE, T[SIZE], TinyVector< T, SIZE > > | static |