Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
NIFTy
Commits
a940abf2
There was a problem fetching the pipeline summary.
Commit
a940abf2
authored
7 years ago
by
Reimar H Leike
Browse files
Options
Downloads
Plain Diff
merged master into branch
parents
2135844d
1c04fe20
No related branches found
No related tags found
3 merge requests
!266
Fun with linear operators
,
!265
WIP: Even more fun with linear operators
,
!263
WIP: Draw sample2
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nifty4/operators/__init__.py
+3
-1
3 additions, 1 deletion
nifty4/operators/__init__.py
with
3 additions
and
1 deletion
nifty4/operators/__init__.py
+
3
−
1
View file @
a940abf2
...
@@ -12,9 +12,11 @@ from .power_distributor import PowerDistributor
...
@@ -12,9 +12,11 @@ from .power_distributor import PowerDistributor
from
.inversion_enabler
import
InversionEnabler
from
.inversion_enabler
import
InversionEnabler
from
.sandwich_operator
import
SandwichOperator
from
.sandwich_operator
import
SandwichOperator
from
.sampling_enabler
import
SamplingEnabler
from
.sampling_enabler
import
SamplingEnabler
from
.dof_distributor
import
DOFDistributor
__all__
=
[
"
LinearOperator
"
,
"
EndomorphicOperator
"
,
"
ScalingOperator
"
,
__all__
=
[
"
LinearOperator
"
,
"
EndomorphicOperator
"
,
"
ScalingOperator
"
,
"
DiagonalOperator
"
,
"
HarmonicTransformOperator
"
,
"
FFTOperator
"
,
"
DiagonalOperator
"
,
"
HarmonicTransformOperator
"
,
"
FFTOperator
"
,
"
FFTSmoothingOperator
"
,
"
GeometryRemover
"
,
"
FFTSmoothingOperator
"
,
"
GeometryRemover
"
,
"
LaplaceOperator
"
,
"
SmoothnessOperator
"
,
"
PowerDistributor
"
,
"
LaplaceOperator
"
,
"
SmoothnessOperator
"
,
"
PowerDistributor
"
,
"
InversionEnabler
"
,
"
SandwichOperator
"
,
"
SamplingEnabler
"
]
"
InversionEnabler
"
,
"
SandwichOperator
"
,
"
SamplingEnabler
"
,
"
DOFDistributor
"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment