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