0
I Use This!
Inactive

Commits : Listings

Analyzed 8 days ago. based on code collected 9 days ago.
Jan 05, 2024 — Jan 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added gitignore for temporary files created by various Linux text editors More... over 9 years ago
Tridiagonal system solver is now fully tested More... over 9 years ago
Comment wording clarifications More... over 9 years ago
Begun tridiagonal solver testing and corrected an out-of-bounds error More... over 9 years ago
Since the code checks the first matrix element, there is an implicit precondition that the matrix must be of size 1 or more More... over 9 years ago
Removed the exception checking in Cookbook.Test. In the end, it solely makes debugging harder for no good reason More... over 9 years ago
Raw transcription of the NR algorithm for tridiagonal system solving. Needs refinement and testing More... over 9 years ago
Clarify tridiagonal matrix layout and solver exceptions More... over 9 years ago
Clarify the two sources of matrix singularities in LU decomposition More... over 9 years ago
Merge branch 'master' into tridiagonal_solver More... over 9 years ago
Added information about the new GPRbuild functionality in the README More... over 9 years ago
Tested latest master on Windows 10 x64, in all build configurations More... over 9 years ago
Separated between debug and release build scenarii More... over 9 years ago
Added ignore rule for the .TMP files created by GNAT on Windows More... over 9 years ago
Allowed for higher build parallelism More... over 9 years ago
Merge branch 'master' into tridiagonal_solver More... over 9 years ago
Testing is over, putting everything back in working order... More... over 9 years ago
Stylistic fixes for LU_Decomp tests More... over 9 years ago
Stylistic fix in Gauss-Jordan tests More... over 9 years ago
Fixed lack of tests for Is_Square_Matrix in the way More... over 9 years ago
Float containers test -- now with full coverage ! More... over 9 years ago
Added matrix product tests More... over 9 years ago
Added tests for multiplication of matrices and vectors by a scalar More... over 9 years ago
Fully tested matrix equality and re-tested vector equality More... over 9 years ago
Bugfix : Equality should return false for vectors of different length, not throw an exception More... over 9 years ago
Added tests for vector equality More... over 9 years ago
To truly test container test coverage, we need to avoid instantiating other packages More... over 9 years ago
Merge branch 'master' into tridiagonal_solver More... over 9 years ago
Merge branch 'master' into containers_tests More... over 9 years ago
Used absolute wiki links and updated to reflect latest wiki changes More... over 9 years ago