Struct m4ri_rust::binary_matrix::BinMatrix [] [src]

pub struct BinMatrix { /* fields omitted */ }

Methods

impl BinMatrix
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Mul<BinMatrix> for BinMatrix
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<'a> Mul<&'a BinMatrix> for &'a BinMatrix
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<'a> Mul<&'a BitVec> for &'a BinMatrix
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

Auto Trait Implementations

impl !Send for BinMatrix

impl !Sync for BinMatrix