Skip to content

Commit 2fe2428

Browse files
committed
link to specs
1 parent cff995d commit 2fe2428

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/stdlib_linalg.fypp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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
!!

0 commit comments

Comments
 (0)