pub enum Errors {
InappropriateNumberOfItems,
TraceExistsOnlyForSquareMatrices,
IncorrectOrdersForOperation,
IndexOutOfRange,
}Expand description
§Errors
InappropriateNumberOfItems- Inappropriate number of itemsTraceExistsOnlyForSquareMatrices- Traces exists only for square matricesIncorrectOrdersForOperation- Incorret orders of matrices for algebric operationsIndexOutOfRange- Index out of range
Variants§
InappropriateNumberOfItems
TraceExistsOnlyForSquareMatrices
IncorrectOrdersForOperation
IndexOutOfRange
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Errors
impl RefUnwindSafe for Errors
impl Send for Errors
impl Sync for Errors
impl Unpin for Errors
impl UnwindSafe for Errors
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