Added gitignore for temporary files created by various Linux text editors |
|
More...
|
almost 10 years ago
|
Tridiagonal system solver is now fully tested |
|
More...
|
almost 10 years ago
|
Comment wording clarifications |
|
More...
|
almost 10 years ago
|
Begun tridiagonal solver testing and corrected an out-of-bounds error |
|
More...
|
almost 10 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...
|
almost 10 years ago
|
Removed the exception checking in Cookbook.Test. In the end, it solely makes debugging harder for no good reason |
|
More...
|
almost 10 years ago
|
Raw transcription of the NR algorithm for tridiagonal system solving. Needs refinement and testing |
|
More...
|
almost 10 years ago
|
Clarify tridiagonal matrix layout and solver exceptions |
|
More...
|
almost 10 years ago
|
Clarify the two sources of matrix singularities in LU decomposition |
|
More...
|
almost 10 years ago
|
Merge branch 'master' into tridiagonal_solver |
|
More...
|
almost 10 years ago
|
Added information about the new GPRbuild functionality in the README |
|
More...
|
almost 10 years ago
|
Tested latest master on Windows 10 x64, in all build configurations |
|
More...
|
almost 10 years ago
|
Separated between debug and release build scenarii |
|
More...
|
almost 10 years ago
|
Added ignore rule for the .TMP files created by GNAT on Windows |
|
More...
|
almost 10 years ago
|
Allowed for higher build parallelism |
|
More...
|
almost 10 years ago
|
Merge branch 'master' into tridiagonal_solver |
|
More...
|
almost 10 years ago
|
Testing is over, putting everything back in working order... |
|
More...
|
almost 10 years ago
|
Stylistic fixes for LU_Decomp tests |
|
More...
|
almost 10 years ago
|
Stylistic fix in Gauss-Jordan tests |
|
More...
|
almost 10 years ago
|
Fixed lack of tests for Is_Square_Matrix in the way |
|
More...
|
almost 10 years ago
|
Float containers test -- now with full coverage ! |
|
More...
|
almost 10 years ago
|
Added matrix product tests |
|
More...
|
almost 10 years ago
|
Added tests for multiplication of matrices and vectors by a scalar |
|
More...
|
almost 10 years ago
|
Fully tested matrix equality and re-tested vector equality |
|
More...
|
almost 10 years ago
|
Bugfix : Equality should return false for vectors of different length, not throw an exception |
|
More...
|
almost 10 years ago
|
Added tests for vector equality |
|
More...
|
almost 10 years ago
|
To truly test container test coverage, we need to avoid instantiating other packages |
|
More...
|
almost 10 years ago
|
Merge branch 'master' into tridiagonal_solver |
|
More...
|
almost 10 years ago
|
Merge branch 'master' into containers_tests |
|
More...
|
almost 10 years ago
|
Used absolute wiki links and updated to reflect latest wiki changes |
|
More...
|
almost 10 years ago
|