Interface IEnergyType
Interface defining an energy type for the GuidedProjectionAlgorithm.
Namespace: BRIDGES.Solvers.GuidedProjection.Interfaces
Assembly: BRIDGES.dll
Syntax
public interface IEnergyType
Properties
| Improve this Doc View SourceLocalKi
Gets the local vector Ki of the energy.
Declaration
SparseVector LocalKi { get; }
Property Value
Type | Description |
---|---|
SparseVector |
Si
Gets the scalar value Si of the energy.
Declaration
double Si { get; }
Property Value
Type | Description |
---|---|
Double |