#include <iostream>
#include <vector>
#include <type_traits>
#include <numeric>
#include <string>
#include <gsl/gsl>
#include <Eigen/Dense>
Go to the source code of this file.
|
| template<typename NumericType , typename = typename std::enable_if<std::is_arithmetic<NumericType>::value,NumericType>::type> |
| using | Cosan::vec = std::vector< NumericType > |
| |
◆ main()
Definition at line 77 of file templateTest.cpp.
93 std::cout<<a.
face<<std::endl;
94 static_assert(std::is_same_v<decltype(a.
face)::Scalar,
int>);
95 std::cout<<
typeid(decltype(a.
face)::Scalar).name()<<std::endl;