Struct algebloat::row_accessor::RowAccessor [] [src]

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

Methods

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

Trait Implementations

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

impl<T: MatrixShape> MatrixShape for RowAccessor<T>
[src]

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

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

impl<T: MatrixRawSet + MatrixShape> MatrixRawSet for RowAccessor<T>
[src]

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

The resulting type after applying the / operator

The method for the / operator

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

The resulting type after applying the - operator

The method for the unary - operator