Interface IComplexSimulationState
A simulation state using complex numbers.
Inherited Members
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public interface IComplexSimulationState : ISolverSimulationState<Complex>, ISimulationState, IVariableFactory<IVariable<Complex>>, IVariableDictionary<IVariable<Complex>>, IReadOnlyDictionary<string, IVariable<Complex>>, IReadOnlyCollection<KeyValuePair<string, IVariable<Complex>>>, IEnumerable<KeyValuePair<string, IVariable<Complex>>>, IEnumerable
Properties
Laplace
Gets or sets the current laplace variable.
Declaration
Complex Laplace { get; }
Property Value
Type | Description |
---|---|
Complex | The laplace. |