search for: wmins

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

Did you mean: wins
2012 Apr 09
2
Help with Book example of Matrix application
...9 33 0 The code is #returns the minimum value of d[i,j], i !=j and the row attaining #the minimum, for square symmetric d; no special policy on ties mind <- function(d) { n <- nrow(d) # add a column to identify row number for apply() dd <- cbind(d,1:n) wmins <- apply(dd[-n,],1,imin) # wins will be 2 X n, 1st row being indices and 2nd being values i <- which.min(wmins[2,]) j <- wmins[1,i] return(c(d[i,j],i,j)) } #this finds the location, value of the minimum in a row x imin <- function(x) { lx <- length(x) i...
2009 Jul 20
0
CFP for special session on Virtualisation in Distributed Systems - PDP2010 - deadline extended to 27th July.
We apologize if you receive multiple copies of this Call for Papers. ****************************************************************** PDP 2010 - The 18th Euromicro International Conference on Parallel, Distributed and Network-Based Computing. 17-19 February 2010, Pisa, Italy, http://www.pdp2010.org <http://www.pdp2010.org/> Special Session on "Virtualization in
2006 Sep 25
4
Re: [openib-general] problems with lustre o2ib module & ofed
It seems that lustre puts its modules in /lib/modules/2.6.16.21-0.8-default despite the fact that my kernel is 2.6.16.21-0.8-smp ! uname -a Linux n32 2.6.16.21-0.8-smp #4 SMP Sun Sep 24 08:47:30 BST 2006 i686 i686 i386 GNU/Linux make[3]: Nothing to be done for `install-exec-am''. /bin/sh ../../mkinstalldirs /lib/modules/2.6.16.21-0.8-default/kernel/fs/lustre /usr/bin/install -c -m 644