33 using Parameters = Eigen::Matrix<double, -1, 1 >;
35 Parameters parameters_;
45 static Weights CalculateWeights(
size_t N,
double x,
double a = -1,
66 static Weights DerivativeWeights(
size_t N,
double x,
double a = -1,
81 using Parameters = Eigen::Matrix<double, -1, 1 >;
91 static Weights CalculateWeights(
size_t N,
double x,
double a = -1,
103 static Weights DerivativeWeights(
size_t N,
double x,
double a = -1,
Base class and basic functions for Manifold types.
Compute an interpolating basis.
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
CRTP Base class for function bases.
Definition: Basis.h:100
Basis of Chebyshev polynomials of the first kind https://en.wikipedia.org/wiki/Chebyshev_polynomials#...
Definition: Chebyshev.h:32
Basis of Chebyshev polynomials of the second kind.
Definition: Chebyshev.h:80