similar to: Extracting Parts of Array (Index Comparison?)

Displaying 7 results from an estimated 7 matches similar to: "Extracting Parts of Array (Index Comparison?)"

2011 Jun 02
4
[Plea to the R Gods] Theoretical and Empirical CDFs
http://r.789695.n4.nabble.com/file/n3567636/ecdfs.jpg ecdfs.jpg http://r.789695.n4.nabble.com/file/n3567636/ecdf_curve.gif ecdf_curve.gif Hello, I have generated a plot of two empirical CDFs (attachment 1). As a result, they are stepwise when plotted. The following code was used: > plot(ecdf(mut), do.points=FALSE, verticals=TRUE, xlim=range(mut, non), > col="red") >
2016 Jun 17
2
[Bug 96562] New: nouveau crashes with SCHED_ERROR 0a [CTXSW_TIMEOUT]
https://bugs.freedesktop.org/show_bug.cgi?id=96562 Bug ID: 96562 Summary: nouveau crashes with SCHED_ERROR 0a [CTXSW_TIMEOUT] Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau
2018 May 21
1
[PATCH 21/33] drm/nouveau: use match_string() helper
match_string() returns the index of an array for a matching string, which can be used intead of open coded variant. Cc: Ben Skeggs <bskeggs at redhat.com> Cc: David Airlie <airlied at linux.ie> Cc: dri-devel at lists.freedesktop.org Cc: nouveau at lists.freedesktop.org Signed-off-by: Yisheng Xie <xieyisheng1 at huawei.com> --- drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | 13
2017 Mar 14
2
[Bug 100204] New: Crash: system still active, no video
https://bugs.freedesktop.org/show_bug.cgi?id=100204 Bug ID: 100204 Summary: Crash: system still active, no video Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: blocker Priority: medium Component: Driver/nouveau Assignee:
2006 Aug 29
1
pppoe problems
I'm having problem connecting to my isp with my sangoma s518. Everything seems to run smooth and wanrouter are training to connect....but forever.. Now, to test the connection i mounted up my standard nic and my old dsl router, to establish a standard basic pppoe connection..... and I can't with centos. I follow this standard setup:
2012 Sep 14
0
Wine release 1.5.13
The Wine development release 1.5.13 is now available. What's new in this release (see below for details): - Client-side window rendering using the DIB engine. - Raw input support for keyboard and mouse. - Support for transparent window areas using color keying. - Proper C++ RTTI support on 64-bit. - Implementation of logical processor information. - Support for fonts with
2017 Apr 03
5
[PATCH v2 0/3] nv50/ir: Preapre for running Opts inside a loop
Slowly we are getting to the point, that we miss enough optimization opportunities as the result of our own passes. For this we need to fix AlgebraicOpt to be able to handle mods on sources without creating new issues. The last patch enables looping opts. v2: update commit author Karol Herbst (3): nv50/ir: fix AlgebraicOpt for slcts with mods nv50/ir: handle logops with NOT in AlgebraicOpt