36 #error <blitz/tvcross.h> must be included via <blitz/tinyvec.h>
48template<
typename T_numtype>
53 y[0]*x[2] - x[0]*y[2], x[0]*y[1] - y[0]*x[1]);
The TinyVector class is a one-dimensional, fixed length vector that implements the blitz expression t...
Definition: tinyvec2.h:73
Definition: array-impl.h:66
TinyVector< T_numtype, 3 > cross(const TinyVector< T_numtype, 3 > &x, const TinyVector< T_numtype, 3 > &y)
Definition: tvcross.h:49