Struct ndarray_linalg::error::MemoryContError [] [src]

pub struct MemoryContError {}

Error that the memory is not aligned continously

Methods

impl MemoryContError
[src]

Constructs a new MemoryContError.

Trait Implementations

impl Debug for MemoryContError
[src]

Formats the value using the given formatter.

impl Display for MemoryContError
[src]

Formats the value using the given formatter. Read more

impl Error for MemoryContError
[src]

A short description of the error. Read more

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