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
45b0a62b
Commit
45b0a62b
authored
Feb 25, 2021
by
Philipp Arras
Browse files
Remove whitespace and formatting
parent
97456c4b
Pipeline
#94250
passed with stages
in 11 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/operators/einsum.py
View file @
45b0a62b
...
...
@@ -52,7 +52,8 @@ 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.
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
...
...
@@ -188,7 +189,8 @@ 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.
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
...
...
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