@Ming_Da wrote:
Hello everyone.Recently I try to use Math.net in C# program.today I want to make Cross Product:
var v1 = new DenseVector(new[] { 1.0, 2.0, 3.0 });
var v2 = new DenseVector(new[] { 1.0, 2.0, 3.0 });
--->var v = v1.CrossProduct(v2). but I do not find the methods"Cross Product"
can you tall me why?
Posts: 3
Participants: 2