ExpressionLinearSolve(R, F)ΒΆ
expr.spad line 1159 [edit on github]
R: Join(IntegralDomain, Comparable)
F: FunctionSpace R
Solver for linear systems represented as list of expressions. More efficient than using solve because it does not check that system really is linear.