From 33e59f7f1a6da54c88c358e185dfd66d1e71bf7f Mon Sep 17 00:00:00 2001 From: conrad Date: Thu, 13 Oct 2022 11:23:20 +1000 Subject: [PATCH] upgrade links --- docs.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs.html b/docs.html index f2bd909b..5338f90e 100644 --- a/docs.html +++ b/docs.html @@ -3116,7 +3116,7 @@ See also:
  • element access
  • function object at Wikipedia
  • C++11 lambda functions at Wikipedia
  • -
  • lambda function at cprogramming.com
  • +
  • lambda function at cprogramming.com

  • @@ -3320,7 +3320,7 @@ See also:
  • miscellaneous element-wise functions   (exp, log, sqrt, square, round, ...)
  • function object at Wikipedia
  • C++11 lambda functions at Wikipedia
  • -
  • lambda function at cprogramming.com
  • +
  • lambda function at cprogramming.com

  • @@ -3391,7 +3391,7 @@ See also:
  • miscellaneous element-wise functions   (exp, log, sqrt, square, round, ...)
  • function object at Wikipedia
  • C++11 lambda functions at Wikipedia
  • -
  • lambda function at cprogramming.com
  • +
  • lambda function at cprogramming.com

  • @@ -4392,7 +4392,7 @@ See also:
  • pow()
  • .for_each()
  • .each_col() & .each_row()  
  • -
  • lambda function at cprogramming.com
  • +
  • lambda function at cprogramming.com

  • @@ -4638,7 +4638,6 @@ See also:
  • .resize()
  • submatrix views
  • subcube views
  • -
  • shed in thesaurus.com

  • @@ -15264,8 +15263,8 @@ The algorithm for calculating the quantiles is based on Definition 5 in:
    Rob J. Hyndman and Yanan Fan. Sample Quantiles in Statistical Packages. -The American Statistician, Vol. 50, No. 4, pp. 361-365, 1996. -http://doi.org/10.2307/2684934 +The American Statistician, 50(4), 361-365, 1996. +DOI: 10.2307/2684934
  • @@ -17500,9 +17499,9 @@ use std::isfin
  • The physical constants were mainly taken from -NIST 2018 CODATA values, +NIST 2018 CODATA values, and some from -WolframAlpha (as of 2009-06-23) +WolframAlpha (as of 2009-06-23)

  • @@ -20434,7 +20433,7 @@ eg. mat X(4, 5, fill::zeros)
  • added .transform() for transforming a matrix/cube using a functor or lambda expression
  • added round() for rounding matrix elements towards nearest integer
  • faster find()
  • -
  • changed license to the Mozilla Public License 2.0
  • +
  • changed license to the Mozilla Public License 2.0