Graphite
Loading...
Searching...
No Matches
differentiation.hpp File Reference
#include <type_traits>
Include dependency graph for differentiation.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  graphite::DifferentiationMode
 
struct  graphite::DifferentiationMode::Auto
 
struct  graphite::DifferentiationMode::Manual
 

Functions

template<typename DiffMode >
constexpr bool graphite::use_autodiff_impl ()
 
template<typename F >
constexpr bool graphite::is_analytical ()
 
template<>
constexpr bool graphite::use_autodiff_impl< DifferentiationMode::Auto > ()