Struct ndarray_linalg::error::StrideError [−][src]
Error that strides of the array is not supported
Fields
s0: Ixs
s1: Ixs
Methods
impl StrideError
[src]
impl StrideError
Trait Implementations
impl From<StrideError> for LinalgError
[src]
impl From<StrideError> for LinalgError
fn from(val: StrideError) -> Self
[src]
fn from(val: StrideError) -> Self
Performs the conversion.
impl Debug for StrideError
[src]
impl Debug for StrideError
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 StrideError
[src]
impl Display for StrideError
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 StrideError
[src]
impl Error for StrideError
Auto Trait Implementations
impl Send for StrideError
impl Send for StrideError
impl Sync for StrideError
impl Sync for StrideError