Re-exports§
pub use const_soft_float;
Structs§
- A
const
matrix type, with dimensions checked at compile time for all operations.
Enums§
- Used with
CMatrix::apply_each
to specify an operation, asconst
function pointers and closures are not yet stable
Type Aliases§
- A helper type to construct row vectors.
CMatrix
is used internally, but makes working with 1-dimensional data less verbose.