Apr 8, 2007 #1 kunletee Mechanical Joined Nov 9, 2006 Messages 10 Location CA Hi everyone, Please, can any help me with the Thomas tridiagonal algorithm in C++ code.Thank you. Kunletee
Hi everyone, Please, can any help me with the Thomas tridiagonal algorithm in C++ code.Thank you. Kunletee
Apr 9, 2007 #2 xerf Mechanical Joined Oct 4, 2004 Messages 674 Location US This for pure C: http://www.nrbook.com/a/bookcpdf.php more precisely: http://www.nrbook.com/a/bookcpdf/c2-4.pdf There's a C++ version of this book, but I think it is not free. Upvote 0 Downvote
This for pure C: http://www.nrbook.com/a/bookcpdf.php more precisely: http://www.nrbook.com/a/bookcpdf/c2-4.pdf There's a C++ version of this book, but I think it is not free.