- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Although the various storage schemes are explained in detail in MKL Reference Manual, I believe human users are still willing to present their matrix in conventional full storage form. Is there any service functions in MKL that take in a full-storage matrix and convert it to other storage format like packed, band or RFP? That would reduce programming work a lot.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Now deprecated, but still available: https://software.intel.com/en-us/mkl-developer-reference-fortran-mkl-dnscsr
Recommended for use in new code: https://software.intel.com/en-us/mkl-developer-reference-fortran-matrix-manipulation-routines
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi, mecej4, I don't understand your answer. Maybe you didn't understand my question at all.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Please read the MKL documentation using the links that I provided. The routine mkl_sdnscsr(), for example, allows you to provide a dense matrix as input to the routine and returns the arrays IA, JA and ACSR for the compressed sparse row representation of the same matrix. That capability is one of the features that you asked for, is it not?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
mecej4 wrote:Please read the MKL documentation using the links that I provided. The routine mkl_sdnscsr(), for example, allows you to provide a dense matrix as input to the routine and returns the arrays IA, JA and ACSR for the compressed sparse row representation of the same matrix. That capability is one of the features that you asked for, is it not?
Please read my question first before asking me to read something else. Your answer is totally irrelevant to my question because you totally have no idea what I was asking. Always try to UNDERSTAND what people were asking, rather than to ASSUME what people were asking. By the way, could you please not answer in this thread and leave it to someone else? Thanks a lot.