pub type Tensor1D = Vec<f64>;
A one-dimensional tensor of floating point values.
struct Tensor1D { /* private fields */ }