Type Alias Tensor

Source
pub type Tensor<T = f64> = TensorBase<T>;

Aliased Typeยง

pub struct Tensor<T = f64> { /* private fields */ }