matrix method

MathMatrix matrix(
  1. int index
)

Implementation

MathMatrix matrix( int index ){ return _mat[index]; }