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 d662e85 commit b254c29Copy full SHA for b254c29
src/functions.jl
@@ -198,7 +198,7 @@ function VectorQuadraticTerm(
198
end
199
200
"""
201
- VectorQuadraticFunction{T}(affine_terms, quadratic_terms, constant)
+ VectorQuadraticFunction{T}(affine_terms, quadratic_terms, constants)
202
203
The vector-valued quadratic function with i`th` component ("output index")
204
defined as ``\\frac{1}{2}x^TQ_ix + a_i^T x + b_i``, where:
0 commit comments