ArraySlice<T>.AsBlasStorage 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#
public ArraySlice<T> AsBlasStorage(
	int length
)

Parameters

length  Int32
The length of the array.

Return Value

ArraySlice<T>

See Also