]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.h
- clarify comment about counterintuitive sorting for Laplace.
[ginac.git] / ginac / inifcns.h
index 0defba9fbca56f41354f7c0abec922d4f175dea7..e0ddc8bbe6ef0d885cdf614a49f757b3a1771ab9 100644 (file)
@@ -132,7 +132,7 @@ DECLARE_FUNCTION_2P(binomial)
 /** Order term function (for truncated power series). */
 DECLARE_FUNCTION_1P(Order)
 
-ex lsolve(const ex &eqns, const ex &symbols);
+ex lsolve(const ex &eqns, const ex &symbols, unsigned options = determinant_algo::automatic);
 
 /** Check whether a function is the Order (O(n)) function. */
 inline bool is_order_function(const ex & e)