search for: netlib

Displaying 20 results from an estimated 140 matches for "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 HTT...
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 solve some (no matter which - can be simp...
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 'INFO'. See > >http://www.netlib.org/lapack/lug/node119.html. > > Maybe, that is not actually true for real-life LAPACK implementations, as...
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.
...will bitrot really > quickly and thus will be waste of time and money. Is there such a > party? I am certainly interested in long-term development and maintenance. I think that the first step toward making a useful Fortran compiler is this: 1. It should be able to compile BLAS: http://www.netlib.org/blas/ (these are Fortran 77, and have no I/O, so should be relatively simple) 2. If that is complete, then move on to LAPACK: http://www.netlib.org/lapack/index.html (these use some subset of Fortran 90) As you can see from the test cases currently in lfort, most of the driver functionality...
2019 Dec 03
0
ropenblas package
...no version is specified, the *ropenblas* <https://prdm0.github.io/ropenblas/> package will consider the latest version of the library *OpenBLAS* <https://www.openblas.net/>. Considering using the *OpenBLAS* <https://www.openblas.net/> library rather than the *BLAS* <http://www.netlib.org/blas/> may bring extra optimizations for your code and improved computational performance for your simulations, since *OpenBLAS* <https://www.openblas.net/> is an optimized implementation of the library *BLAS* <http://www.netlib.org/blas/>. Some of the reasons why it is convenie...
2019 Dec 03
0
ropenblas package
...no version is specified, the *ropenblas* <https://prdm0.github.io/ropenblas/> package will consider the latest version of the library *OpenBLAS* <https://www.openblas.net/>. Considering using the *OpenBLAS* <https://www.openblas.net/> library rather than the *BLAS* <http://www.netlib.org/blas/> may bring extra optimizations for your code and improved computational performance for your simulations, since *OpenBLAS* <https://www.openblas.net/> is an optimized implementation of the library *BLAS* <http://www.netlib.org/blas/>. Some of the reasons why it is convenie...
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 "info", &quot...
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?
...#39;ve compiled atlas as a static (.a) library and successfully built R (although, when it is static, I don't know how to tell for sure that it is being used). However, their seems to be little indication of how to make a shared (.so) ATLAS library. I've had even less success with blas from netlib. (I compiled .so files and generated a file libblas.so, but there are a lot of unresolved symbols, so R crashes.) Any help would be appreciated. (Linux or Solaris). Thanks, Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read htt...
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 programs is subject to the ACM Softw...
2009 Feb 15
1
sources of code; was Generate random numbers in Fortran
...han stellar e.g, convergence tests in one or two optimization routines. Should we have a wiki item to help people find material? My own "Compact Numerical Methods: linear algebra and function minimisation" codes were first published 30 years ago this month. They are the Pascal library on Netlib. I have some Fortran codes I could post, and BASIC versions too. In fact, the function minimisation codes that are actually more advanced than the routines Brian Ripley used in optim() have already been made freely available (http://www.nashinfo.com/nlpe.htm). The codes still run right away in DOSB...
2013 Apr 13
0
[LLVMdev] GSoC project questions.
...ckly and thus will be waste of time and money. Is there such a > > party? > > I am certainly interested in long-term development and maintenance. I > think that the first step toward making a useful Fortran compiler is this: > > 1. It should be able to compile BLAS: http://www.netlib.org/blas/ (these > are Fortran 77, and have no I/O, so should be relatively simple) > > 2. If that is complete, then move on to LAPACK: > http://www.netlib.org/lapack/index.html (these use some subset of Fortran > 90) > > As you can see from the test cases currently in lfort,...
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 doing the command from the local box. I have tried other servers listed here; http://sunsite.dk/info/gui...
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