Displaying 3 results from an estimated 3 matches for "socp".
Did you mean:
sock
2009 Jul 16
0
Rsocp
...345e-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
> C2
[,1] [,2] [,3]
[1,] 0.1 0.4 -0.30
[2,] -0.3 -0.1 -0.15
[3,] 0.0 0.0 0.00
[4,] -1.0 -1.0 -1.00
> d2
[1] 0.4 -0.2 0.1 1.0
> N2
[1] 1 1 3 1
> fit <- socp(f, A2, b2, C2, d2, N2)
> fit
$x
[1] -61.99911 35.28410 27.71243
$z
[1] 0.000000000 0.000000000 0.000000000 27.753033887 -0.715260932
[6] -0.005912403
$w
[1] 2.692738e-02 6.166071e-17 2.776225e+01 5.912403e-03
$iter
[1] 500
$hist
[1] 0
$convergence
[1] FALSE
$info
[1] 4
$message
[1] &...
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...
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.