Macro quantum::m_real [] [src]

macro_rules! m_real {
    ( $( $( $i:expr ),* );* ) => { ... };
}

Convenience macro for constucting a matrix of reals.

Adapted from [rust-la](https://github.com/xasmx/rust-la/blob/master/src/mac$