Skip to content

Commit 7c08a3d

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 e61eb40 commit 7c08a3d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/blas/ext/base/drssbl

lib/node_modules/@stdlib/blas/ext/base/drssbl/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,15 @@ int main( void ) {
314314
315315
<!-- /.c -->
316316
317+
* * *
318+
317319
<section class="references">
318320
321+
## References
322+
323+
- 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].
324+
- 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].
325+
319326
</section>
320327
321328
<!-- /.references -->
@@ -338,6 +345,10 @@ int main( void ) {
338345
339346
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
340347
348+
[@blue:1978a]: https://doi.org/10.1145/355769.355771
349+
350+
[@anderson:2017a]: https://doi.org/10.1145/3061665
351+
341352
</section>
342353
343354
<!-- /.links -->

0 commit comments

Comments
 (0)