vkostyukov / la4j

Linear Algebra for Java

Home Page:http://la4j.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

la4j (Linear Algebra for Java) is an open source and 100% Java library that provides Linear Algebra primitives (matrices and vectors) and algorithms. The la4j library was initially designed to be a lightweight and simple tool for passionate Java developers. It has been started as student project and turned into one of the most popular Java packages for matrices and vectors.

Instalation

<dependency>
  <groupId>org.la4j</groupId>
  <artifactId>la4j</artifactId>
  <version>0.6.0</version>
</dependency>

Changelog

See CHANGELOG.md

Contributors

See CONTRIBUTORS.md

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


by Vladimir Kostyukov, 2011-2015

About

Linear Algebra for Java

http://la4j.org

License:Apache License 2.0


Languages

Language:Java 100.0%