Crate dynamic_matrix[][src]

Expand description

A crate to work with dynamically sized matrices.

Modules

Contains the errors associated with this crate

Macros

A macro to construct a DynamicMatrix

Structs

A dynamic matrix in stored in row-major order.