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