Skip to content

Commit 0e03d7b

Browse files
authoredMar 6, 2024··
Update README.md
1 parent 3363e99 commit 0e03d7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ The number of dimensions (order) $p$ and the dimensions $n_r$ as well as the lin
2525
All function implementations are based on the Loops-Over-GEMM (LOG) approach and utilize high-performance `gemm` or `gemm` routines of `BLAS` such as OpenBLAS or Intel MKL without transposing tensors.
2626
The library is an extension of the [boost/ublas](https://github.com/boostorg/ublas) tensor library containing the sequential version.
2727

28-
Please have a look at the [wiki](https://github.com/bassoy/ttm/wiki) page for more informations about the **usage**, **function interfaces** and the **setting parameters**.
28+
## Usage & Installation
29+
30+
Please have a look at the [wiki](https://github.com/bassoy/ttm/wiki) page for more informations about library **usage**, function **interfaces** and the **parameters** settings.
2931

3032
## Key Features
3133

0 commit comments

Comments
 (0)
Please sign in to comment.