Closed btracey closed 9 years ago
The old implementation of dgbmv was written in column-major style and had a few bugs. This writes it as row-major and adds a more robust test suite
Please review this before #26 . I'll fix that once this is through.
Coverage increased (+1.63%) when pulling fb08479b75b0aa8aacde8600e514f6866bcc9cc2 on fixdgbmv into 33f78a29b02f0400a1b0a8559c1e2c9f863a5d18 on master.
The comments on the top of #26 will be helpful in understanding the banded layout (they can be added when #26 gets added).
@kortschak
Coverage increased (+1.75%) when pulling 65cc4148f404cb3f53fa766b71098029b715a1bd on fixdgbmv into 33f78a29b02f0400a1b0a8559c1e2c9f863a5d18 on master.
LGTM
The old implementation of dgbmv was written in column-major style and had a few bugs. This writes it as row-major and adds a more robust test suite