pub type RMatrix<T> = RArray<T, [usize; 2]>;
Create a new matrix wrapper. Make a new column type.
Get the number of rows.
Get the number of columns.
The type returned in the event of a conversion error.
Performs the conversion.