Crate constgebra

Source

Re-exports§

pub use const_soft_float;

Structs§

CMatrix
A const matrix type, with dimensions checked at compile time for all operations.

Enums§

Operation
Used with CMatrix::apply_each to specify an operation, as const function pointers and closures are not yet stable

Type Aliases§

CVector
A helper type to construct row vectors. CMatrix is used internally, but makes working with 1-dimensional data less verbose.