gegenbauerCpoints

GegenbauerC points in [a b].


Syntax
   x = gegenbauerCpoints(N, domain, alpha)

Description
   x = gegenbauerCpoints(N, domain) returns the GegenbauerC points in the 
   domain [a, b]. 

Inputs
   n      = number of points in [a b] (integer).
   domain = domain [a b] (double vector).

Output
   x      = GegenbauerC points in [a b] (double vector).

See also
  chebyshevTpoints, chebyshevUpoints and legendrePpoints.