File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,11 @@ module stdlib_linalg
223223
224224
225225 interface det
226+ !! version: experimental
227+ !!
228+ !! Computes the determinant of a square matrix
229+ !! ([Specification](../page/specs/stdlib_linalg.html#det-computes-the-determinant-of-a-square-matrix))
230+ !!
226231 !!### Summary
227232 !! Interface for computing matrix determinant.
228233 !!
@@ -261,6 +266,11 @@ module stdlib_linalg
261266 end interface det
262267
263268 interface operator(.det.)
269+ !! version: experimental
270+ !!
271+ !! Determinant operator of a square matrix
272+ !! ([Specification](../page/specs/stdlib_linalg.html#det-determinant-operator-of-a-square-matrix))
273+ !!
264274 !!### Summary
265275 !! Pure operator interface for computing matrix determinant.
266276 !!
You can’t perform that action at this time.
0 commit comments