Struct algebloat::view::View [] [src]

pub struct View<T> { /* fields omitted */ }

Methods

impl<T: MatrixShape> View<T>
[src]

Trait Implementations

impl<T: Copy> Copy for View<T>
[src]

impl<T: MatrixRawGet> MatrixRawGet for View<T>
[src]

impl<T: MatrixRawSet> MatrixRawSet for View<T>
[src]

impl<T> MatrixShape for View<T>
[src]

impl<T: MatrixShape> SameShape for View<T>
[src]

impl<T: Clone> Clone for View<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: MatrixRawGet + MatrixShape> Display for View<T>
[src]

Formats the value using the given formatter.

impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Add<RHS> for View<T>
[src]

The resulting type after applying the + operator

The method for the + operator

impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Sub<RHS> for View<T>
[src]

The resulting type after applying the - operator

The method for the - operator

impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Mul<RHS> for View<T>
[src]

The resulting type after applying the * operator

The method for the * operator

impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Div<RHS> for View<T>
[src]

The resulting type after applying the / operator

The method for the / operator

impl<T: MatrixShape + Clone> Neg for View<T>
[src]

The resulting type after applying the - operator

The method for the unary - operator