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

Function FloatMatrixFromTable

matrix/dense.go:162–188  ·  view source on GitHub ↗

Create a column-major matrix from a array of arrays. Parameter order indicates if data is array of rows (RowOrder) or array of columns (ColumnOrder).

(data [][]float64, order ...DataOrder)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

TestFromTableFunction · 0.85
TestSubMatrixFunction · 0.85
floatParseMatLabFunction · 0.85
floatParsePyFunction · 0.85
FloatNewFunction · 0.85

Calls 2

FloatZerosFunction · 0.85
makeFloatMatrixFunction · 0.85

Tested by 2

TestFromTableFunction · 0.68
TestSubMatrixFunction · 0.68