Displaying 20 results from an estimated 144 matches for "1x1".
Did you mean:
11
2016 Feb 11
0
OpenSwan Drop Out Issue
...lost ICMP packets, even when the IPSec tunnel
drops out.
I do notice a lot of these errors in the secure log though, would this be
any indication of a problem? (I'm grepping for this specific error, they're
not the only messages in there).
Feb 11 14:18:10 site-a pluto[10450]: "site-b/1x1" #803: ignoring Delete SA
payload: PROTO_IPSEC_ESP SA(0x01f90e1d) not found (maybe expired)
Feb 11 14:18:14 site-a pluto[10450]: "site-b/1x1" #803: ignoring Delete SA
payload: PROTO_IPSEC_ESP SA(0xb3681486) not found (maybe expired)
Feb 11 14:18:14 site-a pluto[10450]: "site-b/1...
2016 Feb 10
2
OpenSwan Drop Out Issue
Well. Centos 5 is really near of it's end of life. There is not much
updates to kernel or openswan. You should at least try latest openswan
version.
Your issue looks like a bit network problem.
--
Eero
2016-02-10 8:34 GMT+02:00 John Cenile <jcenile1983 at gmail.com>:
> So lowering the keylife / ikelifetime didn't solve the problem. I've
> enabled debugging and I'll
2008 Dec 26
3
lm() with same formula but different column/factor combinations in data frame
...********
The data frame TEST1 has four factor columns followed by thirteen
numeric columns defined as :
1) Community, levels: "20232"
2) WT, levels: "B", "E", "M"
3) LTC, levels: "L", "M", "S", "1"
4) UC, levels: "1X1", "2X2"
5) UncDmd: Response variable in the linear model
6-16) M1...M11: Explanatory variables in the linear model
A few sample rows in the data frame are as follows:
> TEST1[1:15,]
Community WT LTC UC UncDmd M1 M2 M3 M4 M5 M6 M7 M8 M9 M10 M11
1 20232 E L 1X1 1.0000...
2005 Aug 23
1
matrix conformity with matrix 1x1 and scalars
Hello,
I am calculating this thing with vectors (b) and matrices (G,P):
b'G/sqrt(b'Pb)
where the denominator is a quadratic form and therefore always a scalar.
In Scilab, it is quite simple:
b'*G/sqrt(b'*P*b)
However, in R, the denominator is an (1x1)matrix and R claims it is non
conformable and I have to use drop() or as.numeric(). Like this:
> b = 1:2
> G=diag(1,2)
> P=diag(2,2)
> (t(b)%*%G) / drop( sqrt( t(b)%*%P%*%b ) )
[,1] [,2]
[1,] 0.3162278 0.6324555
So far, so good. My problem is solved. However I found a li...
2005 Aug 04
3
how to read individual values from a pixmap object
...xmapGDAL(x)
Now I would like to read individual pixel values and store them in a
separate vector. However I have not found a straight-forward way to do this.
I thought that something like:
x <- xGrey[1,1]
would return the pixel value, but it seems to return a pixmap object with
dimension 1x1 (i.e. only one pixel in size)
xGrey[1,1]
Pixmap image
Type : pixmapGrey
Size : 1x1
Resolution : 1x1
Bounding box : 1 0 2 1
Any ideas on how to get the actual pixel value from a pixmap? (Note I could
output to an ascii file and then read the file back in as text...
2015 Aug 10
2
"enable dri3 support without glamor" causes gnome-shell regression on nv4x
...iff between a log of starting gnome-shell with dri vs dri3
results in this:
--- mesa.log.dri2 2015-08-10 14:18:03.182712022 +0200
+++ mesa.log.dri3 2015-08-10 14:18:33.233336338 +0200
@@ -1,8 +1,8 @@
nv30_miptree_create 512x32 uniform_pitch 0 usage 0 flags 0
-nv30_miptree_from_handle 1x1 uniform_pitch 1024 usage 0 flags 0
+nv30_miptree_create 1x1 uniform_pitch 0 usage 0 flags 0
nv30_miptree_create 1x1 uniform_pitch 0 usage 0 flags 0
nv30_miptree_create 512x32 uniform_pitch 0 usage 0 flags 0
-nv30_miptree_from_handle 1x1 uniform_pitch 1024 usage 0 flags 0
+nv30_miptree_create 1x...
2007 Aug 11
8
[Bug 11947] New: TFT monitor detected as 1x1 pixels
http://bugs.freedesktop.org/show_bug.cgi?id=11947
Summary: TFT monitor detected as 1x1 pixels
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:...
2007 Feb 19
1
need help in reading TOMS observed ASCII data file
Hello R Users,
I am new to R.
I have two data sets i) TOMS aerosol optical depth(AOD) and ii) TOMS
ozone(O3).
>
> AOD data is on 1x1 grid and O3 data is on 5x5 grid.
>
> First I want to read AOD and O3 as it is and then I want to regrid AOD on
> 5x5 grid as O3.
>
> Reading is first problem.
>
> FIRST PROBLEM READING AOD:
>
> AOD data is in following format:
>
> #########
> Latitute: 89.5
>...
2008 Aug 29
1
non user-friendly error for chol2inv functions
Hi,
In function chol2inv with the option LINPACK set to false (default), it
raises an error when the matrix is 1x1 matrix (i.e. just a real) saying
'a' must be a numeric matrix
This error is raised by the underlying C function (modLa_chol2inv in
function Lapack.c). Everything is normal, but I wonder if we could have
another behavior when we pass a 1x1 matrix. I spent time this morning
finding where wa...
2004 Aug 24
3
desparate for help DEV LITE KIT
...oot.
Starting and stopping Asterisk or reloading the drivers does not help.
I thought maybe it was an IRQ conflict so I removed every card in my
system
except the X100P and it still hangs.
I've swapped the order of the devices and tried different slots.
I'm baffled. All I want is a simple 1x1 PBX to keep telemarketers from
ringing my phone.
If I can't get this working I'm having my phone disconected. lol
Thanks,
-s
2015 Aug 03
2
"enable dri3 support without glamor" causes gnome-shell regression on nv4x
Hi,
On 03-08-15 17:36, Ilia Mirkin wrote:
> On Mon, Aug 3, 2015 at 9:02 AM, Hans de Goede <hdegoede at redhat.com> wrote:
>> Hi,
>>
>> On 30-07-15 16:09, Ilia Mirkin wrote:
>>>
>>> FWIW this is a fail on nv50+ as well. See for example
>>> https://bugs.freedesktop.org/show_bug.cgi?id=91445
>>>
>>> My suspicion is that this is
2010 Jul 07
1
xyplot of function only shows diagonal plots
...he documentation, but found no answer. What am I missing?
--- simple.R ---
# Test xyplot layout for a function
#
require("lattice")
f <- function(x,a,b){return( a * sin(x)+ b)}
trellis.par.set(theme = canonical.theme("Windows"))
x <- seq(-4,4, by=0.1)
# case 1x1
a <- c( 1 )
b <- c( 3 )
trel_1 <- xyplot(f(x,a,b) ~ x | a * b, , type = "l",
main = "1x1", ylab = "f(x)", xlab = "x",
xlim = c(-6,6), ylim = c(-6,6), )
# case 3x3
a <- c(1,2,3)
b <- c(1,2,3)...
2018 Sep 17
2
diag(-1) produces weird result
On Mon, Sep 17, 2018 at 5:22 PM, G?bor Cs?rdi <csardi.gabor at gmail.com>
wrote:
> I would say it is a mis-feature. If the 'x' argument of diag() is a
> vector of length 1, then it creates an identity matrix of that size,
> instead of creating a 1x1 matrix with the given value:
>
> ? diag(3)
> [,1] [,2] [,3]
> [1,] 1 0 0
> [2,] 0 1 0
> [3,] 0 0 1
>
> Of course this makes it cumbersome to use diag() in a package, when
> you are not sure if the input vector is longer than 1. This seems t...
2004 Aug 25
1
Pixmap problem
...ur space. The pixmap object seems to be looking for 72 of 8
colours (one per cell?) which doesn't seem healthy...
> library(pixmap)
> x <- pixmapIndexed(rep(1:8, 9), nrow=6, col=rainbow(8))
> x
Pixmap image
Type : pixmapIndexed
Size : 6x12
Resolution : 1x1
Bounding box : 0 0 12 6
Nr. of colors : 72 of 8
> write.pnm(x, file="D:/Temp/output.pnm")
Error in options(x) : evaluation nested too deeply: infinite recursion /
options(expression=)?
>
Grey ones work but with a warning...
> x <- pixmapGrey(rep(1:8, 9), nrow=6)
>...
2010 Apr 13
1
Lapack, determinant, multivariate normal density, solution to linear system, C language
...--------------
The Lapack routine dspsv solves the linear system of equations Ax=b,
where A is a symmetric matrix in packed storage format. The dspsv
function performs the factorization A=UDU', where U is a unitriangular
matrix and D is a block diagonal matrix where the blocks are of
dimension 1x1 or 2x2. In addition to the solution for x, the dspsv
function also returns the matrices U and D. The matrix D may then be
used to compute the determinant of A. Recall from linear algebra that
det(A) = det(UDU') = det(U)det(D)det(U'). Since U is unitriangular,
det(U) = 1. The determinant of...
2017 Jun 22
2
Unexpected behaviour of base::qr()$rank
Hello,
I experienced some unexpected behaviour while determining the rank of
matrices (sometimes 1x1 matrices):
base::qr(matrix(1e-20))$rank returns 1 (incorrect)
base::qr(diag(c(1, 1e-20)))$rank returns 2 (incorrect)
Best regards,
Bernd
> R.version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major...
2009 Jan 25
0
Gallium NV40 Textures
...xtures.
> linear.png - Mod that turns off swizzled textures.
>
> I read something in the backlog about how mipmaps aren't
> handled entirely correctly, but I don't know if this is related.
>
> Another thing, I do see some drm irq errors when the 1x1 mipmap
> is generated. It might be related:
> [drm] PGRAPH_ERROR - nSource: DATA_ERROR, nStatus: BAD_ARGUMENT
> [drm] PGRAPH_ERROR - Ch 2/4 Class 0x309e Mthd 0x0300 Data
> 0x00000000:0x0000000a [drm] PGRAPH_ERROR - nSource: DATA_ERROR,
> nStatus: B...
2007 Feb 19
0
problem in reading TOMS observed ASCII data file
Hello R Users,
I have two data sets i) TOMS aerosol optical depth(AOD) and ii) TOMS
ozone(O3).
AOD data is on 1x1 grid and O3 data is on 5x5 grid.
First I want to read AOD and O3 as it is and then I want to regrid AOD on
5x5 grid as O3.
Reading is first problem.
FIRST PROBLEM READING AOD:
AOD data is in following format:
#########
Latitute: 89.5
167 0 0 0 0 0 182 0 0 0 0 0 0 0 0 0 0 0 0 200 0 0 0 0 0 0
0...
2003 Mar 31
3
monte carlo method for circle area
...h consists in calculating the area of a circle given a certain radius and center using the monte carlo method, which means that I have to plot a circle given its parameters. Limit the area inside it...with as many sample points as possible...and all of this inside a nxn size window, which could be 1x1, or any size actually. I wonder how I could just limit the area inside the circle..that would be great help for me. Some of you have given me several suggestions about plotting a circle using some built-in functions but I wonder if its suits my problem since I have to somehow limit the circles inne...
2017 Jun 22
2
Unexpected behaviour of base::qr()$rank
2017-06-22 19:49 GMT+02:00 Uwe Ligges <ligges at statistik.tu-dortmund.de>:
> On 22.06.2017 17:11, Bernd Funovits wrote:
>>
>> Hello,
>>
>> I experienced some unexpected behaviour while determining the rank of matrices (sometimes 1x1 matrices):
>> base::qr(matrix(1e-20))$rank returns 1 (incorrect)
>> base::qr(diag(c(1, 1e-20)))$rank returns 2 (incorrect)
>
>
> Why do you believe this is incorrect?
>
> 0 != 1e-20
>
> and 1e-20 is well representable without significant rounding errors given
>
&...