| 128 | {}; |
| 129 | template <unsigned int> |
| 130 | struct Dispatch : public DispatchBase |
| 131 | {}; |
| 132 | |
| 133 | /** Method to compute both the value and the derivative. 2D specialization. */ |
| 134 | void |
nothing calls this directly
no outgoing calls
no test coverage detected