Sequence LinearizeF64

std/flow/linearize::LinearizeF64


Inputs

vector: Stream<Vec<f64>>

Outputs

↦ value: Stream<f64>


Linearize stream of Vec<f64> into stream of Scalar<f64>.

All the input vectors are turned into continuous stream of scalar values, in the same order. [a, b, c], [d, e], [f, g, h, i]a, b, c, d, e, f, g, h, i