Exemplo n.º 1
0
 /// <summary>
 /// Returns the p-norm of this vector.
 /// </summary>
 public static double NormP(float4 v, double p) => v.NormP(p);