Esempio n. 1
0
File: iamax.cs Progetto: 0xCM/z0
 public static int iamax(RowVector256 <float> X)
 => (int)CBLAS.cblas_isamax(X.Length, ref head(X), 1);
Esempio n. 2
0
File: iamax.cs Progetto: 0xCM/arrows
 public static int iamax(BlockVector <float> X)
 => (int)CBLAS.cblas_isamax(X.Length, ref head(X), 1);