Ejemplo n.º 1
0
Archivo: iamax.cs Proyecto: 0xCM/z0
 public static int iamax(RowVector256 <double> X)
 => (int)CBLAS.cblas_idamax(X.Length, ref head(X), 1);
Ejemplo n.º 2
0
Archivo: iamax.cs Proyecto: 0xCM/arrows
 public static int iamax(BlockVector <double> X)
 => (int)CBLAS.cblas_idamax(X.Length, ref head(X), 1);