Returns the offset according to the BLAS convention for negative strides.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int BlasOffset(
int length
)
Public Function BlasOffset (
length As Integer
) As Integer
public:
int BlasOffset(
int length
)
member BlasOffset :
length : int -> int
Parameters
- length
- Type: SystemInt32
The length of the array.
Return Value
Type:
Int32The offset of the array according to the BLAS convention.
Reference