![]() |
QuadraticObjectiveFunction Operators |
The QuadraticObjectiveFunction type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds two quadratic objective functions together by linearly combining
the individual terms.
|
![]() ![]() | Division |
Divides each term in the QuadraticObjectiveFunction by the specified scalar.
|
![]() ![]() | Multiply(Double, QuadraticObjectiveFunction) |
Multiplies each term in the QuadraticObjectiveFunction by the specified scalar.
|
![]() ![]() | Multiply(QuadraticObjectiveFunction, Double) |
Multiplies each term in the QuadraticObjectiveFunction by the specified scalar.
|
![]() ![]() | Subtraction |
Subtracts a quadratic objective function together by linearly subtracting
the individual terms.
|
![]() ![]() | UnaryNegation |
Negates the quadratic objective function.
|