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