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
c2b05f7d
Commit
c2b05f7d
authored
Jan 18, 2019
by
Martin Reinecke
Browse files
small fix
parent
8537dd73
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/operators/block_diagonal_operator.py
View file @
c2b05f7d
...
@@ -27,7 +27,7 @@ class BlockDiagonalOperator(EndomorphicOperator):
...
@@ -27,7 +27,7 @@ class BlockDiagonalOperator(EndomorphicOperator):
domain : MultiDomain
domain : MultiDomain
Domain and target of the operator.
Domain and target of the operator.
operators : dict
operators : dict
Dictionary with subdomain names as keys and :class:`LinearOperator`s
Dictionary with subdomain names as keys and :class:`LinearOperator`
s
as items.
as items.
"""
"""
def
__init__
(
self
,
domain
,
operators
):
def
__init__
(
self
,
domain
,
operators
):
...
...
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