Struct algebloat::slice::Slice [−][src]
pub struct Slice<T> { /* fields omitted */ }Implementations
Trait Implementations
type Output = MatrixBinOp<Slice<T>, RHS, OpAdd>
type Output = MatrixBinOp<Slice<T>, RHS, OpAdd>The resulting type after applying the + operator.
type Output = MatrixBinOp<Slice<T>, RHS, OpDiv>
type Output = MatrixBinOp<Slice<T>, RHS, OpDiv>The resulting type after applying the / operator.
type Output = MatrixBinOp<Slice<T>, RHS, OpMul>
type Output = MatrixBinOp<Slice<T>, RHS, OpMul>The resulting type after applying the * operator.
type Output = MatrixUnOp<Slice<T>, OpNeg>
type Output = MatrixUnOp<Slice<T>, OpNeg>The resulting type after applying the - operator.
type Output = MatrixBinOp<Slice<T>, RHS, OpSub>
type Output = MatrixBinOp<Slice<T>, RHS, OpSub>The resulting type after applying the - operator.
Auto Trait Implementations
impl<T> RefUnwindSafe for Slice<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for Slice<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]