Module nvec

Module nvec 

Source
Expand description

Numeric vector implementation for WLambda.

Enums§

NVec
WLambda supports Integer and Float vectors in two, three, and four dimensions. See also VVal::nvec and functions like VVal::ivec2, VVal::fvec2, …
NVecDim
Dimensionality of a numeric vector (NVec)

Traits§

NVecNum
Number vector trait for type conversions.