Struct ndarray_linalg::error::LapackError [−][src]
pub struct LapackError { pub return_code: i32, }
Error from LAPACK
Fields
return_code: i32
Methods
impl LapackError
[src]
impl LapackError
Trait Implementations
impl From<LapackError> for LinalgError
[src]
impl From<LapackError> for LinalgError
fn from(val: LapackError) -> Self
[src]
fn from(val: LapackError) -> Self
Performs the conversion.
impl Debug for LapackError
[src]
impl Debug for LapackError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for LapackError
[src]
impl Display for LapackError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for LapackError
[src]
impl Error for LapackError
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
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]
impl From<i32> for LapackError
fn from(code: i32) -> LapackError
[src]
fn from(code: i32) -> LapackError
Performs the conversion.
Auto Trait Implementations
impl Send for LapackError
impl Send for LapackError
impl Sync for LapackError
impl Sync for LapackError