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

Method SetSubMatrix

matrix/dense_depreceated.go:201–213  ·  view source on GitHub ↗

Set values for sub-matrix starting at (row, col). If row+mat.Rows() greater than A.Rows() or col+mat.Cols() greater than A.Cols() matrix A is not changed. **DEPRECEATED** (Use B.SubMatrixOf(A, row, col).Set(C))

(row, col int, mat *FloatMatrix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

FloatMatrixStackedFunction · 0.95
TestAcentFunction · 0.80
F2Method · 0.80
kktLdlFunction · 0.80
kktCholFunction · 0.80

Calls 5

SetAtMethod · 0.95
SizeMethod · 0.65
RowsMethod · 0.65
ColsMethod · 0.65
GetAtMethod · 0.45

Tested by 1

TestAcentFunction · 0.64