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