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

Function kktChol

cvx/kkt.go:301–431  ·  view source on GitHub ↗

Solution of KKT equations by reduction to a 2 x 2 system, a QR factorization to eliminate the equality constraints, and a dense Cholesky factorization of order n-p. Computes the QR factorization A' = [Q1, Q2] * [R; 0] and returns a function that (1) computes the Cholesky factorization Q_2^T * (H

(G *matrix.FloatMatrix, dims *sets.DimensionSet, A *matrix.FloatMatrix, mnl int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

scaleFunction · 0.85
pack2Function · 0.85
symmFunction · 0.85
packFunction · 0.85
unpackFunction · 0.85
SumSquaredMethod · 0.80
SumPackedMethod · 0.80
SetSubMatrixMethod · 0.80
CheckMethod · 0.80
GetSubMatrixMethod · 0.80
SizeMethod · 0.65
PlusMethod · 0.65

Tested by

no test coverage detected