//! functions for matrix operations
//! ## Data (//flowstdlib/matrix)
/// A flow to multiply two matrices
/// A Module that duplicates rows in a matrix
/// A module that does matrix row multiplication
/// A module with a function for transposing a Matrix
/// A module with a function to compose a Matrix from elements