return T[] |
Vector of the function sampled in [a,b] at (b+a)/2+(b-1)/2*cos(pi*(2i-1)/(2n)) |
Func<double, T> function |
The real-domain function to sample. |
double intervalBegin |
The real domain interval begin where to start sampling. |
double intervalEnd |
The real domain interval end where to stop sampling. |
int sampleCount |
The number of samples to generate. |