Struct algebloat::row_accessor::RowAccessor [−][src]
pub struct RowAccessor<T> { /* fields omitted */ }Implementations
Trait Implementations
impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Add<RHS> for RowAccessor<T>[src]
impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Add<RHS> for RowAccessor<T>[src]type Output = MatrixBinOp<RowAccessor<T>, RHS, OpAdd>
type Output = MatrixBinOp<RowAccessor<T>, RHS, OpAdd>The resulting type after applying the + operator.
Performs the + operation. Read more
impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Div<RHS> for RowAccessor<T>[src]
impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Div<RHS> for RowAccessor<T>[src]type Output = MatrixBinOp<RowAccessor<T>, RHS, OpDiv>
type Output = MatrixBinOp<RowAccessor<T>, RHS, OpDiv>The resulting type after applying the / operator.
Performs the / operation. Read more
impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Mul<RHS> for RowAccessor<T>[src]
impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Mul<RHS> for RowAccessor<T>[src]type Output = MatrixBinOp<RowAccessor<T>, RHS, OpMul>
type Output = MatrixBinOp<RowAccessor<T>, RHS, OpMul>The resulting type after applying the * operator.
Performs the * operation. Read more
type Output = MatrixUnOp<RowAccessor<T>, OpNeg>
type Output = MatrixUnOp<RowAccessor<T>, OpNeg>The resulting type after applying the - operator.
Performs the unary - operation. Read more
impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Sub<RHS> for RowAccessor<T>[src]
impl<RHS: MatrixRawGet + Clone + SameShape, T: MatrixShape + Clone> Sub<RHS> for RowAccessor<T>[src]type Output = MatrixBinOp<RowAccessor<T>, RHS, OpSub>
type Output = MatrixBinOp<RowAccessor<T>, RHS, OpSub>The resulting type after applying the - operator.
Performs the - operation. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for RowAccessor<T> where
T: RefUnwindSafe, impl<T> Send for RowAccessor<T> where
T: Send, impl<T> Sync for RowAccessor<T> where
T: Sync, impl<T> Unpin for RowAccessor<T> where
T: Unpin, impl<T> UnwindSafe for RowAccessor<T> where
T: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
impl<LHS, RHS> MatrixAssign<RHS> for LHS where
RHS: MatrixShape + MatrixRawGet + MatrixGet<usize>,
LHS: MatrixShape + MatrixRawSet + MatrixSet<usize>, [src]
impl<LHS, RHS> MatrixAssign<RHS> for LHS where
RHS: MatrixShape + MatrixRawGet + MatrixGet<usize>,
LHS: MatrixShape + MatrixRawSet + MatrixSet<usize>, [src]pub fn elems(Self) -> MatrixElements<T>ⓘNotable traits for MatrixElements<T>
impl<T: MatrixGet<usize> + MatrixShape> Iterator for MatrixElements<T> type Item = f64;[src]impl<LHS, T> MatrixGet<T> for LHS where
T: MatrixIndexGet<LHS>,
LHS: MatrixRawGet + MatrixShape, [src]
impl<LHS, T> MatrixGet<T> for LHS where
T: MatrixIndexGet<LHS>,
LHS: MatrixRawGet + MatrixShape, [src]impl<LHS, RHS> MatrixMultiply<RHS> for LHS where
RHS: MatrixShape + MatrixRawGet,
LHS: MatrixShape + MatrixRawGet, [src]
impl<LHS, RHS> MatrixMultiply<RHS> for LHS where
RHS: MatrixShape + MatrixRawGet,
LHS: MatrixShape + MatrixRawGet, [src]impl<LHS, T> MatrixSet<T> for LHS where
T: MatrixIndexSet<LHS>,
LHS: MatrixRawSet + MatrixShape, [src]
impl<LHS, T> MatrixSet<T> for LHS where
T: MatrixIndexSet<LHS>,
LHS: MatrixRawSet + MatrixShape, [src]