← Back to team overview

yade-dev team mailing list archive

Re: WM3 -> Eigen migration

 

> I had Vector3r(int x, int y, int z): EigenBase(x,y,z){} , but I
> deleted it as it is does not influence into the result. It seems,
> Eigen converts int->real smoothly,
It is c++ that does the implicit conversion. 
> You think it is better to add those?
Yes. Ints have different range and precision (exact) than Reals.

v




References