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

Method GetSubMatrix

matrix/dense_depreceated.go:221–244  ·  view source on GitHub ↗

Get sub-matrix starting at (row, col). Sizes parameters define (nrows, ncols) number of rows and number of columns. If len(sizes) is zero size is then (nrows, ncols) is (Rows()-row, Cols()-col).If len(sizes) is one then (nrows, ncols) is (sizes[0], Cols()-col) In all other cases (nrows, ncols) is (s

(row, col int, sizes ...int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

CpFunction · 0.80
F2Method · 0.80
kktCholFunction · 0.80

Calls 5

GetColumnArrayMethod · 0.95
FloatZerosFunction · 0.85
RowsMethod · 0.65
ColsMethod · 0.65
SetColumnArrayMethod · 0.45

Tested by

no test coverage detected