summaryrefslogtreecommitdiff
path: root/src/types.rs
blob: d7494e1029887e80eb60b02bcdcd3e4f18575a7f (plain)
1
2
3
4
5
6
7
8
//! Matrix-related type definitions
//!
//! Includes modules:
//! - Matrix 
//! - Matrix parse and arithmetic errors

pub mod matrix;
pub mod matrix_err;