1#ifndef TATAMI_ELEMENTTYPE_HPP
2#define TATAMI_ELEMENTTYPE_HPP
17using ElementType =
typename std::remove_cv<typename std::remove_reference<decltype(std::declval<Array_>()[0])>
::type>
::type;
Flexible representations for matrix data.
Definition Extractor.hpp:15
typename std::remove_cv< typename std::remove_reference< decltype(std::declval< Array_ >()[0])>::type >::type ElementType
Definition ElementType.hpp:17
auto consecutive_extractor(const Matrix< Value_, Index_ > *mat, bool row, Index_ iter_start, Index_ iter_length, Args_ &&... args)
Definition consecutive_extractor.hpp:35