pub trait ArgminTranspose<U> { // Required method fn t(self) -> U; }
Return the transpose (U) of self
U
self
Transpose