summaryrefslogtreecommitdiff
path: root/test_matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* cppcheck cleanup.Eric S. Raymond2015-01-221-2/+2
|
* Add compiler.h with compiler specific macros.Zbigniew Chyla2015-01-211-7/+1
| | | | | Use new macros (UNUSED, PRINTF_FUNC) where appropriate. This change doesn't affect generated binary code.
* Additional matrix-inversion test.Eric S. Raymond2014-09-271-0/+4
|
* Inversion-test with off-diagonal elements.Eric S. Raymond2014-09-201-5/+3
|
* Check for vanishing determunant in the tests.Eric S. Raymond2014-09-201-1/+10
|
* Integrate a matrix-algebra regression test.Eric S. Raymond2014-09-201-18/+52
|
* Work on unit test for matrix inversion.Eric S. Raymond2014-09-201-0/+46