Click or drag to resize

NumericalInitialStateSegment Constructor (NumericalPropagatorDefinition)

Initialize a new instance with the specified parameters.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NumericalInitialStateSegment(
	NumericalPropagatorDefinition propagatorDefinition
)

Parameters

propagatorDefinition
Type: AGI.Foundation.PropagatorsNumericalPropagatorDefinition
The NumericalPropagatorDefinition to use for this segments initial state.
See Also