You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks Luke for noticing this. This issue already existed with the previous version of armadillo. Op appears to be an internal class of armadillo and in my opinion should not have been exposed. I solved the issue at the time by adding the following two "evil hack style" lines on top of the armadillo header.
// Redifinition of "Op" to avoid name colission with xdiag::Op (#undef at bottom)
#define Op OPP
So if we update the armadillo which is included, we would need to add these two lines again as well.
Hey Alex,
The latest version of armadillo has a bug fix for
expmat()
, so I guess it would be nice if this was updated,but now there is a clash with the namespaces as Op is now in the arma namespace,
I guess the appropriate fix to the examples would be,
rather than simply,
The text was updated successfully, but these errors were encountered: