Trait linfa::dataset::WithLapackData[][src]

pub trait WithLapackData where
    Self: Data
{ type D: Data; fn with_lapack<I>(x: ArrayBase<Self, I>) -> ArrayBase<Self::D, I>
    where
        I: Dimension
, { ... } }

Associated Types

Provided methods

Add trait bound Lapack and Scalar to NdArray’s floating point

This is safe, because only implemented for D == Self

Implementations on Foreign Types

Implementors