Struct ndarray_linalg::error::NotSquareError [] [src]

pub struct NotSquareError {
    pub rows: usize,
    pub cols: usize,
}

Fields

Trait Implementations

impl Debug for NotSquareError
[src]

Formats the value using the given formatter.

impl Display for NotSquareError
[src]

Formats the value using the given formatter.

impl Error for NotSquareError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more