MCPcopy Create free account
hub / github.com/andeya/algorithm / FloatMatrixStacked

Function FloatMatrixStacked

matrix/dense.go:196–232  ·  view source on GitHub ↗

Create a new matrix from a list of matrices. New matrix has dimension (M, colmax) if direction is StackDown, and (rowmax, N) if direction is StackRight. M is sum of row counts of argument matrices and N is sum of column counts of arguments. Colmax is the largest column count of matrices and rowmax i

(direction Stacking, mlist ...*FloatMatrix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestStackedFunction · 0.85

Calls 5

SetSubMatrixMethod · 0.95
FloatZerosFunction · 0.85
SizeMethod · 0.65
RowsMethod · 0.65
ColsMethod · 0.65

Tested by 1

TestStackedFunction · 0.68