Struct algebloat::matrix_mul::MatrixMul [] [src]

pub struct MatrixMul<LHS, RHS> { /* fields omitted */ }

Methods

impl<LHS: MatrixShape, RHS: MatrixShape> MatrixMul<LHS, RHS>
[src]

Trait Implementations

impl<LHS: Copy, RHS: Copy> Copy for MatrixMul<LHS, RHS>
[src]

impl<LHS: MatrixRawGet + MatrixShape, RHS: MatrixRawGet + MatrixShape> MatrixRawGet for MatrixMul<LHS, RHS>
[src]

impl<LHS: MatrixShape, RHS: MatrixShape> MatrixShape for MatrixMul<LHS, RHS>
[src]

impl<LHS: Clone, RHS: Clone> Clone for MatrixMul<LHS, RHS>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<LHS: MatrixRawGet + MatrixShape, RHS: MatrixRawGet + MatrixShape> Display for MatrixMul<LHS, RHS>
[src]

Formats the value using the given formatter. Read more

impl<RHS: MatrixRawGet + Clone + SameShape, T1: MatrixShape + Clone, T2: MatrixShape + Clone> Add<RHS> for MatrixMul<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 MatrixMul<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 MatrixMul<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 MatrixMul<T1, T2>
[src]

The resulting type after applying the / operator

The method for the / operator

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

The resulting type after applying the - operator

The method for the unary - operator