File: README.md

package info (click to toggle)
libla4j-java 0.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,064 kB
  • sloc: java: 13,307; xml: 81; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,588 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<p align="center">
  <img src="https://raw.github.com/vkostyukov/la4j/master/la4j-logo.png" width="220px" />
<p>

[![Build Status](https://travis-ci.org/vkostyukov/la4j.svg?branch=master)](https://travis-ci.org/vkostyukov/la4j)

[la4j](http://la4j.org) (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
-----------
```xml
<dependency>
  <groupId>org.la4j</groupId>
  <artifactId>la4j</artifactId>
  <version>0.6.0</version>
</dependency>
```

Changelog
------------
See [CHANGELOG.md](https://github.com/vkostyukov/la4j/blob/master/CHANGELOG.md)
 
Contributors
------------

See [CONTRIBUTORS.md](https://github.com/vkostyukov/la4j/blob/master/CONTRIBUTORS.md)

License
-------

Licensed under the **[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-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](https://twitter.com/vkostyukov), 2011-2015