Modules§
- error
- Contains error type definitions for various functions in this crate.
- ffi
- Contains
extern "C"
function definitions for linking this library against projects in different languages. Not intended for use in other Rust projects.
Macros§
Structs§
- Matrix
- An MxN matrix stored as a single contiguous piece of memory.
Traits§
- Element
- A helper trait to constrain the type of the elements of a
Matrix<T>
.