Skip to content

Commit 4026f6b

Browse files
committed
docs: add references
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 7c08a3d commit 4026f6b

6 files changed

Lines changed: 102 additions & 0 deletions

File tree

lib/node_modules/@stdlib/blas/base/dnrm2/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,19 @@ int main( void ) {
283283
284284
<!-- /.c -->
285285
286+
* * *
287+
288+
<section class="references">
289+
290+
## References
291+
292+
- Blue, James L. 1978. "A Portable Fortran Program to Find the Euclidean Norm of a Vector." _ACM Transactions on Mathematical Software_ 4 (1). New York, NY, USA: Association for Computing Machinery: 15–23. doi:[10.1145/355769.355771][@blue:1978a].
293+
- Anderson, Edward. 2017. "Algorithm 978: Safe Scaling in the Level 1 BLAS." _ACM Transactions on Mathematical Software_ 44 (1). New York, NY, USA: Association for Computing Machinery: 1–28. doi:[10.1145/3061665][@anderson:2017a].
294+
295+
</section>
296+
297+
<!-- /.references -->
298+
286299
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
287300
288301
<section class="related">
@@ -312,6 +325,10 @@ int main( void ) {
312325
313326
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
314327
328+
[@blue:1978a]: https://doi.org/10.1145/355769.355771
329+
330+
[@anderson:2017a]: https://doi.org/10.1145/3061665
331+
315332
<!-- <related-links> -->
316333
317334
[@stdlib/blas/base/gnrm2]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gnrm2

lib/node_modules/@stdlib/blas/base/dznrm2/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,19 @@ int main( void ) {
270270
271271
<!-- /.c -->
272272
273+
* * *
274+
275+
<section class="references">
276+
277+
## References
278+
279+
- Blue, James L. 1978. "A Portable Fortran Program to Find the Euclidean Norm of a Vector." _ACM Transactions on Mathematical Software_ 4 (1). New York, NY, USA: Association for Computing Machinery: 15–23. doi:[10.1145/355769.355771][@blue:1978a].
280+
- Anderson, Edward. 2017. "Algorithm 978: Safe Scaling in the Level 1 BLAS." _ACM Transactions on Mathematical Software_ 44 (1). New York, NY, USA: Association for Computing Machinery: 1–28. doi:[10.1145/3061665][@anderson:2017a].
281+
282+
</section>
283+
284+
<!-- /.references -->
285+
273286
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
274287
275288
<section class="related">
@@ -290,6 +303,10 @@ int main( void ) {
290303
291304
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
292305
306+
[@blue:1978a]: https://doi.org/10.1145/355769.355771
307+
308+
[@anderson:2017a]: https://doi.org/10.1145/3061665
309+
293310
</section>
294311
295312
<!-- /.links -->

lib/node_modules/@stdlib/blas/base/gnrm2/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,19 @@ console.log( out );
153153

154154
<!-- /.examples -->
155155

156+
* * *
157+
158+
<section class="references">
159+
160+
## References
161+
162+
- Blue, James L. 1978. "A Portable Fortran Program to Find the Euclidean Norm of a Vector." _ACM Transactions on Mathematical Software_ 4 (1). New York, NY, USA: Association for Computing Machinery: 15–23. doi:[10.1145/355769.355771][@blue:1978a].
163+
- Anderson, Edward. 2017. "Algorithm 978: Safe Scaling in the Level 1 BLAS." _ACM Transactions on Mathematical Software_ 44 (1). New York, NY, USA: Association for Computing Machinery: 1–28. doi:[10.1145/3061665][@anderson:2017a].
164+
165+
</section>
166+
167+
<!-- /.references -->
168+
156169
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
157170

158171
<section class="related">
@@ -188,6 +201,10 @@ console.log( out );
188201

189202
[@stdlib/blas/base/snrm2]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/snrm2
190203

204+
[@blue:1978a]: https://doi.org/10.1145/355769.355771
205+
206+
[@anderson:2017a]: https://doi.org/10.1145/3061665
207+
191208
<!-- <related-links> -->
192209

193210
<!-- </related-links> -->

lib/node_modules/@stdlib/blas/base/scnrm2/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,19 @@ int main( void ) {
270270
271271
<!-- /.c -->
272272
273+
* * *
274+
275+
<section class="references">
276+
277+
## References
278+
279+
- Blue, James L. 1978. "A Portable Fortran Program to Find the Euclidean Norm of a Vector." _ACM Transactions on Mathematical Software_ 4 (1). New York, NY, USA: Association for Computing Machinery: 15–23. doi:[10.1145/355769.355771][@blue:1978a].
280+
- Anderson, Edward. 2017. "Algorithm 978: Safe Scaling in the Level 1 BLAS." _ACM Transactions on Mathematical Software_ 44 (1). New York, NY, USA: Association for Computing Machinery: 1–28. doi:[10.1145/3061665][@anderson:2017a].
281+
282+
</section>
283+
284+
<!-- /.references -->
285+
273286
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
274287
275288
<section class="related">
@@ -290,6 +303,10 @@ int main( void ) {
290303
291304
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
292305
306+
[@blue:1978a]: https://doi.org/10.1145/355769.355771
307+
308+
[@anderson:2017a]: https://doi.org/10.1145/3061665
309+
293310
</section>
294311
295312
<!-- /.links -->

lib/node_modules/@stdlib/blas/base/snrm2/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,19 @@ int main( void ) {
283283
284284
<!-- /.c -->
285285
286+
* * *
287+
288+
<section class="references">
289+
290+
## References
291+
292+
- Blue, James L. 1978. "A Portable Fortran Program to Find the Euclidean Norm of a Vector." _ACM Transactions on Mathematical Software_ 4 (1). New York, NY, USA: Association for Computing Machinery: 15–23. doi:[10.1145/355769.355771][@blue:1978a].
293+
- Anderson, Edward. 2017. "Algorithm 978: Safe Scaling in the Level 1 BLAS." _ACM Transactions on Mathematical Software_ 44 (1). New York, NY, USA: Association for Computing Machinery: 1–28. doi:[10.1145/3061665][@anderson:2017a].
294+
295+
</section>
296+
297+
<!-- /.references -->
298+
286299
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
287300
288301
<section class="related">
@@ -312,6 +325,10 @@ int main( void ) {
312325
313326
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
314327
328+
[@blue:1978a]: https://doi.org/10.1145/355769.355771
329+
330+
[@anderson:2017a]: https://doi.org/10.1145/3061665
331+
315332
<!-- <related-links> -->
316333
317334
[@stdlib/blas/base/dnrm2]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dnrm2

lib/node_modules/@stdlib/lapack/base/dlassq/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,19 @@ TODO
232232

233233
<!-- /.c -->
234234

235+
* * *
236+
237+
<section class="references">
238+
239+
## References
240+
241+
- Blue, James L. 1978. "A Portable Fortran Program to Find the Euclidean Norm of a Vector." _ACM Transactions on Mathematical Software_ 4 (1). New York, NY, USA: Association for Computing Machinery: 15–23. doi:[10.1145/355769.355771][@blue:1978a].
242+
- Anderson, Edward. 2017. "Algorithm 978: Safe Scaling in the Level 1 BLAS." _ACM Transactions on Mathematical Software_ 44 (1). New York, NY, USA: Association for Computing Machinery: 1–28. doi:[10.1145/3061665][@anderson:2017a].
243+
244+
</section>
245+
246+
<!-- /.references -->
247+
235248
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
236249

237250
<section class="related">
@@ -252,6 +265,10 @@ TODO
252265

253266
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
254267

268+
[@blue:1978a]: https://doi.org/10.1145/355769.355771
269+
270+
[@anderson:2017a]: https://doi.org/10.1145/3061665
271+
255272
</section>
256273

257274
<!-- /.links -->

0 commit comments

Comments
 (0)