commons-math icon indicating copy to clipboard operation
commons-math copied to clipboard

Apache Commons Math

Results 70 commons-math issues
Sort by recently updated
recently updated
newest added

I am using this class for some heavy operation tasks and manual array copy is not helping us. I have tested this change and seems to bring in a minor...

We are experimenting with a static analysis tool and it suggested this change to make the exception handling more robust. The problem it reports is that f[0] is accessed in...

I know things are in flux and you may not be able to use this, but here it is anyway. I'm not completely happy with the accuracy of the evaluations...

I know things are in flux and you may not be able to use this, but here it is anyway. I'm not completely happy with the accuracy of the evaluations...

Complex number 0 raised to a (real) positive number should be 0 and otherwise NaN. Note I did have to change existing tests which asserted that 0^1 is NaN when...

Minimal changes to revert 'LUDecomposition' to the (original) faster JAMA implementation + some stylistic changes. Performance gain is ca. 10x for matrices of size 1500 x 1500. Added two new...

We are researchers working on identifying redundant tests in a test suite. Our analysis of finding redundant tests involve each test's dynamic code coverage and their potential fault-detection capability. Through...