GitXplorerGitXplorer
v

la4j

public
373 stars
107 forks
52 issues

Commits

List of commits on branch master.
Verified
dd1b917caf9606399a49afa6b0d738934cd3a7b3

Merge pull request #299 from amogozov/artur-fix-javadoc

vvkostyukov committed 6 years ago
Unverified
2826a4ad6909fc25b2e06fd533bedd29f429e72d

Fix javadoc

aamogozov committed 6 years ago
Unverified
e327ca6e4f72324e1f47ef3c41288703d1bbf7bf

Read MatrixMarket from stream (#297)

aamogozov committed 6 years ago
Verified
965ce08afb0f6e85991ea707d72c97a293b2010f

Merge pull request #298 from amogozov/artur-csv-tests

vvkostyukov committed 6 years ago
Unverified
4d368a0cb4622b1b99298a3f1d9890e44bd38dcb

Add tests for fromCSV methods

aamogozov committed 6 years ago
Unverified
1229fcf1bec83b678ae8655fac893dc14b8e70ec

Fix vector creation with unordered maps (#291)

bbashok001 committed 6 years ago

README

The README file for this repository.

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