Skip to content

Commit fbb198e

Browse files
loiseaujcCopilot
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Copilot <[email protected]>
1 parent 5add961 commit fbb198e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -973,12 +973,7 @@ call [stdlib_linalg(module):constrained_lstsq_space(interface)]`(a, c, lwork [
973973

974974
`a`: Shall be a rank-2 `real` or `complex` array used in the definition of the least-squares cost. It is an `intent(in)` argument.
975975

976-
`b`: Shall be a rank-1 array of the same kind as `a` appearing in the definition of the least-squares cost. It is an `intent(in)` argument.
977-
978976
`c`: Shall be a rank-2 `real` or `complex` array of the same kind as `a` defining the linear equality constraints. It is an `intent(in)` argument.
979-
980-
`d`: Shall be a rank-1 array of the same kind as `a` appearing in the definition of the linear equality constraints.
981-
982977
`lwork`: Shall be an `integer` scalar returning the optimal size required for the workspace array to solve the constrained least-squares problem.
983978

984979
## `det` - Computes the determinant of a square matrix

0 commit comments

Comments
 (0)