OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abscissas
(Results
1 - 5
of
5
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
LegendreGaussIntegrator.java
38
*
abscissas
in each step interval (mapped to the canonical [-1 1] interval).
39
* The evaluation
abscissas
are not evenly spaced and none of them are
44
* The evaluation
abscissas
x<sub>i</sub> are the roots of the degree n
56
/**
Abscissas
for the 2 points method. */
68
/**
Abscissas
for the 3 points method. */
82
/**
Abscissas
for the 4 points method. */
98
/**
Abscissas
for the 5 points method. */
116
/**
Abscissas
for the current method. */
117
private final double[]
abscissas
;
field in class:LegendreGaussIntegrator
134
abscissas
= ABSCISSAS_2
[
all
...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialFunctionLagrangeForm.java
48
* Interpolating points (
abscissas
).
63
* Construct a Lagrange polynomial with the given
abscissas
and function
158
* @throws DuplicateSampleAbscissaException if the sample has duplicate
abscissas
192
// This happens only when two
abscissas
are identical.
219
* @throws ArithmeticException if any
abscissas
coincide
250
// This happens only when two
abscissas
are identical.
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DividedDifferenceInterpolator.java
91
* @throws DuplicateSampleAbscissaException if any
abscissas
coincide
107
// This happens only when two
abscissas
are identical.
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java
109
IDENTICAL_ABSCISSAS_DIVISION_BY_ZERO("identical
abscissas
x[{0}] == x[{1}] == {2} cause division by zero"),
/external/jline/src/src/test/resources/jline/example/
english.gz
Completed in 494 milliseconds