Trait NdLike

Source
pub trait NdLike<T, O = Self>
where Self: DefaultLike<Output = O> + FillLike<T, Output = O> + OnesLike<Output = O> + ZerosLike<Output = O>,
{ }

Implementations on Foreign Types§

Source§

impl<A, S, D> NdLike<A> for ArrayBase<S, D>
where A: Clone + Default + Num, D: Dimension, S: DataOwned<Elem = A>,

Implementors§