コード例 #1
0
 public static Vector <T> op_DotMultiply(Vector <T> x, Vector <T> y)
 {
     return(x.PointwiseMultiply(y));
 }