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 StrideErrorTrait Implementations
impl From<StrideError> for LinalgError[src]
impl From<StrideError> for LinalgErrorfn from(val: StrideError) -> Self[src]
fn from(val: StrideError) -> SelfPerforms the conversion.
impl Debug for StrideError[src]
impl Debug for StrideErrorfn 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 StrideError[src]
impl Display for StrideErrorfn 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 StrideError[src]
impl Error for StrideErrorAuto Trait Implementations
impl Send for StrideError
impl Send for StrideErrorimpl Sync for StrideError
impl Sync for StrideError