flowstdlib 1.0.0

The standard library of functions and flows for 'flow' programs
Documentation
function = "compose_matrix"
description = "Compose a matrix from a set of matrix elements"
source = "compose_matrix.rs"
docs = "compose_matrix.md"
type = "rust"

[[input]]
name = "element"
type = "number" # matrix elements

[[input]]
name = "element_indexes"
type = "array/number"

[[input]]
name = "partial"
type = "array/array/number"

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

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