Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NDArray

An N-dimensional array, as per ndarray module.

More detailed typing does not belong here, so we assume anything with shape, stride, offset and data is ok.

TODO Reuse typings from ndarray module

Hierarchy

  • NDArray

Index

Properties

Properties

data

data: any

offset

offset: any

shape

shape: any

stride

stride: any

Generated using TypeDoc