#include "main.h"
Go to the source code of this file.
Macros | |
#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 () |
EIGEN_DECLARE_TEST (corners) | |
Definition at line 12 of file corners.cpp.
void corners | ( | const MatrixType & | m | ) |
Definition at line 16 of file corners.cpp.
void corners_fixedsize | ( | ) |
Definition at line 45 of file corners.cpp.
EIGEN_DECLARE_TEST | ( | corners | ) |
Definition at line 104 of file corners.cpp.