Array Slice<T>.As Blas Storage Method
Returns the array in a format suitable for calling methods using the BLAS convention.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public ArraySlice<T> AsBlasStorage(
int length
)
Parameters
- length Int32
- The length of the array.