pub struct MatrixF {
pub matrix: Vec<Vec<f64>>,
}Fields§
§matrix: Vec<Vec<f64>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatrixF
impl RefUnwindSafe for MatrixF
impl Send for MatrixF
impl Sync for MatrixF
impl Unpin for MatrixF
impl UnwindSafe for MatrixF
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more