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

関数

void csc_dusmv (char trans, int m, int n, double alpha, const double val[], const int colptr[], const int rowind[], int base, const double x[], int incx, double beta, double y[], int incy, int *info)
 y <- αAx + βy または y <- αATx + βy (CSC)