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

Function partition1x2

matops/partition.go:131–143  ·  view source on GitHub ↗

* Partition A to 1 by 2 blocks. A --> AL | AR Parameter nb is initial block size for AL (pLEFT) or AR (pRIGHT). */

(AL, AR, A *matrix.FloatMatrix, nb int, side pDirection)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

unblockedLUpivFunction · 0.85
blockedLUpivFunction · 0.85
unblockedBuildQFunction · 0.85
blockedQRFunction · 0.85
blockedQRTFunction · 0.85
unblockedMultQRightFunction · 0.85
blockedMultQRightFunction · 0.85
blockedMultQTRightFunction · 0.85
_TestPartition1DhFunction · 0.85

Calls 3

ColsMethod · 0.65
RowsMethod · 0.65
SubMatrixMethod · 0.45

Tested by 1

_TestPartition1DhFunction · 0.68