Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading