Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

MatrixInverse order

beijihuohu
Principiante
1.494 Visualizações

I wan't to know how many unknown number with a equation can be solved with the precision 10^(-4) with MKL.This is a problem i encountered this time,Because i can't fix the number of unknown number in a equation,I must known the ability of mkl and make sure the result can be used in the next process.
Anyone known?Thank you!

0 Kudos
2 Respostas
Todd_R_Intel
Funcionário
1.494 Visualizações

Can you tell us which function you are planning to use in Intel MKL? Is the matrix dense or sparse?

Todd

beijihuohu
Principiante
1.494 Visualizações


Todd :
Thank you.
There are some functions as follow:
1:zgeev.
2: zgetrf
3: zgetri
4: dgetri
5: dgetrf
All the matrix is not sparse,in fact ,i don't known tt's dense or sparse just because all the elememt in the matrix depends on the result of the previous process.
Than you!

Responder