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