indexNDArrayCheck

vecxt.indexNDArrayCheck

indexNDArrayCheck validates element-access indices against the NDArray's shape.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

inline def apply[A](arr: NDArray[A], indices: Array[Int])(using inline bc: BoundsCheck): Unit