From bddda1613c461aa96a3f5ee01b48f2456cdd6c62 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 13 Nov 2022 20:55:11 -0800 Subject: more tmp and misc stuff to scratch --- scratch/numerical_computation.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 scratch/numerical_computation.txt (limited to 'scratch/numerical_computation.txt') diff --git a/scratch/numerical_computation.txt b/scratch/numerical_computation.txt new file mode 100644 index 0000000..ca606b9 --- /dev/null +++ b/scratch/numerical_computation.txt @@ -0,0 +1,32 @@ + +Link Dump on Numerical Computation Topics +============================================ + +"Issues in Numerical Computing With Java" (NIST) +http://math.nist.gov/javanumerics/reports/issues.html#StandardInterfaces + +"Guide to Available Mathematical Software" +http://gams.nist.gov/ + +netlib + +http://math.nist.gov/MatrixMarket/ + +"Tools for Evaluating Mathematical and Statistical Software" (NIST dept) +http://math.nist.gov/temss/ + +"Statistical Reference Datasets" (NIST) +http://www.itl.nist.gov/div898/strd/ + +"Digital Library of Mathematical Functions" software comparison page +http://dlmf.nist.gov/software/ + +"Computer Physics Communications Program Library" +http://www.cpc.cs.qub.ac.uk/ + +"The Table Maker's Dilemma: our search for worst cases" +http://perso.ens-lyon.fr/jean-michel.muller/Intro-to-TMD.htm + +Third-Party Commercial Libraries: + http://www.nag.com/library_details_table + http://www.roguewave.com/products-services/imsl-numerical-libraries -- cgit v1.2.3