Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
5b32b47
1
Parent(s):
0f3521d
Add advanced API section
Browse files- docs/api-advanced.md +33 -0
docs/api-advanced.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Advanced Reference
|
2 |
+
|
3 |
+
## Julia Interface
|
4 |
+
::: pysr.julia_helpers
|
5 |
+
options:
|
6 |
+
members:
|
7 |
+
- init_julia
|
8 |
+
- install
|
9 |
+
|
10 |
+
## Exporting to LaTeX
|
11 |
+
|
12 |
+
::: pysr.export_latex
|
13 |
+
options:
|
14 |
+
members:
|
15 |
+
- to_latex
|
16 |
+
- generate_single_table
|
17 |
+
- generate_multiple_tables
|
18 |
+
- generate_table_environment
|
19 |
+
|
20 |
+
## Exporting to JAX
|
21 |
+
|
22 |
+
::: pysr.export_jax
|
23 |
+
options:
|
24 |
+
members:
|
25 |
+
- sympy2jax
|
26 |
+
- sympy2jaxtext
|
27 |
+
|
28 |
+
## Exporting to PyTorch
|
29 |
+
|
30 |
+
::: pysr.export_torch
|
31 |
+
options:
|
32 |
+
members:
|
33 |
+
- sympy2torch
|