Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
2354eb6f
Commit
2354eb6f
authored
Jan 16, 2023
by
mohamedadelnaguib
Browse files
sorting import statement alphabetically
parent
dbb7809d
Pipeline
#187418
passed with stages
in 37 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/pymor/models/transfer_function.py
View file @
2354eb6f
...
...
@@ -2,6 +2,8 @@
# Copyright pyMOR developers and contributors. All rights reserved.
# License: BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause)
from
itertools
import
chain
import
numpy
as
np
import
scipy.linalg
as
spla
...
...
@@ -11,8 +13,6 @@ from pymor.operators.block import BlockColumnOperator, BlockDiagonalOperator, Bl
from
pymor.parameters.base
import
Mu
,
ParametricObject
from
pymor.tools.plot
import
adaptive
from
itertools
import
chain
class
TransferFunction
(
CacheableObject
,
ParametricObject
):
r
"""Class for systems represented by a transfer function.
...
...
github-bridge
@project_976_bot
mentioned in commit
dce4a424
·
Jan 19, 2023
mentioned in commit
dce4a424
mentioned in commit dce4a4240cd57992bd7148506cec2518de259654
Toggle commit list
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