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

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

Variants

IncompatibleDimensions
BadWorkspaceDimensions
IncompatibleStorages
BadStorageType
NotImplemented
OutOfBoundsIndex

Trait Implementations

impl Error for DMatError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Display for DMatError

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Debug for DMatError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for DMatError

fn eq(&self, __arg_0: &DMatError) -> bool

fn ne(&self, __arg_0: &DMatError) -> bool