Skip to main content

write_back_soa_f64

Function write_back_soa_f64 

Source
pub fn write_back_soa_f64<A, S>(
    store: &S,
    ids: &[AgentId],
    columns: &[Vec<f64>],
)
where A: SoaExtractableF64, S: AgentStore<A>,
Expand description

Write f64 SoA buffers back into an AgentStore.