Oct. 28, 2017
4:14 p.m.
thx for the tip. cheers -ben On Sat, Oct 28, 2017 at 11:47 PM, werner kassens <wkassens@libello.com> wrote:
On 10/28/2017 04:23 PM, Ben Coman wrote:
btw, what does PolyMath/SciSmalltalk offer in the way of linear solvers? Hi Ben, so far no linear solvers in PolyMath. i made a small constraint solver for PolyMath that is not restricted to linear problems, hence necessarily slower than linear solvers & not fast enough for UI-layout-problems. a general overview of what that package does is here: https://github.com/SergeStinckwich/SciSmalltalk/wiki/RealInterval-Example- Algos . the constraint solver is described somewhere in the middle of that page. werner