예제 #1
0
파일: iamax.cs 프로젝트: 0xCM/z0
 public static int iamax(RowVector256 <double> X)
 => (int)CBLAS.cblas_idamax(X.Length, ref head(X), 1);
예제 #2
0
파일: iamax.cs 프로젝트: 0xCM/arrows
 public static int iamax(BlockVector <double> X)
 => (int)CBLAS.cblas_idamax(X.Length, ref head(X), 1);