Go to the source code of this file.
Defines | |
| #define | LOOP(OP) for(int i = 0; i < m_d; ++i) OP; |
| #define | LOOP(OP) for(int i = 0; i < m_d; ++i) OP; |
Functions | |
| Vector | operator * (Real r, const Vector &v) |
| Product of a real by a vector. | |
|
|
Definition at line 23 of file vector.inl. |
|
|
Definition at line 23 of file vector.inl. |
|
||||||||||||
|
Product of a real by a vector.
Definition at line 230 of file vector.inl. |
1.3.6