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