Skip to content

Commit f4dafe8

Browse files
committed
add steqr
1 parent ddc4d43 commit f4dafe8

File tree

2 files changed

+723
-670
lines changed

2 files changed

+723
-670
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ See [wiki: Link with CBLAS & LAPACK](https://github.com/libmir/mir-lapack/wiki/L
1010

1111
## Wrapped API
1212

13+
- gebak
14+
- gebal
15+
- geev
16+
- gehrd
1317
- gelsd
1418
- geqrf
1519
- geqrs
@@ -19,6 +23,9 @@ See [wiki: Link with CBLAS & LAPACK](https://github.com/libmir/mir-lapack/wiki/L
1923
- getrf
2024
- getri
2125
- getrs
26+
- hsein
27+
- hseqr
28+
- orgqr
2229
- ormqr
2330
- potrf
2431
- potri
@@ -28,13 +35,18 @@ See [wiki: Link with CBLAS & LAPACK](https://github.com/libmir/mir-lapack/wiki/L
2835
- spev
2936
- sptrf
3037
- sptri
38+
- steqr
3139
- syev
3240
- syev_2stage
3341
- sysv_rook
3442
- sytrf
3543
- sytrs2
3644
- tptri
45+
- trevc
3746
- trtri
47+
- unghr
48+
- ungqr
49+
- unmhr
3850
- unmqr
3951

4052
---------------

0 commit comments

Comments
 (0)