Ejemplo n.º 1
0
 public Tensor <T> Sqrt()
 {
     return(FromRef(Shape, SimdOps <T> .Sqrt(InternalArray)));
 }