DSPLIB User Guide
metadata< T, TIndex > Struct Template Reference

Detailed Description

template<typename T, typename TIndex>
struct metadata< T, TIndex >

Definition at line 146 of file DSPLIB_maxIndex_priv.h.

Public Types

typedef c7x::make_full_vector< T >::type vec
 
typedef c7x::make_full_vector< TIndex >::type index_vec
 
typedef c7x::make_full_vector< T >::type vec
 
typedef c7x::make_full_vector< TIndex >::type index_vec
 

Data Fields

vec maxVals
 
index_vec maxIndices
 
vec minVals
 
index_vec minIndices
 

Member Typedef Documentation

◆ vec [1/2]

template<typename T , typename TIndex >
typedef c7x::make_full_vector<T>::type metadata< T, TIndex >::vec

Definition at line 148 of file DSPLIB_maxIndex_priv.h.

◆ index_vec [1/2]

template<typename T , typename TIndex >
typedef c7x::make_full_vector<TIndex>::type metadata< T, TIndex >::index_vec

Definition at line 149 of file DSPLIB_maxIndex_priv.h.

◆ vec [2/2]

template<typename T , typename TIndex >
typedef c7x::make_full_vector<T>::type metadata< T, TIndex >::vec

Definition at line 148 of file DSPLIB_minIndex_priv.h.

◆ index_vec [2/2]

template<typename T , typename TIndex >
typedef c7x::make_full_vector<TIndex>::type metadata< T, TIndex >::index_vec

Definition at line 149 of file DSPLIB_minIndex_priv.h.

Field Documentation

◆ maxVals

template<typename T , typename TIndex >
vec metadata< T, TIndex >::maxVals

Definition at line 151 of file DSPLIB_maxIndex_priv.h.

◆ maxIndices

template<typename T , typename TIndex >
index_vec metadata< T, TIndex >::maxIndices

Definition at line 152 of file DSPLIB_maxIndex_priv.h.

◆ minVals

template<typename T , typename TIndex >
vec metadata< T, TIndex >::minVals

Definition at line 151 of file DSPLIB_minIndex_priv.h.

◆ minIndices

template<typename T , typename TIndex >
index_vec metadata< T, TIndex >::minIndices

Definition at line 152 of file DSPLIB_minIndex_priv.h.