Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

New Post: Missing Vector.ScalarMultiply(Vector), and more

$
0
0
Ok, I think that the * operator can be used for ScalarMultiply and ScalarProduct:

double value = v1.ScalarMultiply (v2) .... now becomes
double value = v1 * v2;

double value = Vector.ScalarProduct (v1,v2) .... now becomes
double value = v1 * v2;


Not sure about the InPlace methods though... still digging.

Viewing all articles
Browse latest Browse all 971

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>