We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae1256 commit 3da8ae7Copy full SHA for 3da8ae7
src/qpmodel.jl
@@ -8,7 +8,7 @@ mutable struct QPData{
8
}
9
c0::T # constant term in objective
10
c::S # linear term
11
- v::S # vector that stores products with the hessian v = H*
+ v::S # vector that stores products with the hessian v = H*u
12
H::M1
13
A::M2
14
end
0 commit comments