Contents

NDArray.MutableView

A mutable view over the storage of a tensor.

Declaration

struct MutableView<Element> where Element : BitwiseCopyable

Mentioned in

Topics

Creating a mutable view

Inspecting the view

Accessing elements

Writing data

Accessing memory

Slicing the view

Converting to other views

See Also

Accessing views