Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
pymor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
pyMOR
pymor
Commits
5f0511be
Commit
5f0511be
authored
Mar 10, 2020
by
Stephan Rave
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[VectorArray] Implement __deepcopy__ via copy(deep=True)
parent
7b482693
Pipeline
#55647
passed with stages
in 111 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/pymor/vectorarrays/interface.py
src/pymor/vectorarrays/interface.py
+3
-0
No files found.
src/pymor/vectorarrays/interface.py
View file @
5f0511be
...
...
@@ -250,6 +250,9 @@ class VectorArray(BasicObject):
"""
pass
def
__deepcopy__
(
self
,
memo
):
return
self
.
copy
(
deep
=
True
)
@
abstractmethod
def
scal
(
self
,
alpha
):
"""BLAS SCAL operation (in-place scalar multiplication).
...
...
René Fritze
@r_milk01
mentioned in commit
82314282
·
Mar 10, 2020
mentioned in commit
82314282
mentioned in commit 8231428202c140206a50c4f52efbeb894d2031d6
Toggle commit list
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