コード例 #1
0
 static float asum(Span <ComplexF32> X)
 => CBLAS.cblas_scasum(X.Length, ref X[0], 1);