Class MappedExpander.CCWeightGenerator
java.lang.Object
com.github.gbenroscience.math.numericalmethods.MappedExpander.CCWeightGenerator
- Enclosing class:
MappedExpander
- Author:
- GBEMIRO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double[]generateWeights(int N) Generates Clenshaw-Curtis weights for N+1 nodes.static double[]Public accessor for the pre-computed weights.
-
Constructor Details
-
CCWeightGenerator
public CCWeightGenerator()
-
-
Method Details
-
getCachedWeights
public static double[] getCachedWeights()Public accessor for the pre-computed weights. -
generateWeights
public static double[] generateWeights(int N) Generates Clenshaw-Curtis weights for N+1 nodes. Hardened for 16-digit precision and symmetry.
-