Intrepid
Macros
Intrepid_PolylibDef.hpp File Reference

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
 

Detailed Description

Definition file for a set of functions providing orthogonal polynomial polynomial calculus and interpolation.

Author
Created by Spencer Sherwin, Aeronautics, Imperial College London, modified and redistributed by D. Ridzal.

Definition in file Intrepid_PolylibDef.hpp.

Macro Definition Documentation

◆ INTREPID_POLYLIB_POLYNOMIAL_DEFLATION

#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.

◆ INTREPID_POLYLIB_STOP

#define INTREPID_POLYLIB_STOP   50

Maximum number of iterations in polynomial defalation routine Jacobz.

Definition at line 98 of file Intrepid_PolylibDef.hpp.

Referenced by Intrepid::IntrepidPolylib::Jacobz().

◆ jacobz

#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.