On 9 May 2011 08:15, Arne Plöse <[email protected]> wrote: > Hi, > > here are some proposals for enhancing FieldElement<T>:
Please could you create a JIRA enhancement request for this? It's much easier to keep track of JIRA issues than an e-mail. > 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
