Next: , Previous: , Up: TinyVector   [Contents][Index]


7.5 Expressions

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.