Intrepid
|
Definition file for a set of functions providing orthogonal polynomial polynomial calculus and interpolation. More...
Go to the source code of this file.
Macros | |
#define | INTREPID_POLYLIB_STOP 50 |
Maximum number of iterations in polynomial defalation routine Jacobz. | |
#define | INTREPID_POLYLIB_POLYNOMIAL_DEFLATION 0 |
Define whether to use polynomial deflation (1) or tridiagonal solver (0). | |
#define | jacobz(n, z, alpha, beta) Jacobz(n,z,alpha,beta) |
zero determination using Newton iteration with polynomial deflation | |
Definition file for a set of functions providing orthogonal polynomial polynomial calculus and interpolation.
Definition in file Intrepid_PolylibDef.hpp.
#define INTREPID_POLYLIB_POLYNOMIAL_DEFLATION 0 |
Define whether to use polynomial deflation (1) or tridiagonal solver (0).
Definition at line 101 of file Intrepid_PolylibDef.hpp.
#define INTREPID_POLYLIB_STOP 50 |
Maximum number of iterations in polynomial defalation routine Jacobz.
Definition at line 98 of file Intrepid_PolylibDef.hpp.
#define jacobz | ( | n, | |
z, | |||
alpha, | |||
beta | |||
) | Jacobz(n,z,alpha,beta) |
zero determination using Newton iteration with polynomial deflation
Definition at line 105 of file Intrepid_PolylibDef.hpp.