Esempio n. 1
0
 public static extern CLSparseStatus Scoo2csr(
     ref CLSparseCooMatrix coo,
     ref CLSparseCsrMatrix csr,
     CLSparseControl control);
Esempio n. 2
0
 public static extern CLSparseStatus InitCooMatrix(out CLSparseCooMatrix cooMatx);