Method cStride
val cStride: int64 list -> int64 list
computes the stride given the shape for the ArrayND to be in C-order (row-major)
Declaration
val cStride: shape:int64 list -> int64 list
Parameters
| Type | Name | Description |
|---|---|---|
| int64 list | shape |
Returns
| Type | Description |
|---|---|
| int64 list |