view

open fun view(index: Int, axis: Int = 0): F64Array

Returns a view of the array along the specified axis.

Return

a view of the array along the specified axis

Parameters

index

the index along the axis

axis

the axis to view along