search for: itegers

Displaying 3 results from an estimated 3 matches for "itegers".

Did you mean: integers
2014 Aug 04
1
dovecot-lda 2.2.13 crashing when sieve_before used
Hi together! We use dovecot under Debian wheezy amd64, using the repository ... deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.2 main Yesterday's routine upgrade to version 2:2.2.13-1~auto+130 (or some other upgrade that came along from Debian?) introduced a problem with mail delivery, which I was able to track down to a crash of dovecot-lda. Whenever I do something like ...
2014 Apr 16
0
[Bug 1296] VerifyHostKeyDNS default domain
https://bugzilla.mindrot.org/show_bug.cgi?id=1296 Christoph Lechleitner <christoph.lechleitner at iteg.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christoph.lechleitner at iteg. | |at --- Comment
2007 Jul 19
0
a type of generalized inner product
Hi. I'm looking for an efficient way of writing a function(x,mat1,mat2). n<-4 m<-4 r<-3 x <- array(sample(1:1000)/10^4,rep.int(n,m)) mat1 <- matrix(sample(1:1000)/10^4,n,n) mat2 <- matrix(sample(1:1000)/10^4,n,n) It needs to work for *any* itegers n, r<=m with output (in horrible gory detail) equivalent to: ans<-array(0,rep.int(n,(m+1))) for(i1 in 1:n) for(i2 in 1:n) for(i3 in 1:n) for(i4 in 1:n) for(i5 in 1:n) ans[i1,i2,i3,i4,i5] <- sum(x[i1,i2,,i3]*mat1[,i4]*mat2[,i5]) Notice how I take a pointwise product of x in...