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

Function Indexes

matrix/matrix.go:254–277  ·  view source on GitHub ↗

Create an index set. Three argument call is (start, end, step) where start < end and step > 0. It produces set of indexes from start to end-1 with step interval. Two argument call is interpreted as (start, end, 1) and one argument call as (0, end, 1).

(specs ...int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

TestIndexingFunction · 0.85
MakeIndexSetFunction · 0.85
MakeDiagonalSetFunction · 0.85
DiagonalIndexesFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestIndexingFunction · 0.68