@@ -94,7 +94,7 @@ module stdlib_linalg
94
94
!! version: experimental
95
95
!!
96
96
!! Checks if a matrix (rank-2 array) is square
97
- !! ([Specification](../page/specs/stdlib_linalg.html#description_4 ))
97
+ !! ([Specification](../page/specs/stdlib_linalg.html#is_square ))
98
98
#:for k1, t1 in RCI_KINDS_TYPES
99
99
module procedure is_square_${t1[0]}$${k1}$
100
100
#:endfor
@@ -106,7 +106,7 @@ module stdlib_linalg
106
106
!! version: experimental
107
107
!!
108
108
!! Checks if a matrix (rank-2 array) is diagonal
109
- !! ([Specification](../page/specs/stdlib_linalg.html#description_5 ))
109
+ !! ([Specification](../page/specs/stdlib_linalg.html#is_diagonal ))
110
110
#:for k1, t1 in RCI_KINDS_TYPES
111
111
module procedure is_diagonal_${t1[0]}$${k1}$
112
112
#:endfor
@@ -118,7 +118,7 @@ module stdlib_linalg
118
118
!! version: experimental
119
119
!!
120
120
!! Checks if a matrix (rank-2 array) is symmetric
121
- !! ([Specification](../page/specs/stdlib_linalg.html#description_6 ))
121
+ !! ([Specification](../page/specs/stdlib_linalg.html#is_symmetric ))
122
122
#:for k1, t1 in RCI_KINDS_TYPES
123
123
module procedure is_symmetric_${t1[0]}$${k1}$
124
124
#:endfor
@@ -130,7 +130,7 @@ module stdlib_linalg
130
130
!! version: experimental
131
131
!!
132
132
!! Checks if a matrix (rank-2 array) is skew-symmetric
133
- !! ([Specification](../page/specs/stdlib_linalg.html#description_7 ))
133
+ !! ([Specification](../page/specs/stdlib_linalg.html#is_skew_symmetric ))
134
134
#:for k1, t1 in RCI_KINDS_TYPES
135
135
module procedure is_skew_symmetric_${t1[0]}$${k1}$
136
136
#:endfor
@@ -142,7 +142,7 @@ module stdlib_linalg
142
142
!! version: experimental
143
143
!!
144
144
!! Checks if a matrix (rank-2 array) is Hermitian
145
- !! ([Specification](../page/specs/stdlib_linalg.html#description_8 ))
145
+ !! ([Specification](../page/specs/stdlib_linalg.html#is_hermitian ))
146
146
#:for k1, t1 in RCI_KINDS_TYPES
147
147
module procedure is_hermitian_${t1[0]}$${k1}$
148
148
#:endfor
@@ -154,7 +154,7 @@ module stdlib_linalg
154
154
!! version: experimental
155
155
!!
156
156
!! Checks if a matrix (rank-2 array) is triangular
157
- !! ([Specification](../page/specs/stdlib_linalg.html#description_9 ))
157
+ !! ([Specification](../page/specs/stdlib_linalg.html#is_triangular ))
158
158
#:for k1, t1 in RCI_KINDS_TYPES
159
159
module procedure is_triangular_${t1[0]}$${k1}$
160
160
#:endfor
@@ -166,7 +166,7 @@ module stdlib_linalg
166
166
!! version: experimental
167
167
!!
168
168
!! Checks if a matrix (rank-2 array) is Hessenberg
169
- !! ([Specification](../page/specs/stdlib_linalg.html#description_10 ))
169
+ !! ([Specification](../page/specs/stdlib_linalg.html#is_hessenberg ))
170
170
#:for k1, t1 in RCI_KINDS_TYPES
171
171
module procedure is_Hessenberg_${t1[0]}$${k1}$
172
172
#:endfor
0 commit comments