Type Alias BoxTensor

Source
pub type BoxTensor<T = f64> = Box<TensorBase<T>>;

Aliased Typeยง

struct BoxTensor<T = f64>(/* private fields */);