![]() |
XLPack 7.0
XLPack 数値計算ライブラリ (C API) リファレンスマニュアル
|
関数 | |
| void | csr_dusmv (char trans, int m, int n, double alpha, const double val[], const int rowptr[], const int colind[], int base, const double x[], int incx, double beta, double y[], int incy, int *info) |
| y <- αAx + βy または y <- αATx + βy (CSR) | |