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
nam
ProxPython
Commits
b1a1913f
Commit
b1a1913f
authored
Mar 19, 2019
by
robin.requadt
Browse files
Upload New File
parent
cb0297bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxtoolbox/ProxOperators/P_RN.py
0 → 100644
View file @
b1a1913f
from
proxoperators
import
ProxOperator
import
numpy
as
np
class
P_RN
(
ProxOperator
):
"""
Dummy projection subroutine for the fast implementation of the Cimmino ART method for tomographic recostruction of a density profile.
"""
def
__init__
(
self
,
config
):
"""
Initialization
Parameters
----------
config : dict - Dictionary containing the problem configuration
"""
def
work
(
self
,
u0
):
"""
Applies the proxoperator P_RN
Parameters
----------
u0 : u0.dtype
Returns
-------
v : u0.dtype
"""
v
=
u0
return
v
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