search for: calgo

Displaying 3 results from an estimated 3 matches for "calgo".

Did you mean: algo
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 Software Copyright and Lic...
2000 Oct 20
1
bug in pnorm (PR#699)
...three years after the original. The error was that a macro/variable named SIXTEN had a value of 1.6e0 instead of the correct 1.6e1 (that is, 16 not 1.6). The author of the code for R (Ross Ithaka?) must have worked from an outdated version of SPECFUN and not the corrected one that now appears in CALGO, STATLIB, et cetera. There is a macro in pnorm.c (in the nmath directory) which looks like: #define SIXTEN 1.6 /* Magic Cutoff */ It should be something like: #define SIXTEN 16.0 /* Magic Cutoff */ I know this appears in R version 1.1.1. I know it also appears in older versions. I do not know if...
2008 Sep 12
4
Custom build kernel patch fails big time.
...ddr)); sin6++; if (sin6->sin6_family != AF_INET6) @@ -1792,6 +1790,7 @@ default: return -EINVAL; } + t->outer_family = sa->sa_family; } /* No way to set this via kame pfkey */ t->aalgos = t->ealgos = t->calgos = ~0; diff -urN a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c --- a/net/xfrm/xfrm_user.c 2007-05-25 12:21:11.000000000 +0300 +++ b/net/xfrm/xfrm_user.c 2007-05-25 12:21:11.000000000 +0300 @@ -173,8 +173,9 @@ err = -EINVAL; switch (p->mode) { - case 0: - case 1: + case XFRM...