search for: netlibs

Displaying 20 results from an estimated 140 matches for "netlibs".

Did you mean: netlib
2001 Mar 06
3
pac2bin
I sometimes wonder how difficult it would be to set up an email system, like the netlib@netlib.bell-labs.com facility for f2c, but for producing binary versions of packages. Has anyone every thought about this? I guess the main use would be for Windows, about which I know almost nothing, so I won't volunteer myself. Paul Gilbert
2020 Sep 01
2
HTTP library in LLVM
Hello, I have only negative experiences with cpp-netlib - I would not recommend it. If the discussion was around only the client part I think libcURL would be the best option since it's available everywhere and is a well maintained library. But as you mention it's only the client part. We use pion (https://github.com/splunk/pion) to build a HTTP server interface, but since it seems
2008 Apr 12
1
Solving ODEs
Hello. I'm solving ODEs in R. I need "as many methods as possible", so I downloaded the Fortran functions from http://www.netlib.org/ode/. Then I created DLLs and dyn.loaded them to R. Problem is that I don't know how to use them. I've been trying for many days and can't solve it. So I would be very glad if you could give me some link (or whatever) where I can see how to
2005 Aug 29
1
BLAS and ATLAS
On Mon, Aug 29, 2005 at 11:48:23AM +0100, Prof Brian Ripley wrote: > On Mon, 29 Aug 2005, G?ran Brostr?m wrote: > >LAPACK/BLAS routines call xerbla "if an input parameter has an > >invalid value" (exact quote from XERBLA at Netlib). Other types of errors > >are not printed (by xerbla), but it is up to the user to check the return > >value of the argument
2020 Aug 31
2
HTTP library in LLVM
On Mon, Aug 31, 2020 at 4:38 PM Petr Hosek via llvm-dev < llvm-dev at lists.llvm.org> wrote: > There are several options, I've looked at couple of them and the one I > like the most so far is https://github.com/yhirose/cpp-httplib for a few > reasons: > > * It's MIT licensed. > * It supports Linux, macOS and Windows (and presumably other platforms). > * It
2013 Apr 13
2
[LLVMdev] GSoC project questions.
----- Original Message ----- > From: "Anton Korobeynikov" <anton at korobeynikov.info> > To: "James Courtier-Dutton" <james.dutton at gmail.com> > Cc: "Hal Finkel" <hfinkel at anl.gov>, "Bill Wendling" <isanbard at gmail.com>, "LLVM Developers Mailing List" > <llvmdev at cs.uiuc.edu> > Sent: Saturday,
2019 Dec 03
0
ropenblas package
Dear colleagues, The *ropenblas* <https://prdm0.github.io/ropenblas/> is a package designed to facilitate the linking of the library *OpenBLAS* <https://www.openblas.net/> with the language *R* <https://www.r-project.org/>. The package, which works only for Linux systems, will automatically download the latest source code from the *OpenBLAS* <https://www.openblas.net/>
2019 Dec 03
0
ropenblas package
Dear colleagues, The *ropenblas* <https://prdm0.github.io/ropenblas/> is a package designed to facilitate the linking of the library *OpenBLAS* <https://www.openblas.net/> with the language *R* <https://www.r-project.org/>. The package, which works only for Linux systems, will automatically download the latest source code from the *OpenBLAS* <https://www.openblas.net/>
2005 Jun 16
2
Computing generalized eigenvalues
I need to compute generalized eigenvalues. The eigen function in base doesn't do it and I can't find a package that does. As I understand it, Lapack __can__ computer them (http://www.netlib.org/lapack/lawn41/node111.html) and R can use Lapack. If there is no function already, can I access Lapack from R and use those routines directly? Thank you, Joshua Gilbert.
2010 Jan 29
1
Lyapunov Discrete Time Equation
Dear all, I need to solve the following Lyapunov Matrix equation: C=ACA' + B, with A and B given square symmetric matrices. Does anyone knows of a package that can solve the lyapunov matrix equation in R? Or even a C/Fortran implementation? I did not find one on netlib. Thank you.
2001 Sep 12
1
nonlinear fitting when both x and y having measurement e
Sorry, for disturbing the list again. > Also I got one suggestion of using ORDPACK at http://www.netlib.org/. It's ODRPACK at http://www.netlib.org/, not ORDPACK. Best, -- Etsushi Kato ekato at ees.hokudai.ac.jp -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
1999 Dec 20
1
nonlinear least square optimization
Hi, I've been using "nlregb" routine in splus3.4, but cannot find it here in R. Is it hidden in some library? Or there is a routine equivalent to it but with a different name? I'm planning to move part of my from S to R so that I can work comfortablely at home. Any suggestion is highly appreciated. regards, Tony -- \|||/ Q o o Q ==========================oooQ= ( -
2012 Nov 05
4
[LLVMdev] YA Vectorization Benchmark
Folks, Has anyone tried this benchmark before? http://www.netlib.org/benchmark/livermorec Looks interesting, maybe should be added to test-suite? It's also a good way to learn Fortran... ;) -- cheers, --renato http://systemcall.org/
2000 Jul 26
4
differential equations
Hi, Does somebody knows of the existence of a library of functions for solving differential equations, I need a solver for a system of non linear first order differential equations. I think there was something in IMSL but that was a long time ago and probably there are some new algorithms in the new now. Thanks for any pointers. . R. Heberto Ghezzo Ph.D. Meakins-Christie Labs McGill
2002 Nov 15
3
shared ATLAS library?
>From "R Installation and Administration:" Note that the BLAS library will be used for several add-on packages as well as for R itself. This means that it is better to use a shared BLAS library, as most of a static library will be compiled into the R executable and each BLAS-using package. Is there an idiots guide on how to do this (or should idiots just not try).
2012 Feb 16
3
ACM Software Copyright and License Agreement
ACM Software Copyright and License Agreement I have often seen the use of routines from the ACM Collected Algorithms, i.e. <netlib.org/toms/> (CALGO, or Trans. On Math. Software, TOMS), in Open Source programs, maybe also in some R packages --- and sometimes these programs are distributed under the GPL license, sometimes under proprietary licenses, e.g. in Scilab. The use of these CALGO
2009 Feb 15
1
sources of code; was Generate random numbers in Fortran
Ben Bolker gives some reasons why Numerical Recipes may be problematic as a starting point for R codes. CUP did a masterful job of marketing, but the license is restrictive as the links he gives points out. In some tests, I've also noted that some of the algorithms are less than stellar e.g, convergence tests in one or two optimization routines. Should we have a wiki item to help people find
2013 Apr 13
0
[LLVMdev] GSoC project questions.
Thanks for your replies. Working on the lfort compiler would certainly be an interesting project for me for this GSoC. I have studied lfort repository and commits, and I see that it has a lot of stuff for C/C++, am I correct that this is a fork of Clang? If this is correct, I wonder why this approach was chosen instead of starting out from scratch - is it because Clang already has a lot of code
2001 Nov 20
3
dir list behavior differences?
Hello, I have set up an anonymous rsync server that seems to work as expected. However when I try to access the server from several other unix boxes using rsync with a command like this; rsync netlib3.cs.utk.edu::netlib I get the motd and then a line that states client: nothing to do Now I would expect this to give me a directory listing. I do get the directory listing as expected when
2001 Sep 22
2
Finding a 3D convex hull in R
Dear List Members, I'm presently carrying out morphological analysis of a data set of neuronal structures. These are essentially 3D binary trees. In due course I will be trying to use discriminant analysis or other methods to classify these neurons based on morphological variables such as total tree length, segment number etc. I would like to calculate a 3D convex hull for a set of X,Y,Z