Click or drag to resize

polinterpolationchebyshev2interpolation Method


Namespace: DWSIM.MathOps.MathEx.Interpolation
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static double chebyshev2interpolation(
	double a,
	double b,
	ref double[] f,
	int n,
	double t
)
Request Example View Source

Parameters

a  Double
 
b  Double
 
f  Double
 
n  Int32
 
t  Double
 

Return Value

Double
See Also