Toggle navigation
NTPoly
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
ConstructPolynomial
Interface
3 statements
Source File
ChebyshevSolversModule.F90
ChebyshevSolversModule
ConstructPolynomial
Contents
Module Procedures
ConstructPolynomial_cheby
public interface ConstructPolynomial
Contents
Module Procedures
ConstructPolynomial_cheby
Module Procedures
private subroutine ConstructPolynomial_cheby(this, degree)
Construct a Chebyshev polynomial object.
Arguments
Type
Intent
Optional
Attributes
Name
type(
ChebyshevPolynomial_t
),
intent(inout)
::
this
The polynomial to construct.
integer,
intent(in)
::
degree
Degree of the polynomial.