/// <summary> /// Calculate the absolute value element-wise. /// </summary> public static NDArray abs(NDArray x) => x.absolute();