Beispiel #1
0
 public static double norm(BlockVector <double> X)
 => CBLAS.cblas_dnrm2(X.Length, ref head(X), 1);
Beispiel #2
0
Datei: norm.cs Projekt: 0xCM/z0
 public static double norm(RowVector256 <double> X)
 => CBLAS.cblas_dnrm2(X.Length, ref head(X), 1);