DenseArray
One anonymous dense vector backed by a FloatArray — a zero-boxing fast path for the hot path (values are never wrapped in Float objects, and serialization writes the array directly). Prefer this over Dense for large vectors. Equality is by content.