Crate dynamic_matrix

Source
Expand description

A crate to work with dynamically sized matrices.

Modules§

errors
Contains the errors associated with this crate

Macros§

dynamic_matrix
A macro to construct a DynamicMatrix

Structs§

DynamicMatrix
A dynamic matrix in stored in row-major order.