Dear list, The latest RcppArmadillo broke some code that worked for me before, and produces erroneous results. I have just tracked down the origin of the problem to a change in the armadillo library: applying trans() to complex matrices now takes the complex conjugate as well as transposing. Using strans() restores the original behavior. I though I'd warn other RcppArmadillo users to check their code if it uses complex linear algebra. Rather curiously, strans() cannot be applied on real matrices, so trans() should be kept there.
Best regards, baptiste _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel