public static extern CLSparseStatus Scoo2csr(
     ref CLSparseCooMatrix coo,
     ref CLSparseCsrMatrix csr,
     CLSparseControl control);
Example #2
0
 public static extern CLSparseStatus InitCooMatrix(out CLSparseCooMatrix cooMatx);