Skip to content
Snippets Groups Projects
Commit f1de6491 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

typo

parent 5f3c5be5
No related branches found
No related tags found
1 merge request!992Old nifty performance tweaks
Pipeline #236924 passed
......@@ -72,7 +72,7 @@ class DiagonalOperator(EndomorphicOperator):
def __init__(self, diagonal, domain=None, spaces=None, sampling_dtype=None,
_trafo=0):
# MR: _trafo is more or less deliberately undocumened, since it is not supposed
# MR: _trafo is more or less deliberately undocumented, since it is not supposed
# to be necessary for "end users". It describes the type of transform for which
# the diagonal can be used without modification
# (0:TIMES, 1:ADJOINT, 2:INVERSE, 3:ADJOINT_INVERSE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment