| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.analysis.integration.sphere.lebedev |
| Modifier and Type | Method and Description |
|---|---|
List<LebedevGridPoint> |
LebedevGrid.getDuplicates(LebedevGrid grid,
double absolutePrecision)
Returns the grid points of the given grid that are also contained in the current grid.
|
List<LebedevGridPoint> |
LebedevGrid.getDuplicates(List<LebedevGridPoint> pointsIn,
double absolutePrecision)
Returns the grid points of the given list that are also contained in the current grid.
|
List<LebedevGridPoint> |
LebedevGrid.getPoints()
Gets the list of grid points.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LebedevGridPoint.isSamePoint(LebedevGridPoint point,
double absolutePrecision)
Compare to another point.
|
double |
LebedevFunction.value(LebedevGridPoint point)
Compute the value of the function at the given grid point.
|
| Modifier and Type | Method and Description |
|---|---|
List<LebedevGridPoint> |
LebedevGrid.getDuplicates(List<LebedevGridPoint> pointsIn,
double absolutePrecision)
Returns the grid points of the given list that are also contained in the current grid.
|
| Constructor and Description |
|---|
LebedevGrid(List<LebedevGridPoint> pointsIn)
Build a new
LebedevGrid instance from the specified list of grid points. |
Copyright © 2025 CNES. All rights reserved.