search for: socpe

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

Did you mean: scope
2009 Jul 16
0
Rsocp
Hi, The following works fine: > f [1] 0.08 0.03 0.04 > A2 [,1] [,2] [,3] [1,] 0.000000e+00 0.0000000000 0.000000e+00 [2,] 0.000000e+00 0.0000000000 0.000000e+00 [3,] 2.999651e-03 0.0009094342 1.945708e-03 [4,] 4.124431e-05 0.0001360390 1.203345e-05 [5,] 3.027932e-04 0.0000412920 4.668090e-04 [6,] 0.000000e+00 0.0000000000 0.000000e+00 > b2 [1] 0 0 0 0 0 0
2011 Feb 20
2
Problem using F77_CALL(dgemm) in a package
Dear R-devel, I've written a numerical solver for SOCPs (second order cone programs) in R, and now I want to move most of the solver code into C for speed. I've written combined R/C packages before, but in this case I need to do matrix operations in my C code. As I have never done that before, I'm trying to write some simple examples to make sure I understand the basics. I am stuck
2002 Sep 23
0
[Bug 401] New: misc. ipv4-mapped address support fix
...hfuji at linux-ipv6.org There are two problems related to ipv4 mapped address support. In canohost.c, 1) we forgot to set length of structure when converting a sockaddr_in6{} which contains ipv4-mapped address to a sockaddr_in{}. 2) we failed to accept any connections on newer library with socpe-id (ex. glibc-2.2.x) on old kernel without scope-id (ex. linux-2.2.x). patch will follow. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.