Skip to content

Commit 12b31a1

Browse files
committed
feat: add blas/ext/base/ndarray/ssumors
1 parent 1344f9d commit 12b31a1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ndarray/ssumors

lib/node_modules/@stdlib/blas/ext/base/ndarray/ssumors/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ console.log( v );
9797

9898
<!-- /.examples -->
9999

100+
<section class="references">
101+
102+
## References
103+
104+
- Shewchuk, Jonathan Richard. 1997. "Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric Predicates." _Discrete & Computational Geometry_ 18 (3): 305–63. doi:[10.1007/pl00009321][@shewchuk:1997a].
105+
106+
</section>
107+
108+
<!-- /.references -->
109+
100110
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
101111

102112
<section class="related">
@@ -109,6 +119,8 @@ console.log( v );
109119

110120
<section class="links">
111121

122+
[@shewchuk:1997a]: https://doi.org/10.1007/pl00009321
123+
112124
</section>
113125

114126
<!-- /.links -->

0 commit comments

Comments
 (0)