[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
>>
>
- Re: Test release for GSL 2.8, (continued)
- Re: Test release for GSL 2.8, Dave Allured - NOAA Affiliate, 2024/05/11
- Message not available
- Re: Test release for GSL 2.8, Mark Galassi, 2024/05/11
- Re: Test release for GSL 2.8, Patrick Alken, 2024/05/12
- Re: Test release for GSL 2.8, Mark Galassi, 2024/05/12
- Question on Java implementation, lostbits, 2024/05/14
- Re: Question on Java implementation, Dave Allured - NOAA Affiliate, 2024/05/14
- Re: Question on Java implementation,
Dave Allured - NOAA Affiliate <=
- Re: Question on Java implementation, lostbits, 2024/05/15
- Re: Question on Java implementation, Dave Allured - NOAA Affiliate, 2024/05/15
- Re: Question on Java implementation, lostbits, 2024/05/15
Re: Test release for GSL 2.8, Patrick Alken, 2024/05/12