Matrix2.zero constructor

Matrix2.zero()

Zero matrix.

Implementation

Matrix2.zero() : _m2storage = Float64List(4);