Macro libmat::matrix[]

macro_rules! matrix {
    ( $( {$($x:expr),+ $(,)?} ),+ $(,)? ) => { ... };
    ( $( $( $x:expr ),+ $(,)? );+ $(;)? ) => { ... };
}
Expand description

Creates a new Matrix.

Supports Wolfram Alpha syntax.