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
s0: Ixs
s1: Ixs
Methods
impl StrideError[src]
Trait Implementations
impl Debug for StrideError[src]
impl Display for StrideError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more