]> www.ginac.de Git - ginac.git/blobdiff - ginac/matrix.cpp
Removed debugging code.
[ginac.git] / ginac / matrix.cpp
index 9dc46de92776ff3a8988d40e76b92e10c6effe03..2c191ff4f69c04d993b2724b16f13e13d445156e 100644 (file)
@@ -938,6 +938,7 @@ matrix matrix::inverse() const
  *
  *  @param vars n x p matrix, all elements must be symbols 
  *  @param rhs m x p matrix
+ *  @param algo selects the solving algorithm
  *  @return n x p solution matrix
  *  @exception logic_error (incompatible matrices)
  *  @exception invalid_argument (1st argument must be matrix of symbols)