示例#1
0
 public static void SdcaL1UpdateDense(float primalUpdate, int length, float[] src, float threshold, float[] v, float[] w)
 => SseUtils.SdcaL1UpdateDense(primalUpdate, length, src, threshold, v, w);
 public static void SdcaL1UpdateDense(float primalUpdate, int count, ReadOnlySpan <float> source, float threshold, Span <float> v, Span <float> w)
 => SseUtils.SdcaL1UpdateDense(primalUpdate, count, source, threshold, v, w);