Memory Slice<T>.Blas Offset Method
Returns the offset according to the BLAS convention for negative strides.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The offset of the array according to the BLAS convention.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int BlasOffset(
int length
)
Parameters
- length Int32
- The length of the array.
Return Value
Int32The offset of the array according to the BLAS convention.