Enum dense_mats::errors::DMatError [] [src]

pub enum DMatError {
    IncompatibleDimensions,
    BadWorkspaceDimensions,
    IncompatibleStorages,
    BadStorageType,
    NotImplemented,
    OutOfBoundsIndex,
    EmptyView,
    UnorderedStorage,
    ZeroDimTensor,
}

Variants

Trait Implementations

impl PartialEq for DMatError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for DMatError
[src]

Formats the value using the given formatter.

impl Error for DMatError
[src]

A short description of the error. Read more

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

impl Display for DMatError
[src]

Formats the value using the given formatter. Read more