Skip to content

Commit

Permalink
API: make LAPACK-backed APIs since Release <=0.7.0 stable (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz authored Sep 18, 2024
2 parents 25fe661 + 1b1594d commit 2b4d8b2
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions doc/specs/stdlib_linalg.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ to the original.

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Class

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

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

Expand Down Expand Up @@ -752,7 +752,7 @@ Exceptions trigger an `error stop`.

### Status

Experimental
Stable

### Description

Expand Down Expand Up @@ -806,7 +806,7 @@ Exceptions trigger an `error stop`.

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

Expand Down Expand Up @@ -906,7 +906,7 @@ Exceptions trigger an `error stop`.

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

Expand Down Expand Up @@ -1301,7 +1301,7 @@ interfaces.

### Status

Experimental
Stable

### Description

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

### Status

Experimental
Stable

### Description

Expand Down

0 comments on commit 2b4d8b2

Please sign in to comment.