Struct ndarray_linalg::error::StrideError [] [src]

pub struct StrideError {
    pub s0: Ixs,
    pub s1: Ixs,
}

Fields

Trait Implementations

impl Debug for StrideError
[src]

Formats the value using the given formatter.

impl Display for StrideError
[src]

Formats the value using the given formatter.

impl Error for StrideError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more