#include "main.h"
Go to the source code of this file.
Defines | |
#define | COMPARE_CORNER(A, B) |
Functions | |
template<typename MatrixType > | |
void | corners (const MatrixType &m) |
template<typename MatrixType , int CRows, int CCols, int SRows, int SCols> | |
void | corners_fixedsize () |
void | test_corners () |
#define COMPARE_CORNER | ( | A, | |
B | |||
) |
VERIFY_IS_EQUAL(matrix.A, matrix.B); \ VERIFY_IS_EQUAL(const_matrix.A, const_matrix.B);
Definition at line 27 of file corners.cpp.
void corners | ( | const MatrixType & | m | ) |
Definition at line 31 of file corners.cpp.
void corners_fixedsize | ( | ) |
Definition at line 61 of file corners.cpp.
void test_corners | ( | ) |
Definition at line 100 of file corners.cpp.