From 628531200ebaace04ad70b2cd691b7dd7aa566d6 Mon Sep 17 00:00:00 2001 From: Daniel Strobusch <1847260+dastrobu@users.noreply.github.com> Date: Mon, 20 Apr 2020 18:42:05 +0200 Subject: [PATCH] update toc in README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5adb5f7..24ceb6b 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,16 @@ additional types, which can be easily built on top of this package. - [Swift Package Manager](#swift-package-manager) - [Cocoa Pods](#cocoa-pods) - [Dependencies](#dependencies) +- [Examples](#examples) + - [BLAS (ATLAS)](#blas-atlas) + - [Scale Vector (sscal, dscal)](#scale-vector-sscal-dscal) + - [Set Vector to Constant (sset, dset)](#set-vector-to-constant-sset-dset) + - [LAPACK](#lapack) + - [LU Factorization](#lu-factorization) + - [Inverse](#inverse) - [Docs](#docs) -(generated with [DocToc](https://github.com/thlorenz/doctoc)) ## Installation