commons-math/src/userguide
Luc Maisonobe 15a24dc0fc Added a fast implementation of IEEEremainder in FastMath. 2015-05-16 14:24:13 +02:00
..
java/org/apache/commons/math4/userguide Added a fast implementation of IEEEremainder in FastMath. 2015-05-16 14:24:13 +02:00
resources Fixed missing licenses. 2013-12-29 15:18:59 +00:00
README Update for next development iteration: commons-math4 2015-02-16 23:37:23 +01:00
pom.xml Update minimum JDK to at least Java 7. 2015-02-23 22:01:49 +01:00

README

This directory contains source code that is not part of the Apache
Commons Math library.  It contains syntactically correct and working
examples of use.

In order to run one of the applications (a class that must contain a
"main" method), you would type (in a shell console) a command similar
to the following:
 $ mvn -q exec:java -Dexec.mainClass=org.apache.commons.math4.userguide.sofm.ChineseRingsClassifier