/// Convert a type into ndarray
pubtraitIntoNdarray{typeOutput;fninto_ndarray(self)->Self::Output;}/// Borrow a type into ndarray
pubtraitRefNdarray{typeOutput;fnref_ndarray(self)->Self::Output;}/// Borrow a type into mutable ndarray
pubtraitMutNdarray{typeOutput;fnmut_ndarray(self)->Self::Output;}