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

Tridiagonal Solver for Ax=b

Matt_S_
Beginner
390 Views

I have been using dgesv for solving Ax=b, but my matrix A happens to be tridiagonal. I am wondering if there are any specific solvers in MKL that handle Ax=b where A is tridiagonal. Thanks in advance!

0 Kudos
2 Replies
Chao_Y_Intel
Moderator
390 Views

Matt, 

These two LAPACK function support the  tridiagonal matrix. Can yo check if it works for you?

https://software.intel.com/en-us/node/520879
https://software.intel.com/en-us/node/520894

Thanks,
Chao

 

0 Kudos
Royi
Novice
390 Views

Are those any better than ?gtsv?

0 Kudos
Reply