Click or drag to resize

VectorMathROVectorWrapperOfIROVectorT Constructor

Initializes a new instance of the VectorMathROVectorWrapperOfIROVectorT class.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ROVectorWrapperOfIROVector(
	IReadOnlyList<T> source,
	int offset,
	int count
)

Parameters

source  IReadOnlyListT
The source vector.
offset  Int32
The offset of the first element of the subvector.
count  Int32
The number of elements of the subvector.
See Also