Ejemplo n.º 1
0
 public T Dot(Tensor <T> other)
 {
     return(SimdOps <T> .Dot(InternalArray, other.InternalArray));
 }
Ejemplo n.º 2
0
 public T Dot(T value)
 {
     return(SimdOps <T> .Dot(InternalArray, value));
 }