Trait algebloat::traits::MatrixVStack[−][src]

pub trait MatrixVStack<B> where
    Self: Sized, 
{ unsafe fn unsafe_vstack(self, bot: B) -> VStack<Self, B>;
fn vstack(self, bot: B) -> VStack<Self, B>; }

Required methods

Implementors