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

MatrixInverse order

beijihuohu
初学者
1,388 次查看

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 项奖励
2 回复数
Todd_R_Intel
员工
1,388 次查看

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

Todd

0 项奖励
beijihuohu
初学者
1,388 次查看


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!

0 项奖励
回复