flowstdlib 0.142.0

The standard library of functions and flows for 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
function = "transpose"
source = "transpose.rs"
docs = "transpose.md"
type = "rust"

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

[[output]] # Output matrix with rows and columns transposed
name = "matrix"
type = "array/array/number"

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