Click or drag to resize
NonNegativeLeastSquares Methods

The NonNegativeLeastSquares type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDualSolution
Returns the dual solution vector, w. If x_j=0
            then w_j\le 0, otherwise w_j = 0.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSolution
Returns the solution to the problem, x.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetGuess
Sets the initial guess.
Public methodSolve
Finds the solution to the problem for the current constraints.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also