version 0.4.1
Ikarus::Concepts::AutodiffScalar Concept Reference

Concept to check if the underlying scalar type is a dual type. More...

#include <ikarus/utils/concepts.hh>

Concept definition

template<typename T>
concept Ikarus::Concepts::AutodiffScalar = Impl::is_dual<T>::value
Concept to check if the underlying scalar type is a dual type.
Definition: concepts.hh:608

Detailed Description

Template Parameters
TThe scalar type to be checked if it is a dual type.