OperatorTest.derivative¶
- OperatorTest.derivative()[source]¶
Verify that
Operator.derivativeworks appropriately.The code verifies if
||A(x+c*p) - A(x) - A'(x)(c*p)|| / c = o(c)for
c --> 0using a selection of elementsxandp.References
Wikipedia article on Derivative. Wikipedia article on Frechet derivative.