Skip to content
Snippets Groups Projects
Commit 2d21b804 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler Committed by Tobias Leibner
Browse files

[vector-interface] add matching matrix types

parent 8ac1b8f4
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,8 @@ public:
using typename BaseType::derived_type;
using typename BaseType::RealType;
using typename BaseType::ScalarType;
static constexpr Backends dense_matrix_type = Traits::dense_matrix_type;
static constexpr Backends sparse_matrix_type = Traits::sparse_matrix_type;
using const_iterator = internal::VectorInputIterator<Traits, ScalarType>;
using iterator = internal::VectorOutputIterator<Traits, ScalarType>;
friend const_iterator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment