Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add math docs: NumPy-like operations and Dedicated operators #395

Merged
merged 8 commits into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_static/matrix multiplication (2).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/pre-post connection (2).PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/sparse connection and events.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/sparse matrix multiplication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
199 changes: 78 additions & 121 deletions docs/tutorial_advanced/interoperation.ipynb

Large diffs are not rendered by default.

371 changes: 214 additions & 157 deletions docs/tutorial_building/customize_synapse_models.ipynb

Large diffs are not rendered by default.

709 changes: 709 additions & 0 deletions docs/tutorial_math/Dedicated Operators.ipynb

Large diffs are not rendered by default.

404 changes: 404 additions & 0 deletions docs/tutorial_math/Numpy-like Operations.ipynb

Large diffs are not rendered by default.

2,544 changes: 2,544 additions & 0 deletions docs/tutorial_math/array.ipynb

Large diffs are not rendered by default.

909 changes: 909 additions & 0 deletions docs/tutorial_math/arrays_and_variables.ipynb

Large diffs are not rendered by default.

202 changes: 123 additions & 79 deletions docs/tutorial_math/variables.ipynb

Large diffs are not rendered by default.