Would someone help me ?
I need to do matrix-vector multiplication and for that tried to use mkl_dcsrmv( ) functions. My sparse matrix is compressed sparse row format and NOT square matrix. not upper triangular not lower triangular not diagonal. That is just general sparse matrix.
then what 'matdescra' options do I have to use ? for
matdescra[0], matdescra[1], ~ matdescra[3] ?
for matdecra[1], In the manual I can find only 'L', or 'U' options for lower and upper triangular matrix and there are not an option for neither of them.
Thank you.
Joon.
I need to do matrix-vector multiplication and for that tried to use mkl_dcsrmv( ) functions. My sparse matrix is compressed sparse row format and NOT square matrix. not upper triangular not lower triangular not diagonal. That is just general sparse matrix.
then what 'matdescra' options do I have to use ? for
matdescra[0], matdescra[1], ~ matdescra[3] ?
for matdecra[1], In the manual I can find only 'L', or 'U' options for lower and upper triangular matrix and there are not an option for neither of them.
Thank you.
Joon.
1 解答
Quoting - kimjoonshikgmail.com
Would someone help me ?
I need to do matrix-vector multiplication and for that tried to use mkl_dcsrmv( ) functions. My sparse matrix is compressed sparse row format and NOT square matrix. not upper triangular not lower triangular not diagonal. That is just general sparse matrix.
then what 'matdescra' options do I have to use ? for
matdescra[0], matdescra[1], ~ matdescra[3] ?
for matdecra[1], In the manual I can find only 'L', or 'U' options for lower and upper triangular matrix and there are not an option for neither of them.
Thank you.
Joon.
I need to do matrix-vector multiplication and for that tried to use mkl_dcsrmv( ) functions. My sparse matrix is compressed sparse row format and NOT square matrix. not upper triangular not lower triangular not diagonal. That is just general sparse matrix.
then what 'matdescra' options do I have to use ? for
matdescra[0], matdescra[1], ~ matdescra[3] ?
for matdecra[1], In the manual I can find only 'L', or 'U' options for lower and upper triangular matrix and there are not an option for neither of them.
Thank you.
Joon.
See Table Possible Combinations of Element Values of the Parameter matdescra.
A.
链接已复制
1 回复
Quoting - kimjoonshikgmail.com
Would someone help me ?
I need to do matrix-vector multiplication and for that tried to use mkl_dcsrmv( ) functions. My sparse matrix is compressed sparse row format and NOT square matrix. not upper triangular not lower triangular not diagonal. That is just general sparse matrix.
then what 'matdescra' options do I have to use ? for
matdescra[0], matdescra[1], ~ matdescra[3] ?
for matdecra[1], In the manual I can find only 'L', or 'U' options for lower and upper triangular matrix and there are not an option for neither of them.
Thank you.
Joon.
I need to do matrix-vector multiplication and for that tried to use mkl_dcsrmv( ) functions. My sparse matrix is compressed sparse row format and NOT square matrix. not upper triangular not lower triangular not diagonal. That is just general sparse matrix.
then what 'matdescra' options do I have to use ? for
matdescra[0], matdescra[1], ~ matdescra[3] ?
for matdecra[1], In the manual I can find only 'L', or 'U' options for lower and upper triangular matrix and there are not an option for neither of them.
Thank you.
Joon.
See Table Possible Combinations of Element Values of the Parameter matdescra.
A.