Next: TinyVec globals, Previous: TinyVec assignment, Up: TinyVector [Contents][Index]
Expressions involving tiny vectors may contain any combination of the operators
+ - * / % ^ & | >> <<
with operands of type TinyVector, scalar, or vector expressions.
The usual math functions (see the Array documentation) are supported
on TinyVector. Please note that to use TinyVector
expressions,
you will need to include header <blitz/tinyvec-et.h>
in your code.