Click or drag to resize

ParsedConstraint Class

A single parsed constraint with its row vector and RHS value.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.NonlinearParsedConstraint

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public class ParsedConstraint

The ParsedConstraint type exposes the following members.

Constructors
 NameDescription
Public methodParsedConstraintInitializes a new instance of the ParsedConstraint class
Top
Properties
 NameDescription
Public propertyCoefficients Coefficient vector for the parameters (length = number of parameters). Represents the left-hand side after moving everything to LHS: coefficients · p [op] Rhs The op corresponds to Kind.
Public propertyExpressionThe original expression string.
Public propertyKindThe constraint kind as written by the user.
Public propertyRhsRight-hand side scalar.
Top
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)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also