Struct ndarray_linalg::error::LapackError [] [src]

pub struct LapackError {
    pub return_code: i32,
}

Fields

Trait Implementations

impl Debug for LapackError
[src]

Formats the value using the given formatter.

impl Display for LapackError
[src]

Formats the value using the given formatter.

impl Error for LapackError
[src]

A short description of the error. Read more

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

impl From<i32> for LapackError
[src]

Performs the conversion.