Click or drag to resize

LinearConstraintsProjector Methods

The LinearConstraintsProjector type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsFeasible Determines whether the specified point satisfies all constraints within the given tolerance.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodProject(VectorDouble) Projects the specified point onto the feasible set and returns only the projected point.
Public methodProject(VectorDouble, VectorDouble, SpanBoolean) Projects the specified input vector onto a target space, applying constraints as indicated.
Public methodProjectWithInfo Projects the specified point onto the feasible set and returns full constraint-activity information.
Public methodToProjectorWithoutFixedParameters Creates a new linear constraint projector with all fixed parameters eliminated from the constraints.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryConvertToBoxConstraints Attempts to convert the current set of linear constraints to simple lower and upper boundary constraints for each parameter.
Public methodStatic memberTryCreate Attempts to create a new instance of the LinearConstraintsProjector using the specified equality and inequality constraints.
Top
See Also