You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/base/dsortins/README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,12 +148,18 @@ console.log( x );
148
148
149
149
<!-- /.examples -->
150
150
151
-
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
152
-
153
-
<sectionclass="related">
151
+
<!-- C interface documentation. -->
154
152
155
153
* * *
156
154
155
+
<sectionclass="c">
156
+
157
+
## C APIs
158
+
159
+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
160
+
161
+
<sectionclass="intro">
162
+
157
163
</section>
158
164
159
165
<!-- /.intro -->
@@ -265,6 +271,10 @@ int main( void ) {
265
271
266
272
<!-- /.c -->
267
273
274
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
275
+
276
+
<section class="related">
277
+
268
278
## See Also
269
279
270
280
- <span class="package-name">[`@stdlib/blas/ext/base/dsort2ins`][@stdlib/blas/ext/base/dsort2ins]</span><span class="delimiter">: </span><span class="description">simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.</span>
0 commit comments