You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnScalarQuadraticExpression{}, fmt.Errorf("Can not multiply Variable with ScalarQuadraticExpression. MatProInterface can not represent polynomials higher than degree 2.")
344
-
345
-
caseVectorLinearExpressionTranspose:
346
-
returnScalarQuadraticExpression{}, fmt.Errorf(
347
-
"cannot currently multiply a variable with a vector to create a quadratic expression; file an issue if you are interested in seeing a feature like this.",
348
-
)
349
-
350
305
default:
351
306
returnv, fmt.Errorf("Unexpected input to v.Multiply(): %T", val)
352
307
}
353
308
}
354
309
355
-
/*
356
-
ToScalarLinearExpression
357
-
Description:
358
-
359
-
Converting the variable into a scalar linear Expression.
0 commit comments