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 LapackErrorTrait Implementations
impl From<LapackError> for LinalgError[src]
impl From<LapackError> for LinalgErrorfn from(val: LapackError) -> Self[src]
fn from(val: LapackError) -> SelfPerforms the conversion.
impl Debug for LapackError[src]
impl Debug for LapackErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for LapackError[src]
impl Display for LapackErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for LapackError[src]
impl Error for LapackErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis 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 LapackErrorfn from(code: i32) -> LapackError[src]
fn from(code: i32) -> LapackErrorPerforms the conversion.
Auto Trait Implementations
impl Send for LapackError
impl Send for LapackErrorimpl Sync for LapackError
impl Sync for LapackError