Update kmath-functions/src/commonMain/kotlin/space/kscience/kmath/integration/GaussIntegrator.kt
Co-authored-by: Gleb Minaev <43728100+lounres@users.noreply.github.com>
This commit is contained in:
parent
2fe04040c6
commit
c696a22f62
@ -19,7 +19,7 @@ import space.kscience.kmath.structures.indices
|
||||
* [GaussLegendreRuleFactory].
|
||||
* * [IntegrationRange]—the univariate range of integration. By default, uses `0..1` interval.
|
||||
* * [IntegrandMaxCalls]—the maximum number of function calls during integration. For non-iterative rules, always
|
||||
* use the maximum number of points. By default, uses 10 points.
|
||||
* use the maximum number of points. By default, uses 10 points.
|
||||
* * [UnivariateIntegrandRanges]—set of ranges and number of points per range. Defaults to given
|
||||
* [IntegrationRange] and [IntegrandMaxCalls].
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user