[−][src]Module analytic::tensor
A Linear Algebra Library
Structs
| EphemeralView | A View of the Underlying Referenced Data as a Particular Shape |
| Tensor | An N-dimensional Tensor |
| TensorShape | The shape of an N-dimensional tensor has a size for each dimension, with an associated stride,
e.g., a row-major 3 x 5 matrix will have a stride of 5 for the dimension of size 3 and a stride
of 1 for the dimension of size 5, and the resulting |
Traits
| IntoTensor | The implementer can be converted into a Tensor struct with the specified |
| ShapableData | The implementer provides an interface for the underlying data and shape. |
| ToView | The implementer can be viewed as a tensor of |
Type Definitions
| Length | |
| Stride |