bug1213_main.cpp File Reference
#include "bug1213.h"

Functions

int main ()
 
template<typename T , int dim>
bool bug1213_2 (const Eigen::Matrix< T, dim, 1 > &)
 
template bool bug1213_2< float, 3 > (const Eigen::Vector3f &)
 

Function Documentation

◆ bug1213_2()

template<typename T , int dim>
bool bug1213_2 ( const Eigen::Matrix< T, dim, 1 > &  x)
9  {
10  return true;
11 }

Referenced by bug1213_1().

◆ bug1213_2< float, 3 >()

template bool bug1213_2< float, 3 > ( const Eigen::Vector3f &  )

◆ main()

int main ( )
6 { return 0; }