Trait argmin_math::ArgminTranspose
source · pub trait ArgminTranspose<U> {
fn t(self) -> U;
}Expand description
Return the transpose (U) of self
pub trait ArgminTranspose<U> {
fn t(self) -> U;
}Return the transpose (U) of self