We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d18948 commit df4461aCopy full SHA for df4461a
README.md
@@ -26,10 +26,16 @@ additional types, which can be easily built on top of this package.
26
- [Swift Package Manager](#swift-package-manager)
27
- [Cocoa Pods](#cocoa-pods)
28
- [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)
36
- [Docs](#docs)
37
38
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
-(generated with [DocToc](https://github.com/thlorenz/doctoc))
39
40
## Installation
41
0 commit comments