Macro matrix
macro_rules! matrix {
( $( {$($x:expr),+ $(,)?} ),+ $(,)? ) => { ... };
( $( $( $x:expr ),+ $(,)? );+ $(;)? ) => { ... };
}
Expand description
Creates a new Matrix.
Supports Wolfram Alpha syntax.
macro_rules! matrix {
( $( {$($x:expr),+ $(,)?} ),+ $(,)? ) => { ... };
( $( $( $x:expr ),+ $(,)? );+ $(;)? ) => { ... };
}
Creates a new Matrix.
Supports Wolfram Alpha syntax.