Struct algebloat::vstack::VStack [] [src]

pub struct VStack<T, B> { /* fields omitted */ }

Trait Implementations

impl<RHS: MatrixRawGet + Clone + SameShape, T1: MatrixShape + Clone, T2: MatrixShape + Clone> Add<RHS> for VStack<T1, T2>
[src]

The resulting type after applying the + operator

The method for the + operator

impl<RHS: MatrixRawGet + Clone + SameShape, T1: MatrixShape + Clone, T2: MatrixShape + Clone> Sub<RHS> for VStack<T1, T2>
[src]

The resulting type after applying the - operator

The method for the - operator

impl<RHS: MatrixRawGet + Clone + SameShape, T1: MatrixShape + Clone, T2: MatrixShape + Clone> Mul<RHS> for VStack<T1, T2>
[src]

The resulting type after applying the * operator

The method for the * operator

impl<RHS: MatrixRawGet + Clone + SameShape, T1: MatrixShape + Clone, T2: MatrixShape + Clone> Div<RHS> for VStack<T1, T2>
[src]

The resulting type after applying the / operator

The method for the / operator

impl<T1: MatrixShape + Clone, T2: MatrixShape + Clone> Neg for VStack<T1, T2>
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl<T: Copy, B: Copy> Copy for VStack<T, B>
[src]

impl<T: MatrixRawGet + MatrixShape, B: MatrixRawGet> MatrixRawGet for VStack<T, B>
[src]

impl<T: MatrixRawSet + MatrixShape, B: MatrixRawSet> MatrixRawSet for VStack<T, B>
[src]

impl<T: MatrixShape, B: MatrixShape> MatrixShape for VStack<T, B>
[src]

impl<T: MatrixShape, B: MatrixShape> SameShape for VStack<T, B>
[src]

impl<T: Clone, B: Clone> Clone for VStack<T, B>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: MatrixRawGet + MatrixShape, B: MatrixRawGet + MatrixShape> Display for VStack<T, B>
[src]

Formats the value using the given formatter. Read more