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