Hi, here are some proposals for enhancing FieldElement<T>:
add some shorthand "operators" for double i.e. add(double rhs) ... and so on. add: T negate(); T sqrt(); T pow(T x); T pow(double x); the FieldVector interface should be enhanced with this methods as well. Yes, I know this has an impact on many classes .... Arne --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org