Struct ndarray_linalg::error::NotSquareError [−][src]
Error that matrix is not square
Fields
rows: i32
cols: i32
Methods
impl NotSquareError
[src]
impl NotSquareError
Trait Implementations
impl From<NotSquareError> for LinalgError
[src]
impl From<NotSquareError> for LinalgError
fn from(val: NotSquareError) -> Self
[src]
fn from(val: NotSquareError) -> Self
Performs the conversion.
impl Debug for NotSquareError
[src]
impl Debug for NotSquareError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for NotSquareError
[src]
impl Display for NotSquareError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for NotSquareError
[src]
impl Error for NotSquareError
Auto Trait Implementations
impl Send for NotSquareError
impl Send for NotSquareError
impl Sync for NotSquareError
impl Sync for NotSquareError