Go to the source code of this file.
|
| viskores |
| Groups connected points that have the same field value.
|
|
|
template<typename ScalarType , viskores::IdComponent Size, typename JacobianFunctor , typename FunctionFunctor > |
NewtonsMethodResult< ScalarType, Size > | viskores::NewtonsMethod (JacobianFunctor jacobianEvaluator, FunctionFunctor functionEvaluator, viskores::Vec< ScalarType, Size > desiredFunctionOutput, viskores::Vec< ScalarType, Size > initialGuess=viskores::Vec< ScalarType, Size >(ScalarType(0)), ScalarType convergeDifference=ScalarType(1e-3), viskores::IdComponent maxIterations=10) |
| Uses Newton's method (a.k.a. More...
|
|