0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 28, 2025 — Aug 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Matrix now throws an exception if it is not invertible. More... almost 17 years ago
Throw an exception if matrix is not invertible. More... almost 17 years ago
*** empty log message *** More... almost 17 years ago
Fixed bug in the double->Rational conversion. More... about 17 years ago
Fixed problem with the PolynomialFactory, FieldP classes and the GradientDescent for the complex function More... about 17 years ago
added PolynomialFactoryTest More... about 17 years ago
*** empty log message *** More... about 17 years ago
*** empty log message *** More... about 17 years ago
Same package for Unit-Tests as the classes that are tested by them. That way default (package) visibility of methods and variables can be used in Unit-Tests. More... about 17 years ago
the class BinaryFloat & related code is removed. Minor fixes of the documentation (javadoc). More... about 17 years ago
Added method sqrt() to BigDecimalWrapper (which means that L2Norm is working now ;-) More... about 17 years ago
The failure of the RandomGradientDescent test for complex numbers is fixed (the cause was the inability of the the code to generate rationals from strings). More... about 17 years ago
Introduced BigDecimalWrapper + Factory + Tests as a proposal ro replace BinaryFloat. More... about 17 years ago
Fixed problem with normalizing 0-Space More... about 17 years ago
*** empty log message *** More... about 17 years ago
Fixed problem with 0-Space More... about 17 years ago
*** empty log message *** More... about 17 years ago
*** empty log message *** More... about 17 years ago
Minor code cleaning done. More... over 17 years ago
*** empty log message *** More... over 17 years ago
prevent the maximal change to a parameter to exceed the maxStep value. More... over 17 years ago
*** empty log message *** More... over 17 years ago
*** empty log message *** More... over 17 years ago
added Vector.set(Vector<RE> vector) + test More... over 17 years ago
Depreciated all methods in IRingeElementFactory producing random numbers and require a random number generator to be passed to them. Added methods using a centralised random number generator. More... over 17 years ago
added tests, minor change to (still broken) BinaryFloat More... over 17 years ago
Complex: norm() instead of magnitude() IRingElement: added norm() MatrixDeterminant: norm() instead of abs() More... over 17 years ago
*** empty log message *** More... over 17 years ago
Optimiser: added methods to change the max. number of optimisation steps and to retreive the number of steps taken, bugfixes Plynomial.toString used the abs() method - which may not be implemented(able). Rewrote it and tests for polynomials. More... over 17 years ago
Comments, named thread for optimisation in RandomGradientDescent More... over 17 years ago