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 < [email protected]> 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 <[email protected]> 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 >> >
