search for: inhomowmat

Displaying 1 result from an estimated 1 matches for "inhomowmat".

2006 Jan 02
1
R crash with complex matrix algebra when using EISPACK=TRUE
...e provide some help for me to investigate further. ## The code : source("http://www.daimi.au.dk/~olefc/TEST/fct.R") source("http://www.daimi.au.dk/~olefc/TEST/parm.crash.R") for(l.v in 1:4){ for(r.v in 1:4){ for(l.x in 1:4){ for(r.x in 1:4){ hvad <- inhomoWmat.complex(subst.ratematrix(parm.same.str.sym$Gamma[,,l.v,r.v]),subst.ratematrix(parm.same.str.sym$Gamma[,,l.x,r.x]), EISPACK=TRUE) print(c(l.v,r.v,l.x,r.x)) } } } } ## gives [1] 1 1 1 1 [1] 1 1 1 2 [1] 1 1 1 3 [1] 1 1 1 4 [1] 1 1 2 1 Segmentation fault ### whereas the code...