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

Function acent

linalg/lapack/acent_test.go:31–105  ·  view source on GitHub ↗

Computes analytic center of A*x <= b with A m by n of rank n. We assume that b > 0 and the feasible set is bounded.

(A, b *matrix.FloatMatrix, niters int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestAcentFunction · 0.85

Calls 15

SetColumnMethod · 0.80
RowsMethod · 0.65
SizeMethod · 0.65
MinusMethod · 0.65
TimesMethod · 0.65
ScaleMethod · 0.65
AddMethod · 0.65
PlusMethod · 0.65
InvMethod · 0.45
TransposeMethod · 0.45
MulMethod · 0.45
SqrtMethod · 0.45

Tested by

no test coverage detected