The last version of armadillo gives a warning of matrix not symmetric when using inv_sympd. However, the matrix is a cross-product so I am sure it is symmetric. When I print A-arma::trans(A) I get that all the elements are 0 except one that is 1.1369e-013.
The warning causes Rstudio to crush sometimes because I am using parallel computing, so different cores can try to print at the same time and make it crush. How can I disable the warning or make it less strict?