public class LebedevIntegrator extends Object
| Constructor and Description |
|---|
LebedevIntegrator()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
doIntegrate()
Integration.
|
int |
getEvaluations()
Return the current number of function evaluations.
|
double |
integrate(int maxEval,
LebedevFunction f,
LebedevGrid gridIn)
Integration.
|
protected void |
setup(int maxEval,
LebedevFunction f,
LebedevGrid gridIn)
Setup.
|
protected void setup(int maxEval,
LebedevFunction f,
LebedevGrid gridIn)
maxEval - maximum number of evaluationsf - function to integrategridIn - gridpublic double integrate(int maxEval,
LebedevFunction f,
LebedevGrid gridIn)
maxEval - maximum number of evaluationsf - function to integrategridIn - gridprotected double doIntegrate()
public int getEvaluations()
Copyright © 2025 CNES. All rights reserved.