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

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

$
0
0
double value = ...;

//inplace scalar multiply
v1.Multiply(value, v1);

//inplace scalar add
v1.Add(value, v1);
v1.Add(v2, v1);
Everything is there, already.

Viewing all articles
Browse latest Browse all 971

Trending Articles