Skip to content

Commit cc4892c

Browse files
authored
docs: add references
Signed-off-by: Athan <kgryte@gmail.com>
1 parent ba7cd12 commit cc4892c

File tree

1 file changed

+12
-0
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/csumkbn

1 file changed

+12
-0
lines changed

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

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

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

101+
<section class="references">
102+
103+
## References
104+
105+
- Neumaier, Arnold. 1974. "Rounding Error Analysis of Some Methods for Summing Finite Sums." _Zeitschrift Für Angewandte Mathematik Und Mechanik_ 54 (1): 39–51. doi:[10.1002/zamm.19740540106][@neumaier:1974a].
106+
107+
</section>
108+
109+
<!-- /.references -->
110+
101111
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
102112

103113
<section class="related">
@@ -110,6 +120,8 @@ console.log( v );
110120

111121
<section class="links">
112122

123+
[@neumaier:1974a]: https://doi.org/10.1002/zamm.19740540106
124+
113125
</section>
114126

115127
<!-- /.links -->

0 commit comments

Comments
 (0)