We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d10f0 commit f0add5aCopy full SHA for f0add5a
src/stdlib_linalg.fypp
@@ -626,7 +626,7 @@ module stdlib_linalg
626
!! subject to Cx = d
627
!!
628
!! where A is of size `m x n` and C of size `p x n`.
629
- !! ([Specification]())
+ !! ([Specification](../page/specs/stdlib_linalg.html#solve-constrained-lstsq))
630
631
!! ### Description
632
@@ -658,7 +658,7 @@ module stdlib_linalg
658
!! version: experimental
659
660
!! Computes the size of the workspace required by the constrained least-squares solver.
661
+ !! ([Specification](../page/specs/stdlib_linalg.html#constrained-lstsq-space))
662
663
664
0 commit comments