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 From<LapackError> for LinalgError
[src]

Performs the conversion.

impl Debug for LapackError
[src]

Formats the value using the given formatter. Read more

impl Display for LapackError
[src]

Formats the value using the given formatter. Read more

impl Error for LapackError
[src]

This method is soft-deprecated. Read more

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

impl From<i32> for LapackError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for LapackError

impl Sync for LapackError