invert method

void invert()

Find the inverse of this matrix. Caller should ensure determinant isn't too close to zero.

Implementation

void invert() => _storage.invert();