Changes
Page history
Update CodingResources
authored
Nov 21, 2022
by
Sébastien Villemot
Hide whitespace changes
Inline
Side-by-side
CodingResources.md
View page @
63dd4296
...
@@ -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
r
eference
g
uides
](
https://www.openmp.org/resources/refguides/
)
-
[
OpenMP
R
eference
G
uides
](
https://www.openmp.org/resources/refguides/
)
# MATLAB/Octave
# MATLAB/Octave
-
[
MATLAB
d
ocumentation
](
https://www.mathworks.com/help/matlab/
)
-
[
MATLAB
D
ocumentation
](
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++
r
eference
](
https://en.cppreference.com/w/
)
-
[
C++
R
eference
](
https://en.cppreference.com/w/
)