Le 09/05/11 19:52, Luc Maisonobe a écrit :
Le 09/05/2011 09:15, Arne Plöse a écrit :
Hi,
here are some proposals for enhancing FieldElement:
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);
This is possible
Le 09/05/2011 09:15, Arne Plöse a écrit :
Hi,
here are some proposals for enhancing FieldElement:
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);
This is possible only for negate() in the FieldElement. Not
On 9 May 2011 08:15, Arne Plöse wrote:
> Hi,
>
> here are some proposals for enhancing FieldElement:
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) ... an
Hi,
here are some proposals for enhancing FieldElement:
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 o