Template Struct ScalarSelector

Struct Documentation

template<typename Scalar>
struct ScalarSelector

Public Types

typedef std::conditional<std::is_floating_point<Scalar>::value, Scalar, double>::type type