Skip to content

Commit

Permalink
Updating gh-pages from bf4ccc4
Browse files Browse the repository at this point in the history
  • Loading branch information
dougalm committed Jan 8, 2024
1 parent 1666994 commit 1807bd1
Show file tree
Hide file tree
Showing 84 changed files with 566 additions and 21,347 deletions.
466 changes: 1 addition & 465 deletions conditionals.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions conditionals.json

Large diffs are not rendered by default.

558 changes: 1 addition & 557 deletions examples/bfgs.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/bfgs.json

Large diffs are not rendered by default.

515 changes: 1 addition & 514 deletions examples/brownian_motion.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/brownian_motion.json

Large diffs are not rendered by default.

546 changes: 1 addition & 545 deletions examples/ctc.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/ctc.json

Large diffs are not rendered by default.

449 changes: 1 addition & 448 deletions examples/dither.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/dither.json

Large diffs are not rendered by default.

498 changes: 1 addition & 497 deletions examples/fluidsim.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/fluidsim.json

Large diffs are not rendered by default.

384 changes: 1 addition & 383 deletions examples/latex.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/latex.json

Large diffs are not rendered by default.

429 changes: 1 addition & 428 deletions examples/levenshtein-distance.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/levenshtein-distance.json

Large diffs are not rendered by default.

369 changes: 1 addition & 368 deletions examples/mandelbrot.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/mandelbrot.json

Large diffs are not rendered by default.

804 changes: 1 addition & 803 deletions examples/manifold-gradients.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/manifold-gradients.json

Large diffs are not rendered by default.

457 changes: 1 addition & 456 deletions examples/mcmc.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/mcmc.json

Large diffs are not rendered by default.

632 changes: 1 addition & 631 deletions examples/mcts.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/mcts.json

Large diffs are not rendered by default.

909 changes: 1 addition & 908 deletions examples/md.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/md.json

Large diffs are not rendered by default.

478 changes: 1 addition & 477 deletions examples/mnist-nearest-neighbors.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/mnist-nearest-neighbors.json

Large diffs are not rendered by default.

600 changes: 1 addition & 599 deletions examples/nn.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/nn.json

Large diffs are not rendered by default.

533 changes: 1 addition & 532 deletions examples/ode-integrator.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/ode-integrator.json

Large diffs are not rendered by default.

408 changes: 1 addition & 407 deletions examples/particle-filter.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/particle-filter.json

Large diffs are not rendered by default.

443 changes: 1 addition & 442 deletions examples/particle-swarm-optimizer.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/particle-swarm-optimizer.json

Large diffs are not rendered by default.

373 changes: 1 addition & 372 deletions examples/pi.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/pi.json

Large diffs are not rendered by default.

1,578 changes: 1 addition & 1,577 deletions examples/quaternions.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/quaternions.json

Large diffs are not rendered by default.

671 changes: 1 addition & 670 deletions examples/raytrace.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/raytrace.json

Large diffs are not rendered by default.

423 changes: 1 addition & 422 deletions examples/regression.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/regression.json

Large diffs are not rendered by default.

419 changes: 1 addition & 418 deletions examples/rejection-sampler.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/rejection-sampler.json

Large diffs are not rendered by default.

491 changes: 1 addition & 490 deletions examples/schrodinger.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/schrodinger.json

Large diffs are not rendered by default.

390 changes: 1 addition & 389 deletions examples/sgd.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/sgd.json

Large diffs are not rendered by default.

369 changes: 1 addition & 368 deletions examples/sierpinski.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/sierpinski.json

Large diffs are not rendered by default.

898 changes: 1 addition & 897 deletions examples/tutorial.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/tutorial.json

Large diffs are not rendered by default.

586 changes: 1 addition & 585 deletions functions.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions functions.json

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@
- [examples/particle-filter.dx](examples/particle-filter.html) Particle Filter
- [examples/fluidsim.dx](examples/fluidsim.html) Fluid Simulation
- [examples/sgd.dx](examples/sgd.html) Stochastic Gradient Descent with Momentum
- [examples/psd.dx](examples/psd.html) PSD Solver Based on Cholesky Decomposition
- [examples/kernelregression.dx](examples/kernelregression.html) Kernel Regression
- [examples/nn.dx](examples/nn.html) Neural Networks
- [examples/quaternions.dx](examples/quaternions.html) Rotations with quaternions
- [examples/manifold-gradients.dx](examples/manifold-gradients.html) Gradients on manifolds
- [examples/schrodinger.dx](examples/schrodinger.html) 2D Time-Dependent Schrodinger Equation
- [examples/tutorial.dx](examples/tutorial.html) Introduction to Dex
- [examples/latex.dx](examples/latex.html) $\href{https://katex.org/}{\KaTeX}$ Rendering Examples
- [examples/linear-maps.dx](examples/linear-maps.html) Polymorphic Operations on Linear Maps
- [examples/dither.dx](examples/dither.html) Dither.dx
- [examples/mcts.dx](examples/mcts.html) Monte Carlo Tree Search
- [examples/md.dx](examples/md.html) Molecular Dynamics in Dex
Expand All @@ -38,7 +35,7 @@

## Libraries

- [lib/prelude.dx](prelude.html): The Dex Prelude (automatically imported)
- [lib/prelude.dx](lib/prelude.html): The Dex Prelude (automatically imported)
- [lib/netpbm.dx](lib/netpbm.html) Netpbm
- [lib/sort.dx](lib/sort.html) Monoidal Merge Sort
- [lib/parser.dx](lib/parser.html) Parser Combinators
Expand Down
477 changes: 1 addition & 476 deletions lib/complex.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/complex.json

Large diffs are not rendered by default.

611 changes: 1 addition & 610 deletions lib/diagram.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/diagram.json

Large diffs are not rendered by default.

506 changes: 1 addition & 505 deletions lib/fft.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/fft.json

Large diffs are not rendered by default.

687 changes: 1 addition & 686 deletions lib/linalg.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/linalg.json

Large diffs are not rendered by default.

378 changes: 1 addition & 377 deletions lib/netpbm.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/netpbm.json

Large diffs are not rendered by default.

491 changes: 1 addition & 490 deletions lib/parser.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/parser.json

Large diffs are not rendered by default.

478 changes: 1 addition & 477 deletions lib/plot.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/plot.json

Large diffs are not rendered by default.

487 changes: 1 addition & 486 deletions lib/png.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/png.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions lib/prelude.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE HTML>
<html><head><meta charset="UTF-8"><link rel="stylesheet" type="text/css" href="/static/style.css"></head><body onload="render(&#39;Static&#39;, &#39;/lib/prelude.json&#39;);"><div id="minimap"></div><div id="hover-info">(hover over code for more information)</div><div id="main-output"></div><script src="/static/index.js"></script></body></html>
1 change: 1 addition & 0 deletions lib/prelude.json

Large diffs are not rendered by default.

463 changes: 1 addition & 462 deletions lib/set.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/set.json

Large diffs are not rendered by default.

414 changes: 1 addition & 413 deletions lib/sort.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/sort.json

Large diffs are not rendered by default.

714 changes: 1 addition & 713 deletions lib/stats.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/stats.json

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions static/dynamic.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Dex Output</title>
<link rel="stylesheet" href="/style.css" type="text/css" />
</head>
<body onload="render('Dynamic');">
<div id="minimap"> </div>
<div id="hover-info">(hover over code for more information)</div>
<main id="main-output"></main>
<script src="/index.js"></script>
</body>
</html>
Loading

0 comments on commit 1807bd1

Please sign in to comment.