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

Function FloatVector

matrix/dense.go:76–81  ·  view source on GitHub ↗

Create a column major vector from an array of elements. Shorthand for call FloatNew(len(elems), 1, elems).

(elements []float64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

TestIndexingFunction · 0.85
TestArrayCreateFunction · 0.85

Calls 1

makeFloatMatrixFunction · 0.85

Tested by 2

TestIndexingFunction · 0.68
TestArrayCreateFunction · 0.68