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
amdis
amdis-core
Commits
39a573a2
Commit
39a573a2
authored
Sep 02, 2020
by
Praetorius, Simon
Browse files
Merge branch 'issue/transposed' into 'master'
cleanup the TransposedMatrix class See merge request
!203
parents
2cd4562c
c8174aff
Changes
1
Hide whitespace changes
Inline
Side-by-side
amdis/common/Transposed.hpp
View file @
39a573a2
#pragma once
#include
<cassert>
#include
<type_traits>
#include
<amdis/common/TypeTraits.hpp>
#include
<dune/common/typeutilities.hh>
namespace
AMDiS
{
...
...
@@ -38,7 +41,7 @@ namespace AMDiS
};
public:
template
<
class
M
>
template
<
class
M
,
Dune
::
disableCopyMove
<
TransposedMatrix
,
M
>
=
0
>
TransposedMatrix
(
M
&&
matrix
)
:
matrix_
(
FWD
(
matrix
))
{}
...
...
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