Closed btracey closed 9 years ago
Please review #28 before this one. I'll fix this up when that's through.
Just a thought, but would it be worthwhile to compare the banded operations to the more expensive dense operations to determine correctness in addition to the explicit answers you provide?
LGTM
How would you recommend doing that? Generate random matrices of various sizes?
Yeah, or at least do the same operation with the input matrices you have here.
This implements the Dtbsv function and adds tests.