NamedVectorizations.NV — TypeNV{T}(layout, vector)The named vectorization core struct.
Fields
vector::Vector- theVectorrepresenting the concatenation of the vectorizedArrayandScalarelements.layout::NamedTuple- it defines the position and dimension of the Arrays comprising theNVwith respect to the vectorized representation. Each key-value pair is(array_name => (array_size, start, stop))wherestartandstopbound the vector chunk containing the vectorizedArray.
NamedVectorizations.vector — Methodvector(nv::NV)Alias for getfield(nv, :vector).
NamedVectorizations.layout — Methodlayout(nv::NV)Alias for getfield(nv, :layout).