35 #ifndef _BLAZE_MATH_VIEWS_SUBVECTOR_SUBVECTORDATA_H_ 36 #define _BLAZE_MATH_VIEWS_SUBVECTOR_SUBVECTORDATA_H_ 63 template<
size_t... CSAs >
93 template<
typename... RSAs >
94 explicit inline SubvectorData(
size_t index,
size_t n, RSAs... args );
117 inline size_t offset() const noexcept;
118 inline
size_t size () const noexcept;
126 const
size_t offset_;
143 template< typename... RSAs >
160 inline size_t SubvectorData<>::offset() const noexcept
201 struct SubvectorData<I,N>
207 template<
typename... RSAs >
208 explicit inline SubvectorData( RSAs... args );
210 SubvectorData(
const SubvectorData& ) =
default;
217 ~SubvectorData() =
default;
224 SubvectorData& operator=(
const SubvectorData& ) =
delete;
231 static inline constexpr
size_t offset() noexcept;
232 static inline constexpr
size_t size () noexcept;
248 template< typename... RSAs >
249 inline SubvectorData<I,N>::SubvectorData( RSAs... args )
265 inline constexpr
size_t SubvectorData<I,N>::offset() noexcept
Header file for the UNUSED_PARAMETER function template.
Header file for basic type definitions.
Auxiliary class template for the data members of the Subvector class.The auxiliary SubvectorData clas...
Definition: SubvectorData.h:64
constexpr void UNUSED_PARAMETER(const Args &...)
Suppression of unused parameter warnings.
Definition: Unused.h:81
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
constexpr size_t size(const Matrix< MT, SO > &matrix) noexcept
Returns the total number of elements of the matrix.
Definition: Matrix.h:530