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