Displaying 19 results from an estimated 19 matches for "yold".
Did you mean:
old
2005 Dec 29
2
How to fit all points into plot?
Hi,
I have a problem when I want to add new points (or a
new line) to the graph. Some points (or parts of the
line) are not shown on the graph because they lie
beyond the scale of the axis. Is there a way to
overcome this so all points (or the entire line) are
shown on the graph? Here's an example of my problem:
colors = c("red", "blue")
plot(x=rnorm(100,0,1),
2012 Jul 02
0
Fit circle with R
...yz2*Mxx - Mzz*Cov_xy - 2*Mxz*Myz*Mxy + Mz*Mz*Cov_xy;
A22 = A2 + A2;
epsilon=1e-12;
ynew=1e+20;
IterMax=20;
xnew = 0;
# Newton's method starting at x=0
epsilon=1e-12;
ynew=1e+20;
IterMax=20;
xnew = 0;
iter=1:IterMax
for (i in 1:IterMax){
yold = ynew;
ynew = A0 + xnew*(A1 + xnew*(A2 + 4.*xnew*xnew));
if (abs(ynew) > abs(yold)){
print('Newton-Pratt goes wrong direction: |ynew| > |yold|')
xnew = 0;
break
}
Dy = A1 + xnew*(A22 + 16*xnew*xnew);
xold = x...
2012 Aug 15
4
E5606 with no HVM; Assertion 'i == 1' failed at p2m-ept.c:524
...o the list, I am not receiving
xen-devel emails because most are way outside my comfort zone...
--
Thank you,
Mark van Dijk. ,--------------------------------
----------------------------'' Wed Aug 15 20:38 UTC 2012
Today is Boomtime, the 8th day of Bureaucracy in the YOLD 3178
2012 Jul 22
20
Kernel crash with acpi_processor, cpu_idle and intel_idle =y
Hi everyone,
When I set CONFIG_ACPI_PROCESSOR, CONFIG_CPU_IDLE and CONFIG_INTEL_IDLE
to y then I cannot boot Xen; there is a crash. If I turn
CONFIG_INTEL_IDLE off then the boot goes well and, after dom0 has
booted, xenpm works and gives some sane output, see below. I have
tested this with kernels 3.2 to 3.4.6.
Is it impossible to use INTEL_IDLE with Xen? If this is a known issue
then maybe
2012 Jul 22
20
Kernel crash with acpi_processor, cpu_idle and intel_idle =y
Hi everyone,
When I set CONFIG_ACPI_PROCESSOR, CONFIG_CPU_IDLE and CONFIG_INTEL_IDLE
to y then I cannot boot Xen; there is a crash. If I turn
CONFIG_INTEL_IDLE off then the boot goes well and, after dom0 has
booted, xenpm works and gives some sane output, see below. I have
tested this with kernels 3.2 to 3.4.6.
Is it impossible to use INTEL_IDLE with Xen? If this is a known issue
then maybe
2000 May 22
2
hypot(x,y) instead of pythag(a,b) ?!
...r, COMPLEX(x)[i].i);
./src/main/complex.c:285: REAL(y)[i] = hypot(COMPLEX(x)[i].r, COMPLEX(x)[i].i);
./src/main/complex.c:388: r->r = log(hypot( z->r, z->i ));
./src/main/complex.c:411: if( (mag = hypot(z->r, z->i)) == 0.0)
./src/main/plot.c:1201: if ((f = d/hypot(xx-xold, yy-yold)) < 0.5) {
./src/main/plot.c:2455:double hypot(double x, double y)
./src/main/plot.c:2559: d = hypot(xp-xi, yp-yi);
./src/gnuwin32/math/protos.h:43:extern double hypot ( double x, double y );
---------
My "theses"
o when hypot() is available, it should be used since it will b...
2008 Aug 04
2
How many gusets can I run with Centos 5.2
Hi,
how many gusets can I run with Centos 5.2? RH EL 5 is limeted to 4
guests while the advanced server is unlimeted.
We like to migrate a couple of small physical servers and some
test/development-systems to virtual systems.
Thanks for any hints.
Best regards
G?tz Reinicke
--
G?tz Reinicke
IT-Koordinator
Tel. +49 7141 969 420
Fax +49 7141 969 55 420
E-Mail goetz.reinicke at
2009 Mar 25
1
Backing up a running KVM guest
Hello
This new HowTo explains how to backup a VM without powering it down.
It's specifically aimed at KVM although it may work with any
virtualization software that uses Linux as the host.
Please review it and let me know what you think, particularly if you are
already doing something similar yourself, or would like to. Do you have
answers to any of the questions in the
2007 May 28
1
off-topic: affine transformation matrix
This may sound like a very naive question, but...
give two lists of coordinate pairs (x,y - Cartesian space) is there any simple
way to compute the affine transformation matrix in R.
I have a set of data which is offset from where i know it should be. I have
coordinates of the current data, and matching coordinates of where the data
should be. I need to compute the composition of the affine
2008 Aug 22
2
RH's servers breached
What's the point on this for us, CentOS users ?
http://www.redhat.com/security/data/openssh-blacklist.html
Regards,
kfx
2012 Aug 06
1
Tickless dom0
...not? In other words, can someone explain which choice to make with
regards to CONFIG_NO_HZ?
--
Stay in touch,
Mark van Dijk. ,--------------------------------
----------------------------'' Mon Aug 06 15:40 UTC 2012
Today is Pungenday, the 72nd day of Confusion in the YOLD 3178
2012 Sep 05
1
Sharing entropy across VMs
...VM
takes ages and I don''t want to compromise the security by using
workarounds.
--
Thank you,
Mark van Dijk. ,---------------------------------
-----------------------------'' Wed Sep 05 10:48 UTC 2012
Today is Pungenday, the 29th day of Bureaucracy in the YOLD 3178
2012 Sep 08
0
Windows 2008 Server, GPLPV drivers, Qemu upstream and BSoD
...SOD when using the most recent signed GPLPV
drivers (paging fault in non-paged area).
--
Stay in touch,
Mark van Dijk. ,---------------------------------
-----------------------------'' Sat Sep 08 08:14 UTC 2012
Today is Sweetmorn, the 32nd day of Bureaucracy in the YOLD 3178
2012 Aug 15
3
Howto/Tutorial: Compiling Xen 4.2 from source on RHEL5/CentOS5, RHEL6/CentOS6, Fedora 16, Fedora 17
Hello,
I just wrote instructions for building Xen 4.2 from sources on various RPM-based Linux distributions.
The guide is available here:
http://wiki.xen.org/wiki/Xen_4.2_Build_From_Source_On_RHEL_CentOS_Fedora
I was able to successfully build Xen 4.2.0-rc2 on the following Linux distros:
- CentOS 5.8 x64
- CentOS 6.3 x64
- Fedora 17 x64
RHEL5/CentOS5 requires some hackery to get
2012 Aug 15
3
Howto/Tutorial: Compiling Xen 4.2 from source on RHEL5/CentOS5, RHEL6/CentOS6, Fedora 16, Fedora 17
Hello,
I just wrote instructions for building Xen 4.2 from sources on various RPM-based Linux distributions.
The guide is available here:
http://wiki.xen.org/wiki/Xen_4.2_Build_From_Source_On_RHEL_CentOS_Fedora
I was able to successfully build Xen 4.2.0-rc2 on the following Linux distros:
- CentOS 5.8 x64
- CentOS 6.3 x64
- Fedora 17 x64
RHEL5/CentOS5 requires some hackery to get
2009 Feb 24
4
bigest part of vector
Hi, may be simle question, but a do not find it anywhere.
Is there same function like max() ,but giving more results.
max() give 1number-maximum
I need funcion what give p bigest number.
many thanks
--
View this message in context: http://www.nabble.com/bigest-part-of-vector-tp22188901p22188901.html
Sent from the R help mailing list archive at Nabble.com.
2012 Sep 26
5
sparse to no sparse
Hi.
I have an old Xen para virt vm which I created using sparse file. Is
there any way to convert this vm image to non-sparse without shutting
down the vm?.
Thanks
Paras.
2012 Apr 09
7
xen-pciback cause my system hang
Hi,
I have successfully start my Win7 x86 domU on my x64 Xen dom0 system. Now I
want to give my Win7 full access to my Nvidia card.
lspci
01:00.0 VGA compatible controller: NVIDIA Corporation G86 [Quadro NVS 140M]
(rev a1)
and I added these to my /etc/modprobe.d/xen-pciback.conf
options xen-pciback hide=(0000:01:00.0)
then I ran modprobe xen-pciback
nothing happens on the screen, and my
2012 Jul 30
3
Xen networking disconnect
Hello.
I need your help, DomU xen network diconnects randomly, how do you
monitoring this?
When I connect to vnc server in the hosts, DomU is running, then I open the
DomU, after that guest network responds.
DomU Debian 6.03 over Centos 5.7 and Xen 3.03.
My network configuration:
eth0 Link encap:Ethernet HWaddr 68:B5:99:78:AA:6D
inet addr:192.168.5.230 Bcast:192.168.5.255