vector.ElementwiseMultiply( obsolete

9 views
Skip to first unread message

maurice...@univ-savoie.fr

unread,
May 14, 2017, 12:48:02 PM5/14/17
to Accord.NET Framework
In documentation there is

double[] vector = { 0, 2, 4 };
double[] a = vector.ElementwiseMultiply(2); // vector .* 2, generates { 0, 4, 8 }

But it's obsolete

I can't find the equivalent method?

César

unread,
Jul 8, 2017, 5:14:43 PM7/8/17
to Accord.NET Framework
You can use Elementwise.Multiply(a, b), or simply vector.Multiply(2).
Reply all
Reply to author
Forward
0 new messages