Linear solvers

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Linear solvers

Ben Coman
Reply | Threaded
Open this post in threaded view
|

Re: Linear solvers

wernerk
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

Reply | Threaded
Open this post in threaded view
|

Re: Linear solvers

Ben Coman
thx for the tip.
cheers -ben

On Sat, Oct 28, 2017 at 11:47 PM, werner kassens <[hidden email]> 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