Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
bd9897a3
Commit
bd9897a3
authored
Jul 22, 2019
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove outdated documentation; fix unrelated typo
parent
6d39eb28
Pipeline
#52267
passed with stages
in 7 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
nifty5/operators/convolution_operators.py
nifty5/operators/convolution_operators.py
+0
-6
nifty5/operators/distributors.py
nifty5/operators/distributors.py
+1
-1
No files found.
nifty5/operators/convolution_operators.py
View file @
bd9897a3
...
...
@@ -45,12 +45,6 @@ def FuncConvolutionOperator(domain, func, space=None):
The index of the subdomain on which the operator should act
If None, it is set to 0 if `domain` contains exactly one space.
`domain[space]` must be of type `RGSpace`, `HPSpace`, or `GLSpace`.
without_mean: bool, optional
If `None`, chooses domain-dependant default value:
- `True` for spherical domains (`HPSpace`, `GLSpace`)
- `False` for RGSpaces.
If `True`, subtracts the input mean before applying the convolution
and adds it back afterwards.
Notes
-----
...
...
nifty5/operators/distributors.py
View file @
bd9897a3
...
...
@@ -30,7 +30,7 @@ class DOFDistributor(LinearOperator):
"""Operator which distributes actual degrees of freedom (dof) according to
some distribution scheme into a higher dimensional space. This distribution
scheme is defined by the dofdex, a degree of freedom index, which
associates the entries within the operators domain to locations in its
associates the entries within the operator
'
s domain to locations in its
target. This operator's domain is a DOFSpace, which is defined according to
the distribution scheme.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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