Struct flowstdlib::data::transpose::Transpose
source · pub struct Transpose;Expand description
Transpose (//flowstdlib/data/transpose)
Transpose a matricies rows and columns
Include using
[[process]]
source = "lib://flowstdlib/data/transpose"
Definition
function = "transpose"
source = "transpose.rs"
docs = "transpose.md"
type = "rust"
[[input]]
type = "array/array/number"
[[output]]
type = "array/array/number"
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Transpose
impl Send for Transpose
impl Sync for Transpose
impl Unpin for Transpose
impl UnwindSafe for Transpose
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more