Crate blis

Source

Re-exports§

pub use blis_sys as sys;

Structs§

MatrixMut
Mutable strided view over a matrix.
MatrixRef
Immutable strided view over a matrix.

Enums§

DimsError
Error during the construction of a matrix view.
DimsErrorMut
Error during the construction of a mutable matrix view.
UpLo

Traits§

Blis
Interface for BLIS level 3 operations.
Reborrow
Immutable reborrowing.
ReborrowMut
Mutable reborrowing.