[jira] [Commented] (MATH-740) Some "FastMath" functions are slow

2017-04-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958922#comment-15958922 ] Michael Borcherds commented on MATH-740: Sorry, for > Also GWT 2.8 supports Math.doubleToLongBits()

[jira] [Comment Edited] (MATH-740) Some "FastMath" functions are slow

2017-04-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958922#comment-15958922 ] Michael Borcherds edited comment on MATH-740 at 4/6/17 1:27 PM: Sorry, for

[jira] [Commented] (MATH-1408) Do not use exceptions for control flow

2017-04-05 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15956603#comment-15956603 ] Michael Borcherds commented on MATH-1408: - It's only the explicit casts that are a problem in GWT

[jira] [Comment Edited] (MATH-740) Some "FastMath" functions are slow

2017-04-04 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15955063#comment-15955063 ] Michael Borcherds edited comment on MATH-740 at 4/4/17 12:26 PM: - I've run

[jira] [Commented] (MATH-740) Some "FastMath" functions are slow

2017-04-04 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15955077#comment-15955077 ] Michael Borcherds commented on MATH-740: Note: as FastMath relies on Math.ulp(),

[jira] [Commented] (MATH-740) Some "FastMath" functions are slow

2017-04-04 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15955063#comment-15955063 ] Michael Borcherds commented on MATH-740: I've run the official tests on FastMath on GWT + Core i7 in

[jira] [Comment Edited] (MATH-1406) official support for compiling on GWT 2.8

2017-04-03 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953142#comment-15953142 ] Michael Borcherds edited comment on MATH-1406 at 4/3/17 8:47 AM: - GWT

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-04-03 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953142#comment-15953142 ] Michael Borcherds commented on MATH-1406: - GWT documentation refers to what is supported, rather

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-04-03 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953065#comment-15953065 ] Michael Borcherds commented on MATH-1406: - > Are your referring to using exceptions for control

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-04-02 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15952826#comment-15952826 ] Michael Borcherds commented on MATH-1406: - Just tried RNG 1.0, it already compiles fine with GWT

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897089#comment-15897089 ] Michael Borcherds commented on MATH-1406: - Done, please ask if anything's still unclear > official

[jira] [Updated] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Borcherds updated MATH-1406: Description: Context: at the moment Apache Commons Math can't be compiled using GWT (to

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897049#comment-15897049 ] Michael Borcherds commented on MATH-1406: - {noformat} package org.apache.commons.math3.util;

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897046#comment-15897046 ] Michael Borcherds commented on MATH-1406: - {noformat} package org.apache.commons.math3.util;

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897045#comment-15897045 ] Michael Borcherds commented on MATH-1406: - Note: GWTMath has some GPL2 + Classpath Exception code

[jira] [Comment Edited] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897042#comment-15897042 ] Michael Borcherds edited comment on MATH-1406 at 3/6/17 10:23 AM: --

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897042#comment-15897042 ] Michael Borcherds commented on MATH-1406: - /* * Licensed to the Apache Software Foundation (ASF)

[jira] [Comment Edited] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897043#comment-15897043 ] Michael Borcherds edited comment on MATH-1406 at 3/6/17 10:23 AM: --

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897043#comment-15897043 ] Michael Borcherds commented on MATH-1406: - /* * Licensed to the Apache Software Foundation (ASF)

[jira] [Comment Edited] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897039#comment-15897039 ] Michael Borcherds edited comment on MATH-1406 at 3/6/17 10:20 AM: -- GWT

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897039#comment-15897039 ] Michael Borcherds commented on MATH-1406: - GWT doesn't support clone so x.clone() replaced by

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897037#comment-15897037 ] Michael Borcherds commented on MATH-1406: - I've run the official tests on FastMath on GWT + Core i7

[jira] [Updated] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Borcherds updated MATH-1406: Description: Is there any interest in allowing Apache Commons Math to be officially

[jira] [Commented] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897025#comment-15897025 ] Michael Borcherds commented on MATH-1406: - One simple change is to remove the "catch

[jira] [Created] (MATH-1406) official support for compiling on GWT 2.8

2017-03-06 Thread Michael Borcherds (JIRA)
Michael Borcherds created MATH-1406: --- Summary: official support for compiling on GWT 2.8 Key: MATH-1406 URL: https://issues.apache.org/jira/browse/MATH-1406 Project: Commons Math Issue

[jira] Created: (MATH-464) LegendreGaussIntegrator ignores defaultMaximalIterationCount and does 38 million iterations

2010-12-30 Thread Michael Borcherds (JIRA)
LegendreGaussIntegrator ignores defaultMaximalIterationCount and does 38 million iterations --- Key: MATH-464 URL: https://issues.apache.org/jira/browse/MATH-464

[jira] Created: (MATH-280) bug in inverseCumulativeProbability() for Normal Distribution

2009-07-06 Thread Michael Borcherds (JIRA)
bug in inverseCumulativeProbability() for Normal Distribution - Key: MATH-280 URL: https://issues.apache.org/jira/browse/MATH-280 Project: Commons Math Issue Type: Bug Affects