Show / Hide Table of Contents

Interface IComplexSimulationState

A simulation state using complex numbers.

Inherited Members
ISolverSimulationState<Complex>.Solver
ISolverSimulationState<Complex>.Solution
ISolverSimulationState<Complex>.Map
IVariableFactory<IVariable<Complex>>.GetSharedVariable(string)
IVariableFactory<IVariable<Complex>>.CreatePrivateVariable(string, IUnit)
IVariableDictionary<IVariable<Complex>>.Comparer
IVariableDictionary<IVariable<Complex>>.Add(string, IVariable<Complex>)
IReadOnlyDictionary<string, IVariable<Complex>>.ContainsKey(string)
IReadOnlyDictionary<string, IVariable<Complex>>.TryGetValue(string, out IVariable<Complex>)
IReadOnlyDictionary<string, IVariable<Complex>>.this[string]
IReadOnlyDictionary<string, IVariable<Complex>>.Keys
IReadOnlyDictionary<string, IVariable<Complex>>.Values
IReadOnlyCollection<KeyValuePair<string, IVariable<Complex>>>.Count
IEnumerable<KeyValuePair<string, IVariable<Complex>>>.GetEnumerator()
IEnumerable.GetEnumerator()
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.

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