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 From<MemoryContError> for LinalgError
[src]

Performs the conversion.

impl Debug for MemoryContError
[src]

Formats the value using the given formatter. Read more

impl Display for MemoryContError
[src]

Formats the value using the given formatter. Read more

impl Error for MemoryContError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations