Evaluates a sequence of Chebyshev polynomials of the second kind of increasing degree
and returns the result in the specified vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Vector ChebyshevUSequence(
int length,
double x,
Vector result
)
Public Shared Function ChebyshevUSequence (
length As Integer,
x As Double,
result As Vector
) As Vector
public:
static Vector^ ChebyshevUSequence(
int length,
double x,
Vector^ result
)
static member ChebyshevUSequence :
length : int *
x : float *
result : Vector -> Vector
Parameters
- length
- Type: SystemInt32
The length of the sequence. - x
- Type: SystemDouble
A real number. - result
- Type: Extreme.MathematicsVector
A Vector where the results are to be stored.
Return Value
Type:
VectorThe vector
result, which contains
length values of
the Chebyshev polynomial of the second kind of increasing orders
starting from zero evaluated at
x.
Numerical Libraries
Supported in: 5.x, 4.x
Reference