/// <summary> /// Clear the Matrix and Rhs vector /// </summary> public void Clear() { Matrix.Clear(); Rhs.Clear(); }