2015-05-15 |
Luc Maisonobe | Merge branch 'pow-reimplementation' into h10-builds h10-builds 100/head |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Luc Maisonobe | Attempt to re-implement the pow function. |
commit | commitdiff | tree | snapshot |
2015-05-09 |
Luc Maisonobe | Use Double.isNaN rather than x != x in FastMath. |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Sebb | Version entries must be in separate release sections |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Thomas Neidhart | Fix test failures for FastMath.pow by preventing JIT... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Luc Maisonobe | Fixed equals/hashcode contract failure for Dfp. |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Luc Maisonobe | Fixed wrong splitting of huge number in extended accura... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
tn | Testing different branching. |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Back to regular implementation of pow. |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Fixed dummy return that created too much problems. |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Focus dummy return values. |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Ignore failures due to the previous change that we... |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Use special dummy values to identify pow(x,y) path... |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Removed debug test. |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Testing only the values that up to now have created... |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Removed print. |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Looking at double to long cast vs. dedicated implementa... |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Print double to long cast. |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Looking more precisely at pow(+/-0.0, y). |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Luc Maisonobe | Printing some double values and their binary representa... |
commit | commitdiff | tree | snapshot |
2015-05-04 |
Luc Maisonobe | Added debug traces for investigating H10 builds failures. |
commit | commitdiff | tree | snapshot |
2015-05-04 |
Luc Maisonobe | Revert "Attempt to circumvent some errors which seem... |
commit | commitdiff | tree | snapshot |
2015-05-04 |
Luc Maisonobe | Attempt to circumvent some errors which seem to be... |
commit | commitdiff | tree | snapshot |
2015-05-04 |
Luc Maisonobe | Fixed missing javadoc. |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Thomas Neidhart | Add userguide example for integer distributions. Fix... |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Luc Maisonobe | Converters for univariate and multivariate differentiab... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Thomas Neidhart | [MATH-964] Remove unused class PollardRho. |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Thomas Neidhart | [MATH-964] Remove unused class PollardRho. |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Thomas Neidhart | [MATH-1221] Improve performance of ZipfDistribution... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Thomas Neidhart | [MATH-1220] Improve performance of ZipfDistribution... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Thomas Neidhart | [MATH-1153] Improve performance of BetaDistribution... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Luc Maisonobe | Disabling a broken checkstyle test. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Luc Maisonobe | Fixed checkstyle and findbugs warnings. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Luc Maisonobe | Updated plugins. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Luc Maisonobe | Removed cache setting that directly refers to target... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Luc Maisonobe | Removed RedundantThrows module which is not supported... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Luc Maisonobe | Typos. |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Thomas Neidhart | [MATH-853] MathRuntimeException becomes the commons... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Thomas Neidhart | Fix typo. |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Thomas Neidhart | Remove spurios change. |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Thomas Neidhart | [MATH-1197] Computation of 2-sample KS statistic was... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Gilles | RNG seed in unit test. |
commit | commitdiff | tree | snapshot |
2015-04-17 |
Luc Maisonobe | Merge 3.5 back into 4.0 history. |
commit | commitdiff | tree | snapshot |
2015-04-17 |
Luc Maisonobe | Wrap jgit buildnumber plugin in a profile triggered... |
commit | commitdiff | tree | snapshot |
2015-04-14 |
tn | Code formatting. |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Thomas Neidhart | Merge branch 'master' of https://git-wip-us.apache... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Thomas Neidhart | [MATH-1205] Major refactoring of the descriptive statis... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Luc Maisonobe | Fixed wrong file name. |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Luc Maisonobe | Updated site menu for upcoming 3.5 release. |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Luc Maisonobe | Moved FastMathTestPerformance out of the main test... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Luc Maisonobe | Added a way to build polyhedrons sets from vertices... |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Phil Steitz | Added missing serial version ids. |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Phil Steitz | Added @Overrides. |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Phil Steitz | Dropped vestigal methods from test distributions. |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Thomas Neidhart | Remove deprecated classes in optim package. |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Thomas Neidhart | Remove deprecated classes in optim package. |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Thomas Neidhart | Reset clirr exceptions after package change. |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Thomas Neidhart | Remove deprecated interfaces/classes/methods in analysi... |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Thomas Neidhart | Add missing @Override tags, formatting. |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Thomas Neidhart | Add missing @Override tags. |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Luc Maisonobe | Fixed ignored method parameters in QRDecomposition... |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Luc Maisonobe | Changed javadoc as the RandomDataGenerator class. |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Luc Maisonobe | Fixed @Override checkstyle warnings. |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Luc Maisonobe | Fixed wrong intersection selection in polyhedrons sets. |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Luc Maisonobe | Added dump/parse utilities for BSP trees. |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Phil Steitz | Fixed javadoc. JIRA: MATH-1214. |
commit | commitdiff | tree | snapshot |
2015-04-09 |
Gilles | Javadoc warnings. |
commit | commitdiff | tree | snapshot |
2015-04-09 |
Gilles | Typo. |
commit | commitdiff | tree | snapshot |
2015-04-09 |
Gilles | MATH-1206 |
commit | commitdiff | tree | snapshot |
2015-04-08 |
Luc Maisonobe | Fixed wrong handling of a corner case. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Luc Maisonobe | Added missing @Override |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Thomas Neidhart | Fix sonar error: remove private final field and return... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Gilles | MATH-1210 |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Thomas Neidhart | Fix checkstyle warning, remove forgotten deprecated... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Thomas Neidhart | Add missing @Override tags, add final for member variab... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Thomas Neidhart | Add missing @Override tags, add final for member variab... |
commit | commitdiff | tree | snapshot |
2015-03-11 |
Thomas Neidhart | [MATH-1209] Fix link to algorithm description in Poisso... |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Thomas Neidhart | Use proper type for changelog entry. |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Thomas Neidhart | [MATH-757] Removed broken and deprecated synchronizatio... |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Thomas Neidhart | Add missing @Override tags, use final for private field... |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Thomas Neidhart | Remove deprecated Vector#distance(Vector) method. |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Thomas Neidhart | Merge branch 'master' of https://git-wip-us.apache... |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Thomas Neidhart | Add missing @Override tags. |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Thomas Neidhart | [MATH-945] Added log10 to RealFieldElement. |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Thomas Neidhart | Add missing @Override tags, formatting. |
commit | commitdiff | tree | snapshot |
2015-03-09 |
Phil Steitz | Corrected the fix for MATH-1208. |
commit | commitdiff | tree | snapshot |
2015-03-09 |
Phil Steitz | Made getKernel return a constant distribution for zero... |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Gilles | Merge branch 'master' of https://git-wip-us.apache... |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Gilles | MATH-1207 |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Phil Steitz | Made getKernel return a constant distribution for zero... |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Thomas Neidhart | Make private fields final if possible, add missing... |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Thomas Neidhart | Remove unneeded empty lines. |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Thomas Neidhart | [MATH-958] Remove support for NaNStrategy#REMOVED in... |
commit | commitdiff | tree | snapshot |
2015-02-25 |
Thomas Neidhart | Remove deprecated interpolation and fitter classes. |
commit | commitdiff | tree | snapshot |
2015-02-25 |
Thomas Neidhart | Remove unused imports. |
commit | commitdiff | tree | snapshot |
2015-02-25 |
Thomas Neidhart | Enabled MissingOverride check after upgrade to Java 7. |
commit | commitdiff | tree | snapshot |
2015-02-25 |
Thomas Neidhart | Remove deprecated optimization package. |
commit | commitdiff | tree | snapshot |
2015-02-25 |
Thomas Neidhart | [MATH-869] NullArgumentException now extends NullPointe... |
commit | commitdiff | tree | snapshot |
2015-02-25 |
Thomas Neidhart | Remove temporary output. |
commit | commitdiff | tree | snapshot |
2015-02-25 |
Thomas Neidhart | [MATH-839] Renamed cumulativeProbability(double, double... |
commit | commitdiff | tree | snapshot |
next |