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

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

Error that matrix is not square

Fields

Methods

impl NotSquareError
[src]

[src]

Constructs a new NotSquareError.

Trait Implementations

impl Debug for NotSquareError
[src]

[src]

Formats the value using the given formatter.

impl Display for NotSquareError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for NotSquareError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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