#include "main.h"
Go to the source code of this file.
Functions | |
template<int Alignment, typename MatrixType > | |
void | map_class_matrix (const MatrixType &_m) |
template<int Alignment, typename VectorType > | |
void | map_class_vector (const VectorType &m) |
void | test_mapstride () |
void map_class_matrix | ( | const MatrixType & | _m | ) |
Definition at line 66 of file mapstride.cpp.
void map_class_vector | ( | const VectorType & | m | ) |
Definition at line 27 of file mapstride.cpp.
void test_mapstride | ( | ) |
Definition at line 131 of file mapstride.cpp.