Skip to content

Commit 2b4d8b2

Browse files
authored
API: make LAPACK-backed APIs since Release <=0.7.0 stable (#873)
2 parents 25fe661 + 1b1594d commit 2b4d8b2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

doc/specs/stdlib_linalg.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ to the original.
185185

186186
### Status
187187

188-
Experimental
188+
Stable
189189

190190
### Description
191191

@@ -231,7 +231,7 @@ Returns a diagonal array or a vector with the extracted diagonal elements.
231231

232232
### Status
233233

234-
Experimental
234+
Stable
235235

236236
### Class
237237

@@ -282,7 +282,7 @@ A = eye(2,2)/2.0 !! A == diag([0.5, 0.5])
282282

283283
### Status
284284

285-
Experimental
285+
Stable
286286

287287
### Description
288288

@@ -605,7 +605,7 @@ Specifically, upper Hessenberg matrices satisfy `a_ij = 0` when `j < i-1`, and l
605605

606606
### Status
607607

608-
Experimental
608+
Stable
609609

610610
### Description
611611

@@ -655,7 +655,7 @@ If `err` is not present, exceptions trigger an `error stop`.
655655

656656
### Status
657657

658-
Experimental
658+
Stable
659659

660660
### Description
661661

@@ -708,7 +708,7 @@ If `err` is not present, exceptions trigger an `error stop`.
708708

709709
### Status
710710

711-
Experimental
711+
Stable
712712

713713
### Description
714714

@@ -752,7 +752,7 @@ Exceptions trigger an `error stop`.
752752

753753
### Status
754754

755-
Experimental
755+
Stable
756756

757757
### Description
758758

@@ -806,7 +806,7 @@ Exceptions trigger an `error stop`.
806806

807807
### Status
808808

809-
Experimental
809+
Stable
810810

811811
### Description
812812

@@ -832,7 +832,7 @@ This subroutine computes the internal working space requirements for the least-s
832832

833833
### Status
834834

835-
Experimental
835+
Stable
836836

837837
### Description
838838

@@ -872,7 +872,7 @@ Exceptions are returned to the `err` argument if provided; an `error stop` is tr
872872

873873
### Status
874874

875-
Experimental
875+
Stable
876876

877877
### Description
878878

@@ -906,7 +906,7 @@ Exceptions trigger an `error stop`.
906906

907907
### Status
908908

909-
Experimental
909+
Stable
910910

911911
### Description
912912

@@ -951,7 +951,7 @@ If `err` is not present, exceptions trigger an `error stop`.
951951

952952
### Status
953953

954-
Experimental
954+
Stable
955955

956956
### Description
957957

@@ -1000,7 +1000,7 @@ If `err` is not present, exceptions trigger an `error stop`.
10001000

10011001
### Status
10021002

1003-
Experimental
1003+
Stable
10041004

10051005
### Description
10061006

@@ -1039,7 +1039,7 @@ If `err` is not present, exceptions trigger an `error stop`.
10391039

10401040
### Status
10411041

1042-
Experimental
1042+
Stable
10431043

10441044
### Description
10451045

@@ -1080,7 +1080,7 @@ If `err` is not present, exceptions trigger an `error stop`.
10801080

10811081
### Status
10821082

1083-
Experimental
1083+
Stable
10841084

10851085
### Description
10861086

@@ -1134,7 +1134,7 @@ Exceptions trigger an `error stop`, unless argument `err` is present.
11341134

11351135
### Status
11361136

1137-
Experimental
1137+
Stable
11381138

11391139
### Description
11401140

@@ -1266,7 +1266,7 @@ Exceptions trigger an `error stop`, unless argument `err` is present.
12661266

12671267
### Status
12681268

1269-
Experimental
1269+
Stable
12701270

12711271
### Description
12721272

@@ -1301,7 +1301,7 @@ interfaces.
13011301

13021302
### Status
13031303

1304-
Experimental
1304+
Stable
13051305

13061306
### Description
13071307

@@ -1350,7 +1350,7 @@ If `err` is not present, exceptions trigger an `error stop`.
13501350

13511351
### Status
13521352

1353-
Experimental
1353+
Stable
13541354

13551355
### Description
13561356

0 commit comments

Comments
 (0)