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]

[src]

Constructs a new StrideError.

Trait Implementations

impl Debug for StrideError
[src]

[src]

Formats the value using the given formatter.

impl Display for StrideError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for StrideError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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