Skip to content

Commit a739623

Browse files
committed
remove reference and add note
1 parent f3e5e3c commit a739623

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

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

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The function has the following parameters:
7676
## Notes
7777

7878
- If provided an empty one-dimensional input ndarray, the function returns the output ndarray unchanged.
79+
- Ordinary recursive summation (i.e., a "simple" sum) is performant, but can incur significant numerical error. If performance is paramount and error tolerated, using ordinary recursive summation is acceptable; in all other cases, exercise due caution.
7980

8081
</section>
8182

@@ -118,10 +119,6 @@ console.log( ndarray2array( v ) );
118119

119120
<section class="references">
120121

121-
## References
122-
123-
- 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].
124-
125122
</section>
126123

127124
<!-- /.references -->
@@ -138,8 +135,6 @@ console.log( ndarray2array( v ) );
138135

139136
<section class="links">
140137

141-
[@shewchuk:1997a]: https://doi.org/10.1007/pl00009321
142-
143138
</section>
144139

145140
<!-- /.links -->

0 commit comments

Comments
 (0)