Struct bies::BiesMatrix
source · pub struct BiesMatrix(pub Vec<BiesVector<f32>>);Tuple Fields§
§0: Vec<BiesVector<f32>>Trait Implementations§
source§impl Clone for BiesMatrix
impl Clone for BiesMatrix
source§fn clone(&self) -> BiesMatrix
fn clone(&self) -> BiesMatrix
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BiesMatrix
impl Debug for BiesMatrix
source§impl PartialEq<BiesMatrix> for BiesMatrix
impl PartialEq<BiesMatrix> for BiesMatrix
source§fn eq(&self, other: &BiesMatrix) -> bool
fn eq(&self, other: &BiesMatrix) -> bool
This method tests for
self and other values to be equal, and is used
by ==.