Exemplo n.º 1
0
 /// <summary>
 /// Clear the Matrix and Rhs vector
 /// </summary>
 public void Clear()
 {
     Matrix.Clear();
     Rhs.Clear();
 }