#include "main.h"
Go to the source code of this file.
Functions | |
template<int > | |
void | bug1453 () |
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 bug1453 | ( | ) |
Definition at line 170 of file mapstride.cpp.
void map_class_matrix | ( | const MatrixType & | _m | ) |
Definition at line 50 of file mapstride.cpp.
void map_class_vector | ( | const VectorType & | m | ) |
Definition at line 12 of file mapstride.cpp.
void test_mapstride | ( | ) |
Definition at line 200 of file mapstride.cpp.