Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-zobel committed Feb 2, 2021
1 parent 77f613f commit 2f53822
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![Total alerts](https://img.shields.io/lgtm/alerts/g/stefan-zobel/dedekind-MKL.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/stefan-zobel/dedekind-MKL/alerts/)
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/stefan-zobel/dedekind-MKL.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/stefan-zobel/dedekind-MKL/context:java)
[![Maven Central](https://img.shields.io/maven-central/v/net.sourceforge.streamsupport/dedekind-mkl.svg)](http://mvnrepository.com/artifact/net.sourceforge.streamsupport/dedekind-mkl)
[![javadoc.io](https://javadoc.io/badge2/net.sourceforge.streamsupport/dedekind-mkl/javadoc.svg)](https://javadoc.io/doc/net.sourceforge.streamsupport/dedekind-mkl)

# dedekind-MKL

Expand Down Expand Up @@ -36,3 +38,14 @@ Given that the original Fortran API is very low-level, there is [PlainLapack](ht
Since parameter checking is crucial for the JNI implementation, the safest approach is to go through the `PlainLapack` API.

Beyond that, no attempt has been made to hide or simplify the difficulties of the original BLAS / LAPACK API.


### Maven:

```xml
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>dedekind-mkl</artifactId>
<version>1.0.0</version>
</dependency>
```

0 comments on commit 2f53822

Please sign in to comment.