Avoid array declarations written in C-style syntax and replace it with java.

Closes #202.
23 files changed
tree: 8b953ddb52ea1e809fe0f97547a3fa04d6a1bd1e
  1. commons-math-core/
  2. commons-math-examples/
  3. commons-math-legacy/
  4. commons-math-legacy-core/
  5. commons-math-legacy-exception/
  6. commons-math-neuralnet/
  7. commons-math-transform/
  8. dist-archive/
  9. doc/
  10. siteMods/
  11. src/
  12. .asf.yaml
  13. .gitignore
  14. .travis.yml
  15. CONTRIBUTING.md
  16. LICENSE
  17. NOTICE
  18. pom.xml
  19. PROPOSAL.html
  20. README.md
README.md

Apache Commons Math

Build Status Coverage Status

“Commons Math” is undergoing major changes towards the next release (4.0):

Documentation

More information can be found on the Apache Commons Math homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Math should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Please note that the last official version (3.6.1) is quite old and not supported anymore. Bug reports should be filed against the current development version.

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean test.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache Licence v2.

See the NOTICE file for required notices and attributions.

Donations

You like Apache Commons Math? Then donate back to the ASF to support the development.

Additional Resources