HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_RootFinderT< T > Member List

This is the complete list of members for UT_RootFinderT< T >, including all inherited members.

brent(T(*func)(T x, void *data), void *data, T x1, T x2, T tol, T &result, int maxIter=200)UT_RootFinderT< T >static
cubic(T a, T b, T c, T d, T &v0, T &v1, T &v2)UT_RootFinderT< T >static
cubic(T a, T b, T c, T d, UT_Vector3T< T > &r_roots, UT_Vector3T< T > &i_roots)UT_RootFinderT< T >static
cubic(T a, T b, T c, T d, T x1, T x2, T r[3])UT_RootFinderT< T >static
laguerre(const UT_ValArray< T > &cf, UT_ValArray< T > &roots, int maxIters=200)UT_RootFinderT< T >static
newton(void(*func)(T x, T &val, T &der, void *data), void *data, T x1, T x2, T tol, T &result, int maxIter=200)UT_RootFinderT< T >static
newton(void(*func)(const UT_VectorT< S > &x, UT_VectorT< S > &val, UT_MatrixT< T > &jacobi, void *data), void *data, S tolx, S tolf, UT_VectorT< S > &result, int maxIter=200)UT_RootFinderT< T >static
newton(void(*func)(const UT_VectorT< S > &x, UT_VectorT< S > &val, UT_MatrixT< T > &jacobi, void *data), void *data, const UT_VectorT< S > &x1, const UT_VectorT< S > &x2, S tolx, S tolf, UT_VectorT< S > &result, int maxIter=200)UT_RootFinderT< T >static
quadratic(T a, T b, T c, T &v0, T &v1)UT_RootFinderT< T >static
quadratic(T a, T b, T c, UT_Vector2T< T > &r_roots, UT_Vector2T< T > &i_roots)UT_RootFinderT< T >static
quartic(T a, T b, T c, T d, T e, T x1, T x2, T r[4])UT_RootFinderT< T >static