Skip to content

Commit df4461a

Browse files
authored
update toc in README.md (#11)
1 parent 9d18948 commit df4461a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,16 @@ additional types, which can be easily built on top of this package.
2626
- [Swift Package Manager](#swift-package-manager)
2727
- [Cocoa Pods](#cocoa-pods)
2828
- [Dependencies](#dependencies)
29+
- [Examples](#examples)
30+
- [BLAS (ATLAS)](#blas-atlas)
31+
- [Scale Vector (sscal, dscal)](#scale-vector-sscal-dscal)
32+
- [Set Vector to Constant (sset, dset)](#set-vector-to-constant-sset-dset)
33+
- [LAPACK](#lapack)
34+
- [LU Factorization](#lu-factorization)
35+
- [Inverse](#inverse)
2936
- [Docs](#docs)
3037

3138
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
32-
(generated with [DocToc](https://github.com/thlorenz/doctoc))
3339
3440
## Installation
3541

0 commit comments

Comments
 (0)