コード例 #1
0
 public static extern CLSparseStatus Scoo2csr(
     ref CLSparseCooMatrix coo,
     ref CLSparseCsrMatrix csr,
     CLSparseControl control);
コード例 #2
0
 public static extern CLSparseStatus InitCooMatrix(out CLSparseCooMatrix cooMatx);