Skip to content

Commit 57f48a4

Browse files
committed
Update README.md
1 parent 880b798 commit 57f48a4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ Install the package with ```add https://github.com/mrtkp9993/NumericalAlgorithms
1515
Currently implemented:
1616

1717
* Root finding algorithms
18-
* [Secant method](https://github.com/mrtkp9993/NumericalAlgorithms.jl/blob/038b17319fbaec8133631e59c13e99ad6787af3f/src/RootFinding.jl#L3)
19-
* [Broyden's method](https://github.com/mrtkp9993/NumericalAlgorithms.jl/blob/038b17319fbaec8133631e59c13e99ad6787af3f/src/RootFinding.jl#L19)
18+
* Secant method
19+
* Broyden's method
2020
* Differentation
21-
* [Automatic differentiation via dual numbers](https://github.com/mrtkp9993/NumericalAlgorithms.jl/blob/0e8b9d5150a734a67033548762a57e26f9725fe3/src/Differentiation.jl#L1)
21+
* Automatic differentiation via dual numbers
2222
* Integration
23-
* [Composite Simpson - One dim.](https://github.com/mrtkp9993/NumericalAlgorithms.jl/blob/59ab2397869ecf563e8d3c41aeccc1210c2f3d1e/src/Integration.jl#L12)
24-
* [Double Simpson - Two dim.](https://github.com/mrtkp9993/NumericalAlgorithms.jl/blob/59ab2397869ecf563e8d3c41aeccc1210c2f3d1e/src/Integration.jl#L46)
25-
* [WIP] [Monte Carlo Integration]()
23+
* Composite Simpson - One dim.
24+
* Double Simpson - Two dim.
25+
* [WIP] Monte Carlo Integration
2626
* Random Number Generators (RNGs)
2727
* Pseudo-random numbers
28-
* [Lagged Fibonacci generator](https://github.com/mrtkp9993/NumericalAlgorithms.jl/blob/279a50635734098c8a72f3c3ca79393a69be4900/src/Random.jl#L3)
29-
* [RANMAR](https://github.com/mrtkp9993/NumericalAlgorithms.jl/blob/5d7a65acb540707fdd48adc60cf705841ae08efa/src/Random.jl#L32)
28+
* Lagged Fibonacci generator
29+
* RANMAR
3030
* [WIP] Quasi-random numbers
31-
* [van der Corput sequences]()
32-
* [Halton sequences]()
33-
* [Faure sequences]()
34-
* [WIP] [Sobol sequences]()
31+
* van der Corput sequences
32+
* Halton sequences
33+
* Faure sequences
34+
* [WIP] Sobol sequences
3535

3636
* Statistical Tests
37-
* [Wald–Wolfowitz runs test](https://github.com/mrtkp9993/NumericalAlgorithms.jl/blob/9fe1ddeb3e6d17b9ef461a9142731296ee559a67/src/StatisticalTests.jl#L3)
37+
* Wald–Wolfowitz runs test
3838

3939
*Todo*
4040
* Optimization

0 commit comments

Comments
 (0)