Module ndarray_linalg::error
[−]
Define Errors
Structs
| LapackError |
Error from LAPACK |
| MemoryContError |
Error that the memory is not aligned continously |
| NotSquareError |
Error that matrix is not square |
| StrideError |
Error that strides of the array is not supported |
Enums
| LinalgError |
Master Error type of this crate |
Type Definitions
| Result |