35 #ifndef _BLAZE_MATH_VIEWS_COLUMN_COLUMNDATA_H_ 36 #define _BLAZE_MATH_VIEWS_COLUMN_COLUMNDATA_H_ 63 template<
size_t... CCAs >
92 template<
typename... RCAs >
93 explicit inline ColumnData(
size_t index, RCAs... args );
116 inline size_t column() const noexcept;
124 const
size_t column_;
139 template< typename... RCAs >
186 template<
typename... RCAs >
187 explicit inline ColumnData( RCAs... args );
189 ColumnData(
const ColumnData& ) =
default;
196 ~ColumnData() =
default;
203 ColumnData& operator=(
const ColumnData& ) =
delete;
210 static inline constexpr
size_t column() noexcept;
225 template< typename... RCAs >
226 inline ColumnData<I>::ColumnData( RCAs... args )
decltype(auto) column(Matrix< MT, SO > &matrix, RCAs... args)
Creating a view on a specific column of the given matrix.
Definition: Column.h:133
Header file for the UNUSED_PARAMETER function template.
Header file for basic type definitions.
Auxiliary class template for the data members of the Column class.The auxiliary ColumnData class temp...
Definition: ColumnData.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