Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ partials_

template<typename ViewElt , typename Op >
partials_t stan::math::internal::ops_partials_edge< ViewElt, Op, require_st_arithmetic< Op > >::partials_

The partials_ are always called in if statements that will be removed by the dead code elimination pass of the compiler.

So if we ever move up to C++17 these can be made into constexpr if and this can be deleted.

Definition at line 67 of file operands_and_partials.hpp.