VectorMathVectorWrapperOfIVectorT Constructor |
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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