Struct algebloat::matrix::Matrix [] [src]

pub struct Matrix { /* fields omitted */ }

Methods

impl Matrix
[src]

Trait Implementations

impl<'l> MatrixRawGet for &'l Matrix
[src]

impl<'l> MatrixRawSet for &'l Matrix
[src]

impl<'l> MatrixShape for &'l Matrix
[src]

impl<'l> SameShape for &'l Matrix
[src]

impl MatrixRawGet for Matrix
[src]

impl MatrixRawSet for Matrix
[src]

impl MatrixShape for Matrix
[src]

impl Display for Matrix
[src]

Formats the value using the given formatter. Read more

impl<'l, RHS: MatrixRawGet + Clone + SameShape> Add<RHS> for &'l Matrix
[src]

The resulting type after applying the + operator

The method for the + operator

impl<'l, RHS: MatrixRawGet + Clone + SameShape> Sub<RHS> for &'l Matrix
[src]

The resulting type after applying the - operator

The method for the - operator

impl<'l, RHS: MatrixRawGet + Clone + SameShape> Mul<RHS> for &'l Matrix
[src]

The resulting type after applying the * operator

The method for the * operator

impl<'l, RHS: MatrixRawGet + Clone + SameShape> Div<RHS> for &'l Matrix
[src]

The resulting type after applying the / operator

The method for the / operator

impl<'l> Neg for &'l Matrix
[src]

The resulting type after applying the - operator

The method for the unary - operator