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

pub struct LapackError {
    pub return_code: i32,
}

Error from LAPACK

Fields

Methods

impl LapackError
[src]

Constructs a new LapackError.

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. Read more

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.