Trait array_matrix::matrix::transpose::Transpose
source · pub trait Transpose: Matrixwhere
Self::Output: Matrix,{
type Output;
fn transpose(&self) -> Self::Output;
}
pub trait Transpose: Matrixwhere
Self::Output: Matrix,{
type Output;
fn transpose(&self) -> Self::Output;
}