コード例 #1
0
 static float dot(Span <float> X, Span <float> Y)
 => CBLAS.cblas_sdot(length(X, Y), ref head(X), 1, ref head(Y), 1);