Solves a pair of primal and dual cone programs using custom KKT solver and custom matrices P, G and A. P must implement interface MatrixP, G must implement interface MatrixG and A must implement interface MatrixA.
(P MatrixP, q *matrix.FloatMatrix, G MatrixG, h *matrix.FloatMatrix, A MatrixA, b *matrix.FloatMatrix, dims *sets.DimensionSet, kktsolver KKTConeSolver, solopts *SolverOptions, initvals *sets.FloatMatrixSet)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected