Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IP
elsa
Commits
295a1d54
Commit
295a1d54
authored
Jan 29, 2020
by
Jens Petit
Browse files
Refactoring DataHandlerCPU to general DataHandler tests (
#20
)
parent
bcb0a543
Pipeline
#210344
passed with stages
in 24 minutes and 4 seconds
Changes
3
Pipelines
6
Expand all
Hide whitespace changes
Inline
Side-by-side
elsa/core/DataHandler.h
View file @
295a1d54
...
...
@@ -44,6 +44,9 @@ namespace elsa
using
DataMap_t
=
Eigen
::
Map
<
DataVector_t
>
;
public:
/// convenience typedef to access data type that is internally stored
using
value_type
=
data_t
;
/// return the size of the stored data (i.e. number of elements in linearized data vector)
virtual
index_t
getSize
()
const
=
0
;
...
...
elsa/core/tests/CMakeLists.txt
View file @
295a1d54
...
...
@@ -11,7 +11,7 @@ ELSA_TEST(IdenticalBlocksDescriptor)
ELSA_TEST
(
PartitionDescriptor
)
ELSA_TEST
(
RandomBlocksDescriptor
)
ELSA_TEST
(
DataContainer
)
ELSA_TEST
(
DataHandler
CPU
)
ELSA_TEST
(
DataHandler
s
)
ELSA_TEST
(
DataHandlerMapCPU
)
ELSA_TEST
(
LinearOperator
)
ELSA_TEST
(
ExpressionTemplates
)
...
...
elsa/core/tests/test_DataHandler
CPU
.cpp
→
elsa/core/tests/test_DataHandler
s
.cpp
View file @
295a1d54
This diff is collapsed.
Click to expand it.
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