Displaying 1 result from an estimated 1 matches for "50a3".
Did you mean:
503
1997 Aug 22
2
R-alpha: eigen
eigen(matrix(rep(1,9),ncol=3),only.values=T)
works repeatedly but eventually (after 3 or 4 goes) gave a core dump
of 11mb (I think only the first answer was right).
if I type
gc()
immediately after the first call, I get a core dump right away (this
might possibly be related to my huge core dumps with nlm)
eigen(matrix(rep(1,9),ncol=3))
core dumps immediately after the first call
Jim