Show / Hide Table of Contents

Class ParallelSolver<T>.BridgeElement

A bridging element.

Inheritance
object
Element<T>
ParallelSolver<T>.BridgeElement
Inherited Members
Element<T>.Addition
Element<T>.Subtraction
Element<T>.Value
Element<T>.ToString()
Element<T>.Add(T)
Element<T>.Subtract(T)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: SpiceSharp.Components.ParallelComponents
Assembly: SpiceSharp.dll
Syntax
protected class ParallelSolver<T>.BridgeElement : Element<T>

Constructors

BridgeElement(Element<T>)

Initializes a new instance of the ParallelSolver<T>.BridgeElement class.

Declaration
public BridgeElement(Element<T> parent)
Parameters
Type Name Description
Element<T> parent

The parent element.

Methods

Apply()

Applies the value to the parent element.

Declaration
public void Apply()

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

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