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

Writing data

Accessing memory

Converting to immutable

Instance Properties

Instance Methods

See Also

Accessing views