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!
链接已复制
2 回复数
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!