reference to NOA docs

This commit is contained in:
Roland Grinis 2021-07-13 19:55:36 +01:00
parent b948ca57cd
commit 046d26b17a

View File

@ -45,9 +45,10 @@ To load the native library you will need to add to the VM options:
## Usage
The library spans several use cases.
The library is under active development. Many more features
will be available soon.
###Linear Algebra
### Linear Algebra
We implement the tensor algebra interfaces
from [kmath-tensors](../kmath-tensors):
@ -222,4 +223,7 @@ scope.disposeAll()
// Attempts to use tensor here is undefined behaviour
```
For more examples have a look at [NOA documentation](https://github.com/grinisrit/noa/tree/master/docs).
Contributed by [Roland Grinis](https://github.com/grinisrit)