pub struct Partition<T: Number> {
pub A11: Matrix<T>,
pub A12: Matrix<T>,
pub A21: Matrix<T>,
pub A22: Matrix<T>,
}Fields§
§A11: Matrix<T>§A12: Matrix<T>§A21: Matrix<T>§A22: Matrix<T>Auto Trait Implementations§
impl<T> Freeze for Partition<T>
impl<T> RefUnwindSafe for Partition<T>where
T: RefUnwindSafe,
impl<T> Send for Partition<T>where
T: Send,
impl<T> Sync for Partition<T>where
T: Sync,
impl<T> Unpin for Partition<T>where
T: Unpin,
impl<T> UnwindSafe for Partition<T>where
T: UnwindSafe,
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