Struct dynamic_matrix::errors::shape_error::ShapeError [−][src]
pub struct ShapeError { /* fields omitted */ }
Expand description
The error type for any shape errors
Implementations
Create a new ShapeError
given the shape of the matrix and the expected shape
Create a new ShapeError
given the rows of the matrix and the expected rows
Create a new ShapeError
given the columns of the matrix and the expected columns
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ShapeError
impl Send for ShapeError
impl Sync for ShapeError
impl Unpin for ShapeError
impl UnwindSafe for ShapeError
Blanket Implementations
Mutably borrows from an owned value. Read more