Chebyshev1
Methodsβ
ποΈ Chebyshev1Alpha
Recurrence coeff for Chebyshev1 polynomial.
ποΈ Chebyshev1Beta
Recurrence coeff for Chebyshev1 polynomial.
ποΈ Chebyshev1DMatrix
Interface
ποΈ Chebyshev1Eval
Evaluate Chebyshev1 polynomials of order n at single or several points.
ποΈ Chebyshev1EvalAll
Evaluate Chebyshev1 polynomials from order = 0 to n at single or several points.
ποΈ Chebyshev1EvalSum
Evaluate the finite sum of Chebyshev1 polynomials at point x.
ποΈ Chebyshev1GaussLobattoQuadrature
This routine returns the $n+2$ Quadrature points and weights.
ποΈ Chebyshev1GaussQuadrature
This routine computes the n Gauss-Quadrature points.
ποΈ Chebyshev1GaussRadauQuadrature
This routine returns the $n+1$ Quadrature points and weights.
ποΈ Chebyshev1GradientCoeff
This routine returns the coefficients of gradient of Chebyshev1 expansion.
ποΈ Chebyshev1GradientEval
Evaluate gradient of Chebyshev1 polynomials.
ποΈ Chebyshev1GradientEvalAll
Evaluate gradient of Chebyshev1 polynomials.
ποΈ Chebyshev1GradientEvalSum
Evaluate finite sum of gradient of Chebyshev1 polynomials.
ποΈ Chebyshev1InvTransform
Discrete Inverse Chebyshev1 transform.
ποΈ Chebyshev1JacobiLobattoMatrix
Chebyshev1 Lobatto matrix for Jacobi polynomial.
ποΈ Chebyshev1JacobiMatrix
Chebyshev1 matrix for Jacobi polynomials.
ποΈ Chebyshev1JacobiRadauMatrix
Radau matrix for Chebyshev1 polynomials.
ποΈ Chebyshev1LeadingCoeff
Leading coefficient of Chebyshev1 polynomials.
ποΈ Chebyshev1LeadingCoeffRatio
Ratio of Leading coefficient of Chebyshev1 polynomials.
ποΈ Chebyshev1NormSQR
Square norm of Chebyshev1 polynomial.
ποΈ Chebyshev1NormSQR2
Square norm of Chebyshev1 polynomial.
ποΈ Chebyshev1NormSQRRatio
This function returns the ratio of Square norm of Chebyshev1 polynomial n+1/n
ποΈ Chebyshev1Quadrature
This routine returns the Quadrature point of Chebyshev1 polynomial.
ποΈ Chebyshev1Transform
Discrete Chebyshev1 transform.
ποΈ Chebyshev1Zeros
Zeros of Chebyshev1 polynomials.
ποΈ GetChebyshev1RecurrenceCoeff
Recurrence coefficients are for monic and nonmonic Chebyshev1 polynomials.