[][src]Macro matrixcompare_mock::mock_matrix

macro_rules! mock_matrix {
    () => { ... };
    ($( $( $x: expr ),*);*) => { ... };
}

Macro that helps with the construction of small dense (mock) matrices for testing.

Originally lifted from the rulinalg crate (author being the same as for this crate).