search for: ab23

Displaying 6 results from an estimated 6 matches for "ab23".

Did you mean: a23
2010 Feb 15
1
Non-monotonic spline using splinefun(method = "monoH.FC")
...he required conditions are not satisfied # Check values of alpha and beta for this curve m <- FailMonSpline(x, deriv = 1) nx <- length(x) n1 <- nx - 1L dy <- y[-1] - y[-nx] dx <- x[-1] - x[-nx] Sx <- dy/dx alpha <- m[-nx]/Sx beta <- m[-1]/Sx a2b3 <- 2 * alpha + beta - 3 ab23 <- alpha + 2 * beta - 3 ok <- (a2b3 > 0 & ab23 > 0) ok <- ok & (alpha * (a2b3 + ab23) < a2b3^2) # If the curve is monotonic then all ok should be FALSE however this is not the case ok # Alternatively can easily seen to be non-monotonic by plotting the region between 4 an...
2010 Feb 18
0
Error in coding for splinefun(method = "monoH.FC") (PR#14215)
...he required conditions are not satisfied # Check values of alpha and beta for this curve m <- FailMonSpline(x, deriv = 1) nx <- length(x) n1 <- nx - 1L dy <- y[-1] - y[-nx] dx <- x[-1] - x[-nx] Sx <- dy/dx alpha <- m[-nx]/Sx beta <- m[-1]/Sx a2b3 <- 2 * alpha + beta - 3 ab23 <- alpha + 2 * beta - 3 ok <- (a2b3 > 0 & ab23 > 0) ok <- ok & (alpha * (a2b3 + ab23) < a2b3^2) # If the curve is monotonic then all ok should be FALSE however this is not the case ok # Alternatively can easily seen to be non-monotonic by plotting the region between 4 an...
2002 Dec 03
1
Long Share Names and Windows NT Workstation 4.0
...2000 and XP machines work with longer share names. If so does anyone know if there is a patch to make long share names work with NTWS 4.0? Best regards, Keith ------------------------------------------------ Keith Grabham Senior ICT Administrator Fugro-UDI Ltd Denmore Road Bridge of Don Aberdeen AB23 8JW Tel: +44 (0) 1224 257500 Ext 7570 Fax: +44 (0) 1224 853911 Direct: +44 (0) 1224 257570 Mobile: +44 (0) 7740 852334 <http://www.fugro-udi.co.uk> e-mail k.grabham@fugro-udi.co.uk ------------------------------------------------- IMPORTANT NOTE: This message contains confidential informatio...
2019 Aug 23
4
LLD Build Improvements
Greetings All, I was wondering what projects seem to improve the most from lld as a linker. It s seems to mostly be browsers and games but if someone has something else I would be interested to hear what. The site doesn't really talk about what projects improve the most so I would be curious to hear what does and even if possible why. Nick
2019 Jun 25
3
A libc in LLVM
On Mon, Jun 24, 2019 at 3:37 PM Jake Ehrlich <jakehehrlich at google.com> wrote: > disclaimer: I work at Google so don't take my +1 as an independent vote > forward. > > We would like to use this on Fuchsia and I am particularly interested in > creating a dynamic linking library for ELF with Roland McGrath's guidance. > We spoke about creating a library for writing
2019 Jun 24
24
A libc in LLVM
Hello LLVM Developers, Within Google, we have a growing range of needs that existing libc implementations don't quite address. This is pushing us to start working on a new libc implementation. Informal conversations with others within the LLVM community has told us that a libc in LLVM is actually a broader need, and we are increasingly consolidating our toolchains around LLVM. Hence, we