Update CodingResources authored by Sébastien Villemot's avatar Sébastien Villemot
...@@ -4,11 +4,11 @@ This page lists various resources that can be useful when coding for Dynare. ...@@ -4,11 +4,11 @@ This page lists various resources that can be useful when coding for Dynare.
- Goldberg (1991): “What Every Computer Scientist Should Know About Floating Point Arithmetic”, ACM Computing Surveys, 23(1), 5–48 - Goldberg (1991): “What Every Computer Scientist Should Know About Floating Point Arithmetic”, ACM Computing Surveys, 23(1), 5–48
- Golub and Van Loan (2013): “Matrix Computations”, Johns Hopkins University Press, 4th edition - Golub and Van Loan (2013): “Matrix Computations”, Johns Hopkins University Press, 4th edition
- [OpenMP reference guides](https://www.openmp.org/resources/refguides/) - [OpenMP Reference Guides](https://www.openmp.org/resources/refguides/)
# MATLAB/Octave # MATLAB/Octave
- [MATLAB documentation](https://www.mathworks.com/help/matlab/) - [MATLAB Documentation](https://www.mathworks.com/help/matlab/)
- [Octave Manual](https://docs.octave.org/latest/) - [Octave Manual](https://docs.octave.org/latest/)
# Fortran # Fortran
...@@ -29,4 +29,4 @@ This page lists various resources that can be useful when coding for Dynare. ...@@ -29,4 +29,4 @@ This page lists various resources that can be useful when coding for Dynare.
## Reference ## Reference
- [C++ reference](https://en.cppreference.com/w/) - [C++ Reference](https://en.cppreference.com/w/)