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
223
223
224
224
225
225
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
+ !!
226
231
!!### Summary
227
232
!! Interface for computing matrix determinant.
228
233
!!
@@ -261,6 +266,11 @@ module stdlib_linalg
261
266
end interface det
262
267
263
268
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
+ !!
264
274
!!### Summary
265
275
!! Pure operator interface for computing matrix determinant.
266
276
!!
You can’t perform that action at this time.
0 commit comments