#include <algtinyvector.h>
Public Member Functions | |
| AlgTinyVector (const AlgTinyVector< T, SIZE > &t) | |
| AlgTinyVector (T t) | |
| AlgTinyVector () | |
| const T | operator[] (int i) const |
| T & | operator[] (int i) |
| const T | operator * (const AlgTinyVector< T, SIZE > &t) const |
| const AlgTinyVector | operator * (const int t) const |
| const AlgTinyVector | operator/ (const int t) const |
| const AlgTinyVector | operator- (const AlgTinyVector< T, SIZE > &t) const |
| const AlgTinyVector | operator+ (const AlgTinyVector< T, SIZE > &t) const |
| AlgTinyVector & | operator= (const AlgTinyVector< T, SIZE > &t) |
| AlgTinyVector & | operator= (const TinyVector< T, SIZE > &t) |
Private Attributes | |
| T | content [SIZE] |
Definition at line 29 of file algtinyvector.h.
|
||||||||||
|
Definition at line 32 of file algtinyvector.h. |
|
||||||||||
|
Definition at line 38 of file algtinyvector.h. |
|
|||||||||
|
Definition at line 44 of file algtinyvector.h. |
|
||||||||||
|
Definition at line 64 of file algtinyvector.h. |
|
||||||||||
|
Definition at line 56 of file algtinyvector.h. |
|
||||||||||
|
Definition at line 88 of file algtinyvector.h. |
|
||||||||||
|
Definition at line 80 of file algtinyvector.h. |
|
||||||||||
|
Definition at line 72 of file algtinyvector.h. |
|
||||||||||
|
Definition at line 105 of file algtinyvector.h. |
|
||||||||||
|
Definition at line 96 of file algtinyvector.h. |
|
||||||||||
|
Definition at line 52 of file algtinyvector.h. |
|
||||||||||
|
Definition at line 48 of file algtinyvector.h. |
|
|||||
|
Definition at line 113 of file algtinyvector.h. |
1.3.9.1