Enum ndarray_linalg::error::LinalgError [] [src]

pub enum LinalgError {
    NotSquare(NotSquareError),
    Lapack(LapackError),
    Stride(StrideError),
    MemoryCont(MemoryContError),
    Shape(ShapeError),
}

Master Error type of this crate

Variants

Trait Implementations

impl Debug for LinalgError
[src]

[src]

Formats the value using the given formatter.

impl From<NotSquareError> for LinalgError
[src]

[src]

Performs the conversion.

impl From<LapackError> for LinalgError
[src]

[src]

Performs the conversion.

impl From<StrideError> for LinalgError
[src]

[src]

Performs the conversion.

impl From<MemoryContError> for LinalgError
[src]

[src]

Performs the conversion.

impl From<ShapeError> for LinalgError
[src]

[src]

Performs the conversion.

impl Display for LinalgError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for LinalgError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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