Struct ndarray_linalg::error::MemoryContError
[−]
[src]
pub struct MemoryContError {}Error that the memory is not aligned continously
Methods
impl MemoryContError[src]
Trait Implementations
impl Debug for MemoryContError[src]
impl Display for MemoryContError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more