virtual void NonZeroPattern (const class ProxyUserData & ud, FlatVector nonzero, FlatVector nonzero_deriv, FlatVector nonzero_dderiv) const override { c1->NonZeroPattern (ud, nonzero, nonzero_deriv, nonzero_dderiv); } */
| 2037 | } |
| 2038 | */ |
| 2039 | virtual void NonZeroPattern (const class ProxyUserData & ud, FlatVector<AutoDiffDiff<1,NonZero>> values) const override |
| 2040 | { |
| 2041 | c1->NonZeroPattern (ud, values); |
| 2042 | } |
| 2043 | |
| 2044 | shared_ptr<CoefficientFunction> Diff (const CoefficientFunction * var, |
| 2045 | shared_ptr<CoefficientFunction> dir) const override |
nothing calls this directly
no test coverage detected