Struct ndarray_linalg::error::LapackError
[−]
[src]
pub struct LapackError {
pub return_code: i32,
}Error from LAPACK
Fields
return_code: i32
Methods
impl LapackError[src]
Trait Implementations
impl Debug for LapackError[src]
impl Display for LapackError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Error for LapackError[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more
impl From<i32> for LapackError[src]
fn from(code: i32) -> LapackError[src]
Performs the conversion.