:: Re: [DNG] Lua
Top Page
Delete this message
Reply to this message
Author: o1bigtenor
Date:  
CC: dng
Subject: Re: [DNG] Lua
On Sat, Oct 19, 2024 at 10:47 AM <karl@???> wrote:
>
> olbigtenor:
> > On Fri, Oct 18, 2024 at 5:56 PM <karl@???> wrote:
> > > > On Fri, Oct 18, 2024 at 1:16 PM <karl@???> wrote:
> ...
> > > For numbers, calculations etc. you have:
> > > https://sourceforge.net/projects/adablas/
> >
> > Now this I was not able to find anything on adablas - - - now for
> > adabas - - it was quite different.
> >
> > Please advise as what you meant with the url.
>
> Sorry didn't check the link. Blas, lapack, (eispack, linpack, ...)
> are standard math packages to solve large matrix equations:
> https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms
> https://en.wikipedia.org/wiki/LAPACK
>
> It seems ada bindings to it is via Interfaces.Fortran.Blas
> https://gcc.gnu.org/legacy-ml/gcc-patches/2008-04/msg01623.html
> tough I haven't tested this for myself.
>
> Ada std numerics:
> https://www.adaic.com/resources/add_content/standards/05rm/html/RM-A-5.html
> Fortran interface:
> https://www.adaic.com/resources/add_content/standards/05rm/html/RM-B-5.html
>
> lapack for ada:
> https://sourceforge.net/projects/ada-lapack/
> https://sourceforge.net/projects/adalapack/


Very useful - - - thanks!!