Show / Hide Table of Contents

Interface IBiasingSimulationState

Simulation state for a IBiasingSimulation.

Inherited Members
ISolverSimulationState<double>.Solver
ISolverSimulationState<double>.Solution
ISolverSimulationState<double>.Map
IVariableFactory<IVariable<double>>.GetSharedVariable(string)
IVariableFactory<IVariable<double>>.CreatePrivateVariable(string, IUnit)
IVariableDictionary<IVariable<double>>.Comparer
IVariableDictionary<IVariable<double>>.Add(string, IVariable<double>)
IReadOnlyDictionary<string, IVariable<double>>.ContainsKey(string)
IReadOnlyDictionary<string, IVariable<double>>.TryGetValue(string, out IVariable<double>)
IReadOnlyDictionary<string, IVariable<double>>.this[string]
IReadOnlyDictionary<string, IVariable<double>>.Keys
IReadOnlyDictionary<string, IVariable<double>>.Values
IReadOnlyCollection<KeyValuePair<string, IVariable<double>>>.Count
IEnumerable<KeyValuePair<string, IVariable<double>>>.GetEnumerator()
IEnumerable.GetEnumerator()
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public interface IBiasingSimulationState : ISolverSimulationState<double>, ISimulationState, IVariableFactory<IVariable<double>>, IVariableDictionary<IVariable<double>>, IReadOnlyDictionary<string, IVariable<double>>, IReadOnlyCollection<KeyValuePair<string, IVariable<double>>>, IEnumerable<KeyValuePair<string, IVariable<double>>>, IEnumerable

Properties

OldSolution

Gets the solution vector of the last computed iteration.

Declaration
IVector<double> OldSolution { get; }
Property Value
Type Description
IVector<double>

The solution to the last iteration.

Remarks

This vector is needed for determining convergence.

Extension Methods

Utility.ThrowIfNull<T>(T, string)
Utility.ThrowIfEmpty<T>(IEnumerable<T>, string)

See Also

ISolverSimulationState<T>
In this article
Back to top Generated by DocFX