ITermValue<TTermValue> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All Hamiltonian terms must implement this interface.
public interface ITermValue<TTermValue> : IEquatable<TTermValue>
type ITermValue<'ermValue> = interface
interface IEquatable<'ermValue>
Public Interface ITermValue(Of TTermValue)
Implements IEquatable(Of TTermValue)
Type Parameters
- TTermValue
- Derived
- Implements
-
IEquatable<TTermValue>
Methods
| AddValue(TTermValue, Int32) | |
| Clone() | |
| Default() | |
| Norm(Double) |
Computes the L_p norm of term. |
| SetValue(TTermValue, Int32) |
Sets the value of the Hamiltonian term. |