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