Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
02fd701c
Commit
02fd701c
authored
Feb 25, 2021
by
Philipp Arras
Browse files
Merge branch 'einsum_docs' into 'NIFTy_7'
add clarification to einsum docs See merge request
!602
parents
3214c980
45b0a62b
Pipeline
#94375
passed with stages
in 24 minutes and 30 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/operators/einsum.py
View file @
02fd701c
...
...
@@ -51,6 +51,10 @@ class MultiLinearEinsum(Operator):
Notes
-----
The indices of the tensors run along spaces, not the axes of the spaces.
For example, a matrix requires a product of two spaces, not one space with
the combined shapes.
By convention :class:`MultiLinearEinsum` only performs operations with
lower indices. Therefore no complex conjugation is performed on complex
inputs. To achieve operations with upper/lower indices use
...
...
@@ -184,6 +188,10 @@ class LinearEinsum(LinearOperator):
Notes
-----
The indices of the tensors run along spaces, not the axes of the spaces.
For example, a matrix requires a product of two spaces, not one space with
the combined shapes.
By convention :class:`LinearEinsum` only performs operations with
lower indices. Therefore no complex conjugation is performed on complex
inputs or mf. To achieve operations with upper/lower indices use
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment