Click or drag to resize

VectorMathVectorWrapperOfIVectorT Constructor

Initializes a new instance of the VectorMathVectorWrapperOfIVectorT class.

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

Parameters

source  IVectorT
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