search for: precalcul

Displaying 20 results from an estimated 44 matches for "precalcul".

Did you mean: precalcular
2007 Jul 05
0
Kriging with precalculated point-to-point distances?
I'm trying to hunt down an appropriate kriging package for my specific application, and I was hoping someone on the R list might have some pointers -- I'm interested in performing kriging and related spatial interpolations with one of the R packages, but I need to be able to provide my own point-to-point distances (e.g. I do not want to use standard between point distances, as calculated
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
- Only for sufficiently new xserver's and exa_driver_pixmaps. --- src/nouveau_exa.c | 217 +++++++++++++++++++++++++++++++++++++++++++++++++++-- src/nv_driver.c | 51 +++++++++++-- src/nv_proto.h | 4 + src/nv_type.h | 12 +++- 4 files changed, 267 insertions(+), 17 deletions(-) diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c index 93fc3c5..074a226 100644 ---
2017 Jan 20
4
Linking Linux kernel with LLD
...ember where it was used ? >5. In arch/x86/kernel/vmlinux.lds.S commented out the "CONSTRUCTORS", because LLD doesn't support it. It is https://reviews.llvm.org/D28951. CONSTRUCTORS can be just removed, they do nothing for ELF. >6. In arch/x86/boot/setup.ld replaced 5*512 with precalculated value of 2560 because it doesn't seem that LLD supports math inside >ASSERT in linker scripts. It is actually not relative with ASSERT. LLD does not support "symbol = 5*6", but accepts "symbol = 5 * 6" currently. Not sure what is easy fix here. >Finally the kerne...
2006 Apr 01
1
using find with multiple objects in active record
...ying to learn to use RoR by making a simple social networking example. Given a user id, I am trying to make a query that finds all of the group that user belongs to but also rank the groups by one of the groups'' parameter like group.size. Pretend group.size is a number from 1-10 and is precalculated. Can I do this is one query? Here are the relationships I set up: class User < ActiveRecord::Base has_and_belongs_to_many :groups end class Groupship < ActiveRecord::Base set_table_name "users_groups" belongs_to :recipes belongs_to :tags end class Group < ActiveRecord...
2007 Mar 02
1
S3 best practice
...ks like this: plot.dog <- function(x,show.uncertainty, ...){ <do a simple plot> if (show.uncertainty){ <perform complicated combinatorial stuff that takes 20 minutes and superimpose the results on the simple plot> } } I think that it would be better to somehow precalculate the uncertainty stuff and plot it separately. How best to do this in the context of an S3 method for plot()? What is Best Practice here? -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2008 Jul 29
1
Howto Draw Bimodal Gamma Curve with User Supplied Parameters
...4 30.3 15.8 13.9 15.3 16.1 12.7 11.4 13.0 13.8 31.5 25.3 [157] 65.2 39.5 And the following parameter set (2 component) for gamma function. comp.1 comp.2 alpha (shape) 2.855444 2.152056 beta (scale) 10.418785 39.296224 These params are predefined/precalculated by user. My question is how can I create a bimodal gamma curve - based on the two parameter set - on top of the histogram of data points above? - Gundala Viswanath Jakarta - Indonesia
2003 Jan 15
1
lattice: cloud: aspect ratio, labels, vertical lines
...print(cloud( z ~ x * y, data = q, type = c( 'p', 'h' ) , scales = list( arrows=FALSE ) , aspect = c( max(y)/max(x), max(z)/max(x) ) )) My questions: - Is there an easier way to tell that aspect ratio should be 1 on all dimensions, especially without the precalculations of max(...)? - "type = 'h'" does not work as I expected. What to do? - How can I get the labels of t into the graphic? Thanks Wolfram
2010 Jun 24
1
Quickest way to retrieve data for a large match set?
...ess) and popularity (rated by sales of the image). As a result, we have to fetch the complete result set and then calculate a new ranking based on the original rank, perturbed using the ratios of each of the newness and popularity to the highest values in the result set (i.e. there is no way to precalculate these at indexing time, alas). Currently fetching the document data for the results has become something of a bottleneck (typical searches my generate 50 - 500 matches, but some return more than 5000). Code is something like: ... print STDERR "Query = ", $q->get_description...
2006 May 05
8
pdf/writer: table.render_on best practices?
Hi All, I generate a pdf report that contains a table. The report is 14 pages, and it takes 20s to be rendered. Most of these 20s are spend in the render_on method. I wonder if it is possible to speed up that process? To create the report, I do the following: 1) Setup pdf layout: # Setup pdf layout pdf.select_font("Helvetica", { :encoding => "WinAnsiEncoding"})
2014 Nov 25
2
[PATCH v4 21/42] virtio_net: get rid of virtio_net_hdr/skb_vnet_hdr
virtio 1.0 doesn't use virtio_net_hdr anymore, and in fact, it's not really useful since virtio_net_hdr_mrg_rxbuf includes that as the first field anyway. Let's drop it, precalculate header len and store within vi instead. This way we can also remove struct skb_vnet_hdr. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/net/virtio_net.c | 90 ++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 49 deletions(-) diff --gi...
2014 Nov 25
2
[PATCH v4 21/42] virtio_net: get rid of virtio_net_hdr/skb_vnet_hdr
virtio 1.0 doesn't use virtio_net_hdr anymore, and in fact, it's not really useful since virtio_net_hdr_mrg_rxbuf includes that as the first field anyway. Let's drop it, precalculate header len and store within vi instead. This way we can also remove struct skb_vnet_hdr. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/net/virtio_net.c | 90 ++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 49 deletions(-) diff --gi...
2011 Dec 28
8
what percent of time are there unpatched exploits against default config?
Suppose I have a CentOS 5.7 machine running the default Apache with no extra modules enabled, and with the "yum-updatesd" service running to pull down and install updates as soon as they become available from the repository. (Assume further the password is strong, etc.) On the other hand, suppose that as the admin, I'm not subscribed to any security alert mailing lists which send
2012 Jul 11
2
Modifying the design matrix X in GAMS to suit data assimilation
...y with mgcv, I can halt the process (probably set "fit" to false) and then evaluate at a large number of arbitrary points, then replace the matrix X and continue on. I am also concerned whether this is hopeless in the sense that at the point in the algorithm where I might inject the new X precalculations might have been made using the old matrix X that would be hard to reverse. Can anyone give me some advice how to do this? Thanks, Eli
2014 Mar 05
3
TV-Out on a GeForce 2MX supported?
...ues, and I've specified the values in the config file, or I'm a user space program and provide these values over some X extension". This is even more effort now that modesetting is in the kernel (back when nvtv was written, it wasn't). Without this, you are pretty much stuck with precalculated modes. Which isn't optimal, because with small overscan the timing gets a bit fickle, and with larger overscan you get the ugly border, and every analog TV is different in that respect. - Dirk
2014 Mar 05
3
TV-Out on a GeForce 2MX supported?
...or I'm a user space program and provide these values over some X > > extension". > > > > This is even more effort now that modesetting is in the kernel (back > > when nvtv was written, it wasn't). > > > > Without this, you are pretty much stuck with precalculated modes. > > Which isn't optimal, because with small overscan the timing gets a bit > > fickle, and with larger overscan you get the ugly border, and every > > analog TV is different in that respect. > > I actually checked this out last night, grabbed the BT869 datash...
2002 Apr 02
1
Extract psuedo model matrix from nls?
Hi R-list, I'd like to extract the psuedo model matrix (derivative of fitted values wrt the parameters) from an nls object. Any suggestions? Thanks, Murray Jorgensen Dr Murray Jorgensen on leave from: Mathematics and Statistics Department of Statistics University of Victoria University of Waikato PO BOX 3045 STN CSC Hamilton, New Zealand
2008 Sep 16
2
question in value-based color in image()
Hello, I have a matrix A with value varying from -1 to 1. I hope to use scaled color based on its value to produce an image of this matrix. Suppose I hope to label those data in [-1,-0.5] with blue, label those [-0.5,0.8] with light blue (tone is proportional to its value, e.g. rgb(1-tone, 1-tone, 1) where tone=abs(A)/0.5), and label those [0.8,1] with white. How can I use image() and rgb() to
2014 Nov 26
0
[PATCH v4 21/42] virtio_net: get rid of virtio_net_hdr/skb_vnet_hdr
...25 Nov 2014 18:42:53 +0200 "Michael S. Tsirkin" <mst at redhat.com> wrote: > virtio 1.0 doesn't use virtio_net_hdr anymore, and in fact, it's not > really useful since virtio_net_hdr_mrg_rxbuf includes that as the first > field anyway. > > Let's drop it, precalculate header len and store within vi instead. > > This way we can also remove struct skb_vnet_hdr. > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > --- > drivers/net/virtio_net.c | 90 ++++++++++++++++++++++-------------------------- > 1 file changed, 41 insert...
2014 Mar 05
0
TV-Out on a GeForce 2MX supported?
...alues in the config > file, or I'm a user space program and provide these values over some X > extension". > > This is even more effort now that modesetting is in the kernel (back > when nvtv was written, it wasn't). > > Without this, you are pretty much stuck with precalculated modes. > Which isn't optimal, because with small overscan the timing gets a bit > fickle, and with larger overscan you get the ugly border, and every > analog TV is different in that respect. I actually checked this out last night, grabbed the BT869 datasheet. Basically you'd...
2003 Mar 03
0
Implementation of vorbis using only the documentation
...mum of 2 channels and 16 bit intermediate values (with block floating point, but still sucks for accuracy) that would require 32KB of intermediate storage. You'd still need to do in-place dot products of floor * residue on the fly or you need twice as much. 3) Window shapes need to be somewhat precalculated. Size depends on how much you mind approximation and playing tricks with table lookups. For an 8192 point window, I'd say 8KB is a reasonable ball park figure. That's already about 44KB. Given a processor like a Cirrus 7312 (very common), which has 48KB of internal SRAM, you'd be h...