flowstdlib 0.142.0

The standard library of functions and flows for 'flow' programs
Documentation
function = "duplicate_rows"
source = "duplicate_rows.rs"
docs = "duplicate_rows.md"
type = "rust"

[[input]]
type = "array/array/number" # Input matrix

[[input]]
name = "factor" # - duplication factor
type = "number"

[[output]]
name = "matrix"
type = "array/array/number" # - matrix with duplicated rows

[[output]]
name = "row_indexes"
type = "array/number"