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
37be7f4b
Commit
37be7f4b
authored
Nov 04, 2020
by
jansen31
Browse files
minor change
parent
76a976aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxtoolbox/proxoperators/P_orthonorm.py
View file @
37be7f4b
...
...
@@ -82,7 +82,7 @@ if __name__ == "__main__":
pnorm
=
P_norm
(
exp
)
checksum
=
[]
thlist
=
np
.
arange
(
0.11
,
1.5
1
,
0.1
)
thlist
=
np
.
arange
(
0.11
,
6.0
1
,
0.1
)
for
th
in
thlist
:
inp
=
np
.
array
([[
1
,
0
],
[
np
.
cos
(
th
*
np
.
pi
),
np
.
sin
(
th
*
np
.
pi
)]])
out
=
portho
.
eval
(
inp
)
...
...
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