From 046d26b17a6ecef9784ac9bd1c605477ba51e5f2 Mon Sep 17 00:00:00 2001 From: Roland Grinis Date: Tue, 13 Jul 2021 19:55:36 +0100 Subject: [PATCH] reference to NOA docs --- kmath-noa/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kmath-noa/README.md b/kmath-noa/README.md index 0fbd959fa..1d661f2b0 100644 --- a/kmath-noa/README.md +++ b/kmath-noa/README.md @@ -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)