Exemplo n.º 1
0
 public static int iamin(BlockVector <double> X)
 => (int)CBLAS.cblas_idamin(X.Length, ref head(X), 1);
Exemplo n.º 2
0
Arquivo: iamin.cs Projeto: 0xCM/z0
 public static int iamin(RowVector256 <double> X)
 => (int)CBLAS.cblas_idamin(X.Length, ref head(X), 1);