ergo
MM_kernel_inner_sse2_A< T_real, T_reg, T_M, T_N, T_K >::Pack< T_rows, T_cols, T_ordering_kernel, T_repetitions >::Extract_from_packed< T_ordering_matrix > Struct Template Reference

#include <mm_kernel_inner_sse2_A.h>

Public Types

typedef real const *const PtrTypePacked
 Type of packed pointer - note the presence of const qualifiers. More...
 
typedef realPtrType
 Type of matrix pointer - note the absence of const qualifiers. More...
 

Static Public Member Functions

static void exec (PtrType X, PtrTypePacked X_packed, int const row_k, int const col_k, int const rows_total_matrix, int const cols_total_matrix)
 

Member Typedef Documentation

◆ PtrType

template<typename T_real, typename T_reg, int T_M, int T_N, int T_K>
template<int T_rows, int T_cols, typename T_ordering_kernel , int T_repetitions>
template<typename T_ordering_matrix >
typedef real* MM_kernel_inner_sse2_A< T_real, T_reg, T_M, T_N, T_K >::Pack< T_rows, T_cols, T_ordering_kernel, T_repetitions >::Extract_from_packed< T_ordering_matrix >::PtrType

Type of matrix pointer - note the absence of const qualifiers.

◆ PtrTypePacked

template<typename T_real, typename T_reg, int T_M, int T_N, int T_K>
template<int T_rows, int T_cols, typename T_ordering_kernel , int T_repetitions>
template<typename T_ordering_matrix >
typedef real const* const MM_kernel_inner_sse2_A< T_real, T_reg, T_M, T_N, T_K >::Pack< T_rows, T_cols, T_ordering_kernel, T_repetitions >::Extract_from_packed< T_ordering_matrix >::PtrTypePacked

Type of packed pointer - note the presence of const qualifiers.

Member Function Documentation

◆ exec()

template<typename T_real, typename T_reg, int T_M, int T_N, int T_K>
template<int T_rows, int T_cols, typename T_ordering_kernel , int T_repetitions>
template<typename T_ordering_matrix >
static void MM_kernel_inner_sse2_A< T_real, T_reg, T_M, T_N, T_K >::Pack< T_rows, T_cols, T_ordering_kernel, T_repetitions >::Extract_from_packed< T_ordering_matrix >::exec ( PtrType  X,
PtrTypePacked  X_packed,
int const  row_k,
int const  col_k,
int const  rows_total_matrix,
int const  cols_total_matrix 
)
inlinestatic

The documentation for this struct was generated from the following file: