search for: reord

Displaying 11 results from an estimated 11 matches for "reord".

Did you mean: reword
2011 Dec 20
1
column permutation of sparse matrix
Hi, I'm very new to working with sparse matrices and would like to know how I can column permute a sparse matrix. Here is a small example: > M1 <- > spMatrix(nrow=5,ncol=6,i=sample(5,15,replace=TRUE),j=sample(6,15,replace=TRUE),x=round_any(rnorm(15,2),0.001)) > M1 5 x 6 sparse Matrix of class "dgTMatrix" [1,] 2.983 . 1.656 5.003 . . [2,] .
2000 Nov 20
3
Info before I try this
Is there any more docs on this other then the blurb on beta.redhat.com? I got a spare non-critical victim err... test machine I want to try this on and have all the RPMS, but would really like to chew on a little more detail before I leap. Regards, Henri -- "People die." --The Cynic's Book of Wisdom
2004 Dec 09
2
"sequence of factor settings"?
Hi, exist in any package a function which "work with sequences". Easy example 10 factors with 2 levels, are if i'm correct theoretical 2^10 "sequences" possible. But i have more than 2 levels and perhaps more than 10 factors and interested for the top10 "sequence's" with higehest freqs and wish to know which type of sequence it is. Many thanks for a
2012 Jan 24
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On 01/24/2012 05:13 AM, Hal Finkel wrote: > On Tue, 2012-01-17 at 13:25 -0600, Sebastian Pop wrote: >> Hi, >> >> On Fri, Dec 30, 2011 at 3:09 AM, Tobias Grosser<tobias at grosser.es> wrote: >>> As it seems my intuition is wrong, I am very eager to see and understand >>> an example where a search limit of 4000 is really needed. >>> >>
2016 Dec 06
1
[PATCH v8 1/6] powerpc/qspinlock: powerpc support qspinlock
On Mon, Dec 05, 2016 at 10:19:21AM -0500, Pan Xinhui wrote: > This patch add basic code to enable qspinlock on powerpc. qspinlock is > one kind of fairlock implementation. And seen some performance improvement > under some scenarios. > > queued_spin_unlock() release the lock by just one write of NULL to the > ::locked field which sits at different places in the two endianness
2016 Dec 06
1
[PATCH v8 1/6] powerpc/qspinlock: powerpc support qspinlock
On Mon, Dec 05, 2016 at 10:19:21AM -0500, Pan Xinhui wrote: > This patch add basic code to enable qspinlock on powerpc. qspinlock is > one kind of fairlock implementation. And seen some performance improvement > under some scenarios. > > queued_spin_unlock() release the lock by just one write of NULL to the > ::locked field which sits at different places in the two endianness
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...r * make sure excess function parameters are st to undefined wrong check bugfixes make swfdec_url_new always return a SwfdecURL forgot to git add these add support for "external actions" refactor loader handling first step in loader handling reord s/g_print/SWFDEC_DEBUG/ step 2 in loading reorg: SwfdecLoaderTarget remove hack for loader actions make it compile (it doesn't work yet) fix up docs build document swfdec_as_frame_init_arguments() s/HAVE_GNOMEVFS/HAVE_HTTP/ we want HTTP_CFLAGS and...
2012 Jan 24
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Tue, 2012-01-17 at 13:25 -0600, Sebastian Pop wrote: > Hi, > > On Fri, Dec 30, 2011 at 3:09 AM, Tobias Grosser <tobias at grosser.es> wrote: > > As it seems my intuition is wrong, I am very eager to see and understand > > an example where a search limit of 4000 is really needed. > > > > To make the ball roll again, I attached a testcase that can be tuned
2005 Sep 29
14
Draggables and overflow div''s revisited
I have two scrollable div''s (overflow:auto), one with a list of elements (the source) and the other is the drop target (dest). I''ve enabled ghosting so that the drag element gets out of the scrollable box (good). Interesting, at least on Firefox, the ghosted drag ends up going ''under'' the destination div when I drag it. No amount of z-order fidding seems to
2007 Aug 01
0
9 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_frame.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loader_internal.h libswfdec/swfdec_loadertarget.c libswfdec/swfdec_loadertarget.h libswfdec/swfdec_movie.c
...); url->url = g_strdup (string); s = strstr (string, "://"); diff-tree 262fa2409436f429658cf14f03169bf0ebf277bf (from 49edc7f46d99b2f9da859511a0272dd63268c24d) Author: Benjamin Otte <otte at gnome.org> Date: Wed Aug 1 15:59:06 2007 +0200 first step in loader handling reord Loaders don't execute their code immediately now but instead call swfdec_player_add_external_action() to queue actions for later. diff --git a/libswfdec/swfdec_loader.c b/libswfdec/swfdec_loader.c index 3ee70e4..285ffc2 100644 --- a/libswfdec/swfdec_loader.c +++ b/libswfdec/swfdec...
2011 Jan 11
0
modified FAST Script from package SensoMineR for the R community - Reg
...m$call$quali, name.group = afm$call$name.group, sim = sim) group_afm = list(coord = afm$group$coord, cos2 = afm$group$cos2, contrib = afm$group$contrib) res = list(eig = acm$eig, var = acm$var, ind = acm$ind, group = group_afm, call = acm_call, cooccur = compte2, reord = catego_num2, cramer = res2) class(res) <- c("catego", "list ") return(res) } Regards Vijayan Padmanabhan "What is expressed without proof can be denied without proof" - Euclide. Can you avoid printing this? Think of the environment before pr...