Macro libmat::smatrix[]

macro_rules! smatrix {
    ( $( {$($x:expr),+ $(,)?} ),+ $(,)? ) => { ... };
    ( $( $( $x:expr ),+ $(,)? );+ $(;)? ) => { ... };
    ([[$init:expr; $c:expr]; $r:expr]) => { ... };
}
Expand description

Creates a new SMatrix.

Supports Wolfram Alpha syntax.