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

Function SolveDiag

matops/diag.go:84–127  ·  view source on GitHub ↗

* * Compute * X = B*diag(D).-1 flags & RIGHT == true * X = diag(D).-1*C flags & LEFT == true * * Arguments: * B M-by-N matrix if flags&RIGHT == true or N-by-M matrix if flags&LEFT == true * * D N element column or row vector or N-by-N matrix * * flags Indicator

(B, D *matrix.FloatMatrix, flags Flags)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

blkLowerLDLnoPivFunction · 0.85
blkUpperLDLnoPivFunction · 0.85
SolveLDLnoPivFunction · 0.85
blkUpperLDLFunction · 0.85
SolveLDLFunction · 0.85

Calls 7

DivMethod · 0.95
ScaleMethod · 0.95
GetAtMethod · 0.95
ColsMethod · 0.65
RowsMethod · 0.65
LeadingIndexMethod · 0.65
SubMatrixMethod · 0.45

Tested by

no test coverage detected