Displaying 12 results from an estimated 12 matches for "trilinear".
2009 Dec 20
3
How to rotate an axis?
Hi everybody,
I'm trying to build a trilineare coordinate system with R. For that, I
need to rotate an axis. Does anybody know, if it is possible to rotate
an axis, created with the command axis(), about for instance 60 degrees?
I'm looking foward to any ideas and hints and want to wish everybody a
merry merry christmas.
Thanks in ad...
2005 May 11
2
[LLVMdev] avoid live range overlap of "vector" registers
...generates code that uses packed datatypes a lot and I'm not entirely happy with the current situation
using the LowerPacked pass... If SSE code generation was working, we would use LLVM for a lot more, at the moment we
have a small runtime library with SSE optimized functions for things like trilinear interpolation, but the LLVM
optimizer can't do very much with these functions since they are just external calls.
m.
2008 Apr 20
2
Xbox
...64-bit GTL+ front side bus to GPU.
* 32 KB L1 cache. 128 KB on-die L2 "Advanced Transfer Cache".
GPU and system chipset: 233 MHz "NV2A" ASIC.
* 4 textures per pass, texture compression, full scene anti-aliasing (NV Quincunx, supersampling, multisampling)
* Bilinear, trilinear, and anisotropic texture filtering
* Similar to the GeForce 3 and GeForce 4 PC GPUs.
# Audio processor: NVIDIA "MCPX" (a.k.a. SoundStorm "NVAPU")
* 64 3D sound channels (up to 256 stereo voices)
* HRTF Sensaura 3D enhancement
* MIDI DLS2 Support
would it be p...
2005 Mar 22
3
mixtures as outcome variables
Dear R-users,
I have an outcome variable and I'm unsure about how to treat it. Any
advice?
I have spending data for each county in the state of California (N=58).
Each county has been allocated money to spend on any one of the
following four categories: A, B, C, and D.
Each county may spend the money in any way they see fit. This also means
that the county need not spend all the money that
2002 Dec 16
0
new package "vcd" 0.1-3
...ially cover chapters 2-4 from the book:
o fitting and graphing discrete distributions:
goodness-of-fit tests for poisson, binomial and negative binomial
distribution; rootograms; Ord plots; poissonness plots.
o 2-way contingency tables:
improved fourfold displays (compared to base); trilinear plots;
sieve diagrams, agreement charts.
o mosaic displays for n-way tables:
improved mosaicplots (compared to base); mosaic matrices.
We work on extensions enhancing several functions so this is very much
work-in-progress, but we wanted to provide a first version which already
offers a l...
2002 Dec 16
0
new package "vcd" 0.1-3
...ially cover chapters 2-4 from the book:
o fitting and graphing discrete distributions:
goodness-of-fit tests for poisson, binomial and negative binomial
distribution; rootograms; Ord plots; poissonness plots.
o 2-way contingency tables:
improved fourfold displays (compared to base); trilinear plots;
sieve diagrams, agreement charts.
o mosaic displays for n-way tables:
improved mosaicplots (compared to base); mosaic matrices.
We work on extensions enhancing several functions so this is very much
work-in-progress, but we wanted to provide a first version which already
offers a l...
2008 May 24
0
WoW + Wine Performance Problem
...gxColorBits "24"
SET gxDepthBits "24"
SET gxResolution "800x600"
SET gxRefresh "55"
SET gxMultisampleQuality "0.000000"
SET gxFixLag "0"
SET fullAlpha "1"
SET SmallCull "0.040000"
SET DistCull "500.000000"
SET trilinear "1"
SET frillDensity "24"
SET farclip "477"
SET pixelShaders "1"
SET particleDensity "1.000000"
SET unitDrawDist "300.000000"
SET movie "0"
SET expansionMovie "0"
SET realmList "us.logon.worldofwarcraft.com"
S...
2005 May 11
0
[LLVMdev] avoid live range overlap of "vector" registers
On Wed, 11 May 2005, Tzu-Chien Chiu wrote:
> On Tue May 10 2005, Chris Lattner wrote:
>> On Tue, 10 May 2005, Morten Ofstad wrote:
>>> Actually, I think it would be better to define the registers as a machine
>>> value type for packed float x4, and providing some 'extract' and 'inject'
>>> instructions to access individual components... There
2005 May 11
2
[LLVMdev] avoid live range overlap of "vector" registers
On Tue May 10 2005, Chris Lattner wrote:
>On Tue, 10 May 2005, Morten Ofstad wrote:
>> Actually, I think it would be better to define the registers as a machine
>> value type for packed float x4, and providing some 'extract' and 'inject'
>> instructions to access individual components... There should also be a
>> 'shuffle' instruction
2011 Mar 29
4
Creating 3 vectors that sum to 1
I have 3 vectors: p1, p2, and p3. I would like each vector to be any
possible value between 0 and 1 and p1 + p2 + p3 = 1. I want to graph these
and I've thought about using scatterplot3d(). Here's what I have so far.
library(scatterplot3d)
p1 <- c(1,0,0,.5,.5,0,.5,.25,.25,.34,.33,.33,.8,.1,.1,.9,.05,.05)
p2 <- c(0,1,0,.5,0,.5,.25,.5,.25,.33,.34,.33,.1,.8,.1,.05,.9,.05)
p3 <-
2002 Nov 06
5
"chemical" plot
Hi all,
May be there is a plot which shows 3 variables in a triangle, their sum
being constant. I have forgotten its name, and a search in the engine using
"plot" did not help.
Does anyone know of such a procedure in R or S?
Thank you
--christian
Dr.sc.math.Christian W. Hoffmann
Mathematics and Statistical Computing
Landscape Dynamics and Spatial Development
Swiss Federal Research
2010 Feb 26
5
[PATCH 0/5] renouveau: nv30/nv40 unification
This patchset applies some minor fixes to renouveau.xml and then unifies
the nv30 and nv40 register definitions.
nv30 and nv40 are very similar and have the same offsets for the registers
they share.
The major differences are:
1. Texture setup is different due to full NPOT support on nv40
2. More advanced blending/render targets on nv40
3. NV30 has fixed function registers, which NV40 lacks
The