コード例 #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);