- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi
Just purchased Parallel Studio 2015. I'm attempting to solve an equation of form AX = B where A is an nxn matrix and X and B are nx1 and 1xn vectors
Am I correct in my understanding that rather that calling say dgetrf and dgetrs or manually doing X = BA-1 , I could just call the appropriate driver from here https://software.intel.com/en-us/node/468874 eg call dgesvxx( fact, trans, n, nrhs, a, lda, af, ldaf, ipiv, equed, r, c, b, ldb, x, ldx, rcond,rpvgrw, berr, n_err_bnds, err_bnds_norm, err_bnds_comp, nparams, params, work, iwork, info )
regards
Steve
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Questions about details of MKL solvers and pros and cons of available options are probably better answered on the MKL forum.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
sorry, didn't notice there was a dedicated MKL forum
thanks
