Exemple #1
0
 /// <summary>
 /// Numerical negative, element-wise.
 /// </summary>
 /// <remarks>https://docs.scipy.org/doc/numpy/reference/generated/numpy.negative.html</remarks>
 public static NDArray negative(NDArray nd)
 => nd.negative();