XLPack 7.0
XLPack 数値計算ライブラリ (C API) リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません
関数
coo_csr.c ファイル

関数

void coo_csr (int m, int n, int nnz, const double val[], const int rowind[], const int colind[], int base, double val2[], int rowptr2[], int colind2[], int base2, int *info)
 COO -> CSR