TR-mbed 1.0
Loading...
Searching...
No Matches
Macros | Functions
corners.cpp File Reference
#include "main.h"

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)
 

Macro Definition Documentation

◆ COMPARE_CORNER

#define COMPARE_CORNER (   A,
  B 
)
Value:
VERIFY_IS_EQUAL(const_matrix.A, const_matrix.B);
Map< Matrix< T, Dynamic, Dynamic, ColMajor >, 0, OuterStride<> > matrix(T *data, int rows, int cols, int stride)
Definition common.h:110
#define VERIFY_IS_EQUAL(a, b)
Definition main.h:386

Function Documentation

◆ corners()

template<typename MatrixType >
void corners ( const MatrixType m)

◆ corners_fixedsize()

template<typename MatrixType , int CRows, int CCols, int SRows, int SCols>
void corners_fixedsize ( )

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( corners  )