help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question on Java implementation


From: Dave Allured - NOAA Affiliate
Subject: Re: Question on Java implementation
Date: Tue, 14 May 2024 13:02:12 -0600

Just to be clear, JavaCPP is a Java wrapper around the GSL C library.  GSL
is 100% C.  JavaCPP is almost 100% Java.  So you would first install the
GSL C library, then JavaCPP, then you would be ready to access GSL for your
Java project, through the JavaCPP interface.  Will this work okay for your
project?


On Tue, May 14, 2024 at 9:36 AM Dave Allured - NOAA Affiliate <
dave.allured@noaa.gov> wrote:

> The GSL website home page lists JavaCPP, a package of Java wrappers for
> GSL.  I think this is your best approach, mature and time tested, among
> other reasons.  Will this be sufficient for your project?
>
>
> On Tue, May 14, 2024 at 9:11 AM lostbits <forum@slipbits.com> wrote:
>
>> Sorry to intrude. I'm working on  a Java project and would like to use
>> (at least) SVD in it. Is there a Java version of GSL, or GSL lookalike
>> anywhere?
>>
>> This is not a heavy-duty numerical processing application, and time is
>> not a constraint. Java was chosen because it is cross-platform, a goal,
>> not because it is fast.
>>
>> thanks art
>>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]