Displaying 3 results from an estimated 3 matches for "iteg".
Did you mean:
ireg
2014 Aug 04
1
dovecot-lda 2.2.13 crashing when sieve_before used
...day'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 ...
/usr/lib/dovecot/dovecot-lda -d christoph.lechleitner at iteg.at <test.msg
... (with test.msg containing a raw e-mail message), dovecot-lda crashes.
The gdb backtrace is:
#0 buffer_free (_buf=_buf at entry=0x242eb20) at buffer.c:145
#1 0x00007f30d47ea4fd in array_free_i (array=0x242eb20) at
/build/dovecot-8Ko2hw/dovecot-2.2.13/src/lib/array.h:108
#2 s...
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 #7 fr...
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...