Interface IQuadraticConstraintType
Interface defining a quadratic constraint type for the GuidedProjectionAlgorithm.
Namespace: BRIDGES.Solvers.GuidedProjection.Interfaces
Assembly: BRIDGES.dll
Syntax
public interface IQuadraticConstraintType
Properties
| Improve this Doc View SourceCi
Gets the scalar value Ci of the energy.
Declaration
double Ci { get; }
Property Value
Type | Description |
---|---|
Double |
LocalBi
Gets the local vector Bi of the energy.
Declaration
SparseVector LocalBi { get; }
Property Value
Type | Description |
---|---|
SparseVector |
LocalHi
Gets the local symmetric matrix Hi of the energy.
Declaration
SparseMatrix LocalHi { get; }
Property Value
Type | Description |
---|---|
SparseMatrix |