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

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

Error that strides of the array is not supported

Fields

Methods

impl StrideError
[src]

Constructs a new StrideError.

Trait Implementations

impl From<StrideError> for LinalgError
[src]

Performs the conversion.

impl Debug for StrideError
[src]

Formats the value using the given formatter. Read more

impl Display for StrideError
[src]

Formats the value using the given formatter. Read more

impl Error for StrideError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for StrideError

impl Sync for StrideError