|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
An interface to a type with floating point values. More...
#include "../common.h"

Go to the source code of this file.
An interface to a type with floating point values.
By setting suitable compile-time defines oen can set the length, accuracy and implementation of the vector. The vector length has to be a multiple of WID, which is 4 in Vlasiator. It also cannot be larger than WID*WID or 16. Thus 4, 8 or 16 are now supported. Currently implemented vector backends are:
VEC4D_AGNER
VEC4F_AGNER
VEC8F_AGNER
Definition in file vec.h.