索引

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
常量字段值|所有程序包|所有类和接口|序列化表格

R

R_1 - 枚举类 中的枚举常量 org.hipparchus.stat.descriptive.rank.Percentile.EstimationType
The method R_1 has the following formulae for index and estimates
\( \begin{align} &index= Np + 1/2\, \\ &estimate= x_{\lceil h\,-\,1/2 \rceil} \\ &minLimit = 0 \\ \end{align}\)
R_2 - 枚举类 中的枚举常量 org.hipparchus.stat.descriptive.rank.Percentile.EstimationType
The method R_2 has the following formulae for index and estimates
\( \begin{align} &index= Np + 1/2\, \\ &estimate=\frac{x_{\lceil h\,-\,1/2 \rceil} + x_{\lfloor h\,+\,1/2 \rfloor}}{2} \\ &minLimit = 0 \\ &maxLimit = 1 \\ \end{align}\)
R_3 - 枚举类 中的枚举常量 org.hipparchus.stat.descriptive.rank.Percentile.EstimationType
The method R_3 has the following formulae for index and estimates
\( \begin{align} &index= Np \\ &estimate= x_{\lfloor h \rceil}\, \\ &minLimit = 0.5/N \\ \end{align}\)
R_4 - 枚举类 中的枚举常量 org.hipparchus.stat.descriptive.rank.Percentile.EstimationType
The method R_4 has the following formulae for index and estimates
\( \begin{align} &index= Np\, \\ &estimate= x_{\lfloor h \rfloor} + (h - \lfloor h \rfloor) (x_{\lfloor h \rfloor + 1} - x_{\lfloor h \rfloor}) \\ &minLimit = 1/N \\ &maxLimit = 1 \\ \end{align}\)
R_5 - 枚举类 中的枚举常量 org.hipparchus.stat.descriptive.rank.Percentile.EstimationType
The method R_5 has the following formulae for index and estimates
\( \begin{align} &index= Np + 1/2\\ &estimate= x_{\lfloor h \rfloor} + (h - \lfloor h \rfloor) (x_{\lfloor h \rfloor + 1} - x_{\lfloor h \rfloor}) \\ &minLimit = 0.5/N \\ &maxLimit = (N-0.5)/N \end{align}\)
R_6 - 枚举类 中的枚举常量 org.hipparchus.stat.descriptive.rank.Percentile.EstimationType
The method R_6 has the following formulae for index and estimates
\( \begin{align} &index= (N + 1)p \\ &estimate= x_{\lfloor h \rfloor} + (h - \lfloor h \rfloor) (x_{\lfloor h \rfloor + 1} - x_{\lfloor h \rfloor}) \\ &minLimit = 1/(N+1) \\ &maxLimit = N/(N+1) \\ \end{align}\)
R_7 - 枚举类 中的枚举常量 org.hipparchus.stat.descriptive.rank.Percentile.EstimationType
The method R_7 implements Microsoft Excel style computation has the following formulae for index and estimates.
\( \begin{align} &index = (N-1)p + 1 \\ &estimate = x_{\lfloor h \rfloor} + (h - \lfloor h \rfloor) (x_{\lfloor h \rfloor + 1} - x_{\lfloor h \rfloor}) \\ &minLimit = 0 \\ &maxLimit = 1 \\ \end{align}\)
R_8 - 枚举类 中的枚举常量 org.hipparchus.stat.descriptive.rank.Percentile.EstimationType
The method R_8 has the following formulae for index and estimates
\( \begin{align} &index = (N + 1/3)p + 1/3 \\ &estimate = x_{\lfloor h \rfloor} + (h - \lfloor h \rfloor) (x_{\lfloor h \rfloor + 1} - x_{\lfloor h \rfloor}) \\ &minLimit = (2/3)/(N+1/3) \\ &maxLimit = (N-1/3)/(N+1/3) \\ \end{align}\)
R_9 - 枚举类 中的枚举常量 org.hipparchus.stat.descriptive.rank.Percentile.EstimationType
The method R_9 has the following formulae for index and estimates
\( \begin{align} &index = (N + 1/4)p + 3/8\\ &estimate = x_{\lfloor h \rfloor} + (h - \lfloor h \rfloor) (x_{\lfloor h \rfloor + 1} - x_{\lfloor h \rfloor}) \\ &minLimit = (5/8)/(N+1/4) \\ &maxLimit = (N-3/8)/(N+1/4) \\ \end{align}\)
ra - 类中的变量 org.hipparchus.util.ResizableDoubleArrayTest
 
RADIX - 类中的静态变量 org.hipparchus.dfp.Dfp
The radix, or base of this system.
random - 类中的变量 org.hipparchus.distribution.multivariate.AbstractMultivariateRealDistribution
RNG instance used to generate samples from the distribution.
random - 类中的变量 org.hipparchus.geometry.euclidean.twod.hull.ConvexHullGenerator2DAbstractTest
 
random() - 类中的静态方法 org.hipparchus.util.FastMath
Returns a pseudo-random number between 0.0 and 1.0.
RANDOM - 枚举类 中的枚举常量 org.hipparchus.stat.ranking.TiesStrategy
Ties get a random integral value from among applicable ranks
RANDOM - 类中的静态变量 org.hipparchus.linear.UnmodifiableRealVectorAbstractTest
The random number generator (always initialized with the same seed.
RandomAdaptor - org.hipparchus.random中的类
Extension of Random wrapping a RandomGenerator.
RandomAdaptor(RandomGenerator) - 类的构造器 org.hipparchus.random.RandomAdaptor
Construct a RandomAdaptor wrapping the supplied RandomGenerator.
RandomAdaptorTest - org.hipparchus.random中的类
Test cases for the RandomAdaptor class.
RandomAdaptorTest() - 类的构造器 org.hipparchus.random.RandomAdaptorTest
 
RandomAdaptorTest.ConstantGenerator - org.hipparchus.random中的类
 
RandomCirclePointGenerator - org.hipparchus.optim.nonlinear.vector.leastsquares中的类
Factory for generating a cloud of points that approximate a circle.
RandomCirclePointGenerator(double, double, double, double, double, long) - 类的构造器 org.hipparchus.optim.nonlinear.vector.leastsquares.RandomCirclePointGenerator
 
randomData - 类中的变量 org.hipparchus.random.RandomDataGeneratorTest
 
randomData - 类中的变量 org.hipparchus.stat.fitting.EmpiricalDistribution
RandomDataGenerator instance to use in repeated calls to getNext()
RandomDataGenerator - org.hipparchus.random中的类
A class for generating random data.
RandomDataGenerator() - 类的构造器 org.hipparchus.random.RandomDataGenerator
Construct a RandomDataGenerator with a default RandomGenerator as its source of random data.
RandomDataGenerator(long) - 类的构造器 org.hipparchus.random.RandomDataGenerator
Construct a RandomDataGenerator with a default RandomGenerator as its source of random data, initialized with the given seed value.
RandomDataGeneratorTest - org.hipparchus.random中的类
Test cases for the RandomDataGenerator class.
RandomDataGeneratorTest() - 类的构造器 org.hipparchus.random.RandomDataGeneratorTest
 
RandomGenerator - org.hipparchus.random中的接口
Interface for generators of random number sequences.
RandomGeneratorAbstractTest - org.hipparchus.random中的类
Base class for RandomGenerator tests.
RandomGeneratorAbstractTest() - 类的构造器 org.hipparchus.random.RandomGeneratorAbstractTest
Initialize generator and randomData instance in superclass.
RandomPercentile - org.hipparchus.stat.descriptive.rank中的类
A StorelessUnivariateStatistic estimating percentiles using the RANDOM Algorithm.
RandomPercentile() - 类的构造器 org.hipparchus.stat.descriptive.rank.RandomPercentile
Constructs a RandomPercentile with quantile estimation error set to the default (RandomPercentile.DEFAULT_EPSILON), using the default PRNG as source of random data.
RandomPercentile(double) - 类的构造器 org.hipparchus.stat.descriptive.rank.RandomPercentile
Constructs a RandomPercentile with quantile estimation error epsilon using the default PRNG as source of random data.
RandomPercentile(double, RandomGenerator) - 类的构造器 org.hipparchus.stat.descriptive.rank.RandomPercentile
Constructs a RandomPercentile with quantile estimation error epsilon using randomGenerator as its source of random data.
RandomPercentile(RandomGenerator) - 类的构造器 org.hipparchus.stat.descriptive.rank.RandomPercentile
Constructs a RandomPercentile with default estimation error using randomGenerator as its source of random data.
RandomPercentile(RandomPercentile) - 类的构造器 org.hipparchus.stat.descriptive.rank.RandomPercentile
Copy constructor, creates a new RandomPercentile identical to the original.
RandomPercentileTest - org.hipparchus.stat.descriptive.rank中的类
Test cases for the RandomPercentileTest class.
RandomPercentileTest() - 类的构造器 org.hipparchus.stat.descriptive.rank.RandomPercentileTest
 
RandomStraightLinePointGenerator - org.hipparchus.optim.nonlinear.vector.leastsquares中的类
Factory for generating a cloud of points that approximate a straight line.
RandomStraightLinePointGenerator(double, double, double, double, double, long) - 类的构造器 org.hipparchus.optim.nonlinear.vector.leastsquares.RandomStraightLinePointGenerator
The generator will create a cloud of points whose x-coordinates will be randomly sampled between xLo and xHi, and the corresponding y-coordinates will be computed as
RandomVectorGenerator - org.hipparchus.random中的接口
This interface represents a random generator for whole vectors.
rank(double[]) - 类中的方法 org.hipparchus.stat.ranking.NaturalRanking
Rank data using the natural ordering on Doubles, with NaN values handled according to nanStrategy and ties resolved using tiesStrategy.
rank(double[]) - 接口中的方法 org.hipparchus.stat.ranking.RankingAlgorithm
Performs a rank transformation on the input data, returning an array of ranks.
RankingAlgorithm - org.hipparchus.stat.ranking中的接口
Interface representing a rank transformation.
rC(double, double) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RC.
rC(Complex, Complex) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RC.
rC(Complex, Complex) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralComplexTest
 
rC(FieldComplex<Binary64>, FieldComplex<Binary64>) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralFieldComplexTest
 
rC(FieldComplex<T>, FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RC.
rC(T, T) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RC.
rC(T, T) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralAbstractComplexTest
 
rD(double, double, double) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RD.
rD(Complex, Complex, Complex) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RD.
rD(Complex, Complex, Complex) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralComplexTest
 
rD(FieldComplex<Binary64>, FieldComplex<Binary64>, FieldComplex<Binary64>) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralFieldComplexTest
 
rD(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RD.
rD(T, T, T) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RD.
rD(T, T, T) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralAbstractComplexTest
 
readResolve() - 类中的方法 org.hipparchus.complex.Complex
Resolve the transient fields in a deserialized Complex Object.
REAL_FORMAT - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
REAL_FORMAT.
REAL_FORMAT - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
已过时。
REAL_FORMAT.
RealDistribution - org.hipparchus.distribution中的接口
Base interface for continuous distributions.
RealDistributionAbstractTest - org.hipparchus.distribution.continuous中的类
Abstract base class for RealDistribution tests.
RealDistributionAbstractTest() - 类的构造器 org.hipparchus.distribution.continuous.RealDistributionAbstractTest
 
RealDistributionComparison - org.hipparchus.samples中的类
Displays pdf/cdf for real distributions.
RealDistributionComparison.Display - org.hipparchus.samples中的类
Main frame for displaying distributions.
RealLinearOperator - org.hipparchus.linear中的接口
This class defines a linear operator operating on real (double) vector spaces.
RealLinearOperatorTest - org.hipparchus.linear中的类
 
RealLinearOperatorTest() - 类的构造器 org.hipparchus.linear.RealLinearOperatorTest
 
RealMatrix - org.hipparchus.linear中的接口
Interface defining a real-valued matrix with basic algebraic operations.
RealMatrixChangingVisitor - org.hipparchus.linear中的接口
Interface defining a visitor for matrix entries.
RealMatrixFormat - org.hipparchus.linear中的类
Formats a nxm matrix in components list format "{{a00,a01, ..., a0m-1},{a10, a11, ..., a1m-1},{...},{ an-10, an-11, ..., an-1m-1}}".
RealMatrixFormat() - 类的构造器 org.hipparchus.linear.RealMatrixFormat
Create an instance with default settings.
RealMatrixFormat(String, String, String, String, String, String) - 类的构造器 org.hipparchus.linear.RealMatrixFormat
Create an instance with custom prefix, suffix and separator.
RealMatrixFormat(String, String, String, String, String, String, NumberFormat) - 类的构造器 org.hipparchus.linear.RealMatrixFormat
Create an instance with custom prefix, suffix, separator and format for components.
RealMatrixFormat(NumberFormat) - 类的构造器 org.hipparchus.linear.RealMatrixFormat
Create an instance with a custom number format for components.
RealMatrixFormatAbstractTest - org.hipparchus.linear中的类
 
RealMatrixFormatAbstractTest() - 类的构造器 org.hipparchus.linear.RealMatrixFormatAbstractTest
 
RealMatrixFormatTest - org.hipparchus.linear中的类
 
RealMatrixFormatTest() - 类的构造器 org.hipparchus.linear.RealMatrixFormatTest
 
RealMatrixPreservingVisitor - org.hipparchus.linear中的接口
Interface defining a visitor for matrix entries.
RealMatrixTest - org.hipparchus.linear中的类
 
RealMatrixTest() - 类的构造器 org.hipparchus.linear.RealMatrixTest
 
RealTransformer - org.hipparchus.transform中的接口
Interface for one-dimensional data sets transformations producing real results.
RealTransformerAbstractTest - org.hipparchus.transform中的类
Abstract test for classes implementing the RealTransformer interface.
RealTransformerAbstractTest() - 类的构造器 org.hipparchus.transform.RealTransformerAbstractTest
 
RealVector - org.hipparchus.linear中的类
Class defining a real-valued vector with basic algebraic operations.
RealVector() - 类的构造器 org.hipparchus.linear.RealVector
Empty constructor.
RealVector.Entry - org.hipparchus.linear中的类
An entry in the vector.
RealVector.SparseEntryIterator - org.hipparchus.linear中的类
This class should rarely be used, but is here to provide a default implementation of sparseIterator(), which is implemented by walking over the entries, skipping those that are zero.
RealVectorAbstractTest - org.hipparchus.linear中的类
 
RealVectorAbstractTest() - 类的构造器 org.hipparchus.linear.RealVectorAbstractTest
 
RealVectorAbstractTest.BinaryOperation - org.hipparchus.linear中的枚举类
 
RealVectorAbstractTest.RealVectorTestImpl - org.hipparchus.linear中的类
Minimal implementation of the RealVector abstract class, for mixed types unit tests.
RealVectorChangingVisitor - org.hipparchus.linear中的接口
This interface defines a visitor for the entries of a vector.
RealVectorFormat - org.hipparchus.linear中的类
Formats a vector in components list format "{v0; v1; ...; vk-1}".
RealVectorFormat() - 类的构造器 org.hipparchus.linear.RealVectorFormat
Create an instance with default settings.
RealVectorFormat(String, String, String) - 类的构造器 org.hipparchus.linear.RealVectorFormat
Create an instance with custom prefix, suffix and separator.
RealVectorFormat(String, String, String, NumberFormat) - 类的构造器 org.hipparchus.linear.RealVectorFormat
Create an instance with custom prefix, suffix, separator and format for components.
RealVectorFormat(NumberFormat) - 类的构造器 org.hipparchus.linear.RealVectorFormat
Create an instance with a custom number format for components.
RealVectorFormatAbstractTest - org.hipparchus.linear中的类
 
RealVectorFormatAbstractTest() - 类的构造器 org.hipparchus.linear.RealVectorFormatAbstractTest
 
RealVectorFormatTest - org.hipparchus.linear中的类
 
RealVectorFormatTest() - 类的构造器 org.hipparchus.linear.RealVectorFormatTest
 
RealVectorPreservingVisitor - org.hipparchus.linear中的接口
This interface defines a visitor for the entries of a vector.
RealVectorTest - org.hipparchus.linear中的类
Tests for RealVector.
RealVectorTest() - 类的构造器 org.hipparchus.linear.RealVectorTest
 
RealVectorTestImpl(double[]) - 类的构造器 org.hipparchus.linear.RealVectorAbstractTest.RealVectorTestImpl
 
ReappearingEventTest - org.hipparchus.ode.events中的类
 
ReappearingEventTest() - 类的构造器 org.hipparchus.ode.events.ReappearingEventTest
 
ReappearingEventTest.Event - org.hipparchus.ode.events中的类
State events for this unit test.
rebase(double[], int, DSCompiler, double[], double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
Rebase derivative structure with respect to low level parameter functions.
rebase(DerivativeStructure...) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
Rebase instance with respect to low level parameter functions.
rebase(FieldDerivativeStructure<T>...) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
Rebase instance with respect to low level parameter functions.
rebase(T[], int, DSCompiler, T[], T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
Rebase derivative structure with respect to low level parameter functions.
reciprocal() - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
Returns the multiplicative inverse of this element.
reciprocal() - 接口中的方法 org.hipparchus.CalculusFieldElement
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.complex.Complex
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.complex.FieldComplex
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.dfp.Dfp
Returns the multiplicative inverse of this element.
reciprocal() - 接口中的方法 org.hipparchus.FieldElement
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.fraction.BigFraction
Return the multiplicative inverse of this fraction.
reciprocal() - 类中的方法 org.hipparchus.fraction.Fraction
Return the multiplicative inverse of this fraction.
reciprocal() - 类中的方法 org.hipparchus.util.BigReal
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.util.Binary64
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.util.FieldTuple
Returns the multiplicative inverse of this element.
reciprocal() - 类中的方法 org.hipparchus.util.Tuple
Returns the multiplicative inverse of this element.
reciprocal(double[], int, double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
Compute reciprocal of derivative structure.
reciprocal(T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
Compute reciprocal of derivative structure.
RectangularCholeskyDecomposition - org.hipparchus.linear中的类
Calculates the rectangular Cholesky decomposition of a matrix.
RectangularCholeskyDecomposition(RealMatrix) - 类的构造器 org.hipparchus.linear.RectangularCholeskyDecomposition
Decompose a symmetric positive semidefinite matrix.
RectangularCholeskyDecomposition(RealMatrix, double) - 类的构造器 org.hipparchus.linear.RectangularCholeskyDecomposition
Decompose a symmetric positive semidefinite matrix.
RectangularCholeskyDecompositionTest - org.hipparchus.linear中的类
 
RectangularCholeskyDecompositionTest() - 类的构造器 org.hipparchus.linear.RectangularCholeskyDecompositionTest
 
reduce() - 类中的方法 org.hipparchus.fraction.BigFraction
Reduce this BigFraction to its lowest terms.
reduce(double, double, double) - 类中的静态方法 org.hipparchus.util.MathUtils
Reduce |a - offset| to the primary interval [0, |period|).
reduce(double, Collection<RandomPercentile>) - 类中的方法 org.hipparchus.stat.descriptive.rank.RandomPercentile
Computes the given percentile by combining the data from the collection of aggregates.
REDUCE_BASE_TO_SPAN - 枚举类 中的枚举常量 org.hipparchus.linear.DependentVectorsHandler
Ignore dependent vectors.
reducePoints(Collection<Vector2D>) - 类中的静态方法 org.hipparchus.geometry.euclidean.twod.hull.AklToussaintHeuristic
Returns a point set that is reduced by all points for which it is safe to assume that they are not part of the convex hull.
reducePoints(Collection<Vector2D>) - 类中的方法 org.hipparchus.geometry.euclidean.twod.hull.AklToussaintHeuristicTest
 
reducePoints(Collection<Vector2D>) - 类中的方法 org.hipparchus.geometry.euclidean.twod.hull.ConvexHullGenerator2DAbstractTest
 
Reference - org.hipparchus.filtering.kalman中的类
 
Region<S> - org.hipparchus.geometry.partitioning中的接口
This interface represents a region of a space as a partition.
Region.Location - org.hipparchus.geometry.partitioning中的枚举类
Enumerate for the location of a point with respect to the region.
RegionDumper - org.hipparchus.geometry.partitioning中的类
Class dumping a string representation of an AbstractRegion.
RegionFactory<S> - org.hipparchus.geometry.partitioning中的类
This class is a factory for Region.
RegionFactory() - 类的构造器 org.hipparchus.geometry.partitioning.RegionFactory
Simple constructor.
RegionParser - org.hipparchus.geometry.partitioning中的类
Class parsing a string representation of an AbstractRegion.
registerVariationalEquations(ExpandableODE) - 类中的方法 org.hipparchus.migration.ode.JacobianMatrices
已过时。
Register the variational equations for the Jacobians matrices to the expandable set.
regress() - 类中的方法 org.hipparchus.stat.regression.MillerUpdatingRegression
Conducts a regression on the data in the model, using all regressors.
regress() - 类中的方法 org.hipparchus.stat.regression.SimpleRegression
Performs a regression on data present in buffers and outputs a RegressionResults object.
regress() - 接口中的方法 org.hipparchus.stat.regression.UpdatingMultipleLinearRegression
Performs a regression on data present in buffers and outputs a RegressionResults object
regress(int) - 类中的方法 org.hipparchus.stat.regression.MillerUpdatingRegression
Conducts a regression on the data in the model, using a subset of regressors.
regress(int[]) - 类中的方法 org.hipparchus.stat.regression.MillerUpdatingRegression
Conducts a regression on the data in the model, using regressors in array Calling this method will change the internal order of the regressors and care is required in interpreting the hatmatrix.
regress(int[]) - 类中的方法 org.hipparchus.stat.regression.SimpleRegression
Performs a regression on data present in buffers including only regressors indexed in variablesToInclude and outputs a RegressionResults object
regress(int[]) - 接口中的方法 org.hipparchus.stat.regression.UpdatingMultipleLinearRegression
Performs a regression on data present in buffers including only regressors indexed in variablesToInclude and outputs a RegressionResults object
regression - 类中的变量 org.hipparchus.stat.regression.MultipleLinearRegressionAbstractTest
 
RegressionResults - org.hipparchus.stat.regression中的类
Results of a Multiple Linear Regression model fit.
RegressionResults(double[], double[][], boolean, long, int, double, double, double, boolean, boolean) - 类的构造器 org.hipparchus.stat.regression.RegressionResults
Constructor for Regression Results.
regressionTest() - 类中的方法 org.hipparchus.util.RyuDoubleTest
 
REGULA_FALSI - 枚举类 中的枚举常量 org.hipparchus.analysis.solvers.BaseSecantSolver.Method
The Regula Falsi or False Position method.
RegulaFalsiSolver - org.hipparchus.analysis.solvers中的类
Implements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).
RegulaFalsiSolver() - 类的构造器 org.hipparchus.analysis.solvers.RegulaFalsiSolver
Construct a solver with default accuracy (1e-6).
RegulaFalsiSolver(double) - 类的构造器 org.hipparchus.analysis.solvers.RegulaFalsiSolver
Construct a solver.
RegulaFalsiSolver(double, double) - 类的构造器 org.hipparchus.analysis.solvers.RegulaFalsiSolver
Construct a solver.
RegulaFalsiSolver(double, double, double) - 类的构造器 org.hipparchus.analysis.solvers.RegulaFalsiSolver
Construct a solver.
RegulaFalsiSolverTest - org.hipparchus.analysis.solvers中的类
Test case for Regula Falsi solver.
RegulaFalsiSolverTest() - 类的构造器 org.hipparchus.analysis.solvers.RegulaFalsiSolverTest
 
regularizedBeta(double, double, double) - 类中的静态方法 org.hipparchus.special.Beta
Returns the regularized beta function I(x, a, b).
regularizedBeta(double, double, double, double) - 类中的静态方法 org.hipparchus.special.Beta
Returns the regularized beta function I(x, a, b).
regularizedBeta(double, double, double, double, int) - 类中的静态方法 org.hipparchus.special.Beta
Returns the regularized beta function I(x, a, b).
regularizedBeta(double, double, double, int) - 类中的静态方法 org.hipparchus.special.Beta
Returns the regularized beta function I(x, a, b).
regularizedGammaP(double, double) - 类中的静态方法 org.hipparchus.special.Gamma
Returns the regularized gamma function P(a, x).
regularizedGammaP(double, double, double, int) - 类中的静态方法 org.hipparchus.special.Gamma
Returns the regularized gamma function P(a, x).
regularizedGammaP(T, T) - 类中的静态方法 org.hipparchus.special.Gamma
Returns the regularized gamma function P(a, x).
regularizedGammaP(T, T, double, int) - 类中的静态方法 org.hipparchus.special.Gamma
Returns the regularized gamma function P(a, x).
regularizedGammaQ(double, double) - 类中的静态方法 org.hipparchus.special.Gamma
Returns the regularized gamma function Q(a, x) = 1 - P(a, x).
regularizedGammaQ(double, double, double, int) - 类中的静态方法 org.hipparchus.special.Gamma
Returns the regularized gamma function Q(a, x) = 1 - P(a, x).
regularizedGammaQ(T, T) - 类中的静态方法 org.hipparchus.special.Gamma
Returns the regularized gamma function Q(a, x) = 1 - P(a, x).
regularizedGammaQ(T, T, double, int) - 类中的静态方法 org.hipparchus.special.Gamma
Returns the regularized gamma function Q(a, x) = 1 - P(a, x).
reinitializeBegin(FieldODEStateInterpolator<T>) - 类中的方法 org.hipparchus.ode.events.FieldDetectorBasedEventState
Reinitialize the beginning of the step.
reinitializeBegin(ODEStateInterpolator) - 类中的方法 org.hipparchus.ode.events.DetectorBasedEventState
Reinitialize the beginning of the step.
Relationship - org.hipparchus.optim.linear中的枚举类
Types of relationships between two cells in a Solver LinearConstraint.
remainder(double) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
IEEE remainder operator.
remainder(double) - 接口中的方法 org.hipparchus.CalculusFieldElement
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.complex.Complex
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.complex.FieldComplex
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.dfp.Dfp
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.util.Binary64
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.util.FieldTuple
IEEE remainder operator.
remainder(double) - 类中的方法 org.hipparchus.util.Tuple
IEEE remainder operator.
remainder(double[], int, double[], int, double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
Perform remainder of two derivative structures.
remainder(DerivativeStructure) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
IEEE remainder operator.
remainder(FieldDerivativeStructure<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
IEEE remainder operator.
remainder(FieldGradient<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
IEEE remainder operator.
remainder(FieldUnivariateDerivative1<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
IEEE remainder operator.
remainder(FieldUnivariateDerivative2<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
IEEE remainder operator.
remainder(Gradient) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
IEEE remainder operator.
remainder(SparseGradient) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
IEEE remainder operator.
remainder(UnivariateDerivative1) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
IEEE remainder operator.
remainder(UnivariateDerivative2) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
IEEE remainder operator.
remainder(Complex) - 类中的方法 org.hipparchus.complex.Complex
IEEE remainder operator.
remainder(FieldComplex<T>) - 类中的方法 org.hipparchus.complex.FieldComplex
IEEE remainder operator.
remainder(Dfp) - 类中的方法 org.hipparchus.dfp.Dfp
Returns the IEEE remainder.
remainder(Binary64) - 类中的方法 org.hipparchus.util.Binary64
IEEE remainder operator.
remainder(FieldTuple<T>) - 类中的方法 org.hipparchus.util.FieldTuple
IEEE remainder operator.
remainder(Tuple) - 类中的方法 org.hipparchus.util.Tuple
IEEE remainder operator.
remainder(T) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
IEEE remainder operator.
remainder(T) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
IEEE remainder operator.
remainder(T) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
IEEE remainder operator.
remainder(T) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
IEEE remainder operator.
remainder(T) - 接口中的方法 org.hipparchus.CalculusFieldElement
IEEE remainder operator.
remainder(T[], int, T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
Perform remainder of two derivative structures.
remainderUnsigned(int, int) - 类中的静态方法 org.hipparchus.util.ArithmeticUtils
Returns the unsigned remainder from dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
remainderUnsigned(long, long) - 类中的静态方法 org.hipparchus.util.ArithmeticUtils
Returns the unsigned remainder from dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
remove() - 类中的方法 org.hipparchus.linear.OpenMapRealVector.OpenMapSparseIterator
remove() - 类中的方法 org.hipparchus.linear.RealVector.SparseEntryIterator
remove() - 类中的方法 org.hipparchus.util.MultidimensionalCounter.Iterator
remove(int) - 类中的方法 org.hipparchus.util.OpenIntToDoubleHashMap
Remove the value associated with a key.
remove(int) - 类中的方法 org.hipparchus.util.OpenIntToFieldHashMap
Remove the value associated with a key.
REMOVED - 枚举类 中的枚举常量 org.hipparchus.stat.ranking.NaNStrategy
NaNs are removed before computing ranks
REMOVED - 类中的静态变量 org.hipparchus.util.OpenIntToDoubleHashMap
Status indicator for removed table entries.
REMOVED - 类中的静态变量 org.hipparchus.util.OpenIntToFieldHashMap
Status indicator for removed table entries.
removeData(double[][]) - 类中的方法 org.hipparchus.stat.regression.SimpleRegression
Removes observations represented by the elements in data.
removeData(double, double) - 类中的方法 org.hipparchus.stat.regression.SimpleRegression
Removes the observation (x,y) from the regression data set.
removeIterationListener(IterationListener) - 类中的方法 org.hipparchus.util.IterationManager
Removes the specified iteration listener from the list of listeners currently attached to this object.
removeMostRecentValue() - 类中的方法 org.hipparchus.stat.descriptive.DescriptiveStatistics
Removes the most recent value from the dataset.
replaceMostRecentValue(double) - 类中的方法 org.hipparchus.stat.descriptive.DescriptiveStatistics
Replaces the most recently stored value with the given value.
replaceWorstPoint(PointValuePair, Comparator<PointValuePair>) - 类中的方法 org.hipparchus.optim.nonlinear.scalar.noderiv.AbstractSimplex
Replace the worst point of the simplex by a new point.
representableDelta(double, double) - 类中的静态方法 org.hipparchus.util.Precision
Computes a number delta close to originalDelta with the property that
rescale(double) - 类中的方法 org.hipparchus.ode.MultistepIntegrator
Rescale the instance.
rescale(T) - 类中的方法 org.hipparchus.ode.MultistepFieldIntegrator
Rescale the instance.
reSeed(long) - 类中的方法 org.hipparchus.stat.fitting.EmpiricalDistribution
Reseeds the random number generator used by EmpiricalDistribution.getNextValue().
reseedRandomGenerator(long) - 类中的方法 org.hipparchus.distribution.multivariate.AbstractMultivariateRealDistribution
Reseeds the random generator used to generate samples.
reseedRandomGenerator(long) - 类中的方法 org.hipparchus.distribution.multivariate.MixtureMultivariateRealDistribution
Reseeds the random generator used to generate samples.
reseedRandomGenerator(long) - 接口中的方法 org.hipparchus.distribution.MultivariateRealDistribution
Reseeds the random generator used to generate samples.
reseedRandomGenerator(long) - 类中的方法 org.hipparchus.stat.fitting.EmpiricalDistribution
Reseed the underlying PRNG.
reset() - 类中的方法 org.hipparchus.util.Incrementor
Resets the counter to 0.
reset() - 类中的方法 org.hipparchus.util.RosenNumberPartitionIterator
Reset this iterator to the start condition.
reset(FieldVector3D<T>, FieldVector3D<T>) - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldLine
Reset the instance as if built from two points.
reset(Plane) - 类中的方法 org.hipparchus.geometry.euclidean.threed.Plane
Reset the instance from another one.
reset(Vector3D) - 类中的方法 org.hipparchus.geometry.spherical.twod.Circle
Reset the instance as if built from a pole.
reset(Vector3D, Vector3D) - 类中的方法 org.hipparchus.geometry.euclidean.threed.Line
Reset the instance as if built from two points.
reset(Vector3D, Vector3D) - 类中的方法 org.hipparchus.geometry.euclidean.threed.Plane
Reset the instance as if built from a point and a normal.
reset(Vector2D, double) - 类中的方法 org.hipparchus.geometry.euclidean.twod.Line
Reset the instance as if built from a line and an angle.
reset(Vector2D, Vector2D) - 类中的方法 org.hipparchus.geometry.euclidean.twod.Line
Reset the instance as if built from two points.
RESET_DERIVATIVES - 枚举类 中的枚举常量 org.hipparchus.migration.ode.events.EventHandler.Action
已过时。
Reset derivatives indicator.
RESET_DERIVATIVES - 枚举类 中的枚举常量 org.hipparchus.ode.events.Action
Reset derivatives indicator.
RESET_EVENTS - 枚举类 中的枚举常量 org.hipparchus.ode.events.Action
Reset events indicator.
RESET_STATE - 枚举类 中的枚举常量 org.hipparchus.migration.ode.events.EventHandler.Action
已过时。
Reset state indicator.
RESET_STATE - 枚举类 中的枚举常量 org.hipparchus.ode.events.Action
Reset state indicator.
resetInternalState() - 类中的方法 org.hipparchus.ode.nonstiff.AdaptiveStepsizeFieldIntegrator
Reset internal state to dummy values.
resetInternalState() - 类中的方法 org.hipparchus.ode.nonstiff.AdaptiveStepsizeIntegrator
Reset internal state to dummy values.
resetIterationCount() - 类中的方法 org.hipparchus.util.IterationManager
Sets the iteration count to 0.
resetOccurred() - 类中的方法 org.hipparchus.ode.AbstractFieldIntegrator
Check if a reset occurred while last step was accepted.
resetOccurred() - 类中的方法 org.hipparchus.ode.AbstractIntegrator
Check if a reset occurred while last step was accepted.
resetState(double, double[]) - 接口中的方法 org.hipparchus.migration.ode.events.EventHandler
已过时。
Reset the state prior to continue the integration.
resetState(FieldODEEventDetector<T>, FieldODEStateAndDerivative<T>) - 接口中的方法 org.hipparchus.ode.events.FieldODEEventHandler
Reset the state prior to continue the integration.
resetState(ODEEventDetector, ODEStateAndDerivative) - 接口中的方法 org.hipparchus.ode.events.ODEEventHandler
Reset the state prior to continue the integration.
resetState(FieldODEStateAndDerivative<T>) - 接口中的方法 org.hipparchus.ode.events.FieldODEStepEndHandler
Reset the state prior to continue the integration.
resetState(ODEStateAndDerivative) - 接口中的方法 org.hipparchus.ode.events.ODEStepEndHandler
Reset the state prior to continue the integration.
ResizableDoubleArray - org.hipparchus.util中的类
A variable length primitive double array implementation that automatically handles expanding and contracting its internal storage array as elements are added and removed.
ResizableDoubleArray() - 类的构造器 org.hipparchus.util.ResizableDoubleArray
Creates an instance with default properties.
ResizableDoubleArray(double[]) - 类的构造器 org.hipparchus.util.ResizableDoubleArray
Creates an instance from an existing double[] with the initial capacity and numElements corresponding to the size of the supplied double[] array.
ResizableDoubleArray(int) - 类的构造器 org.hipparchus.util.ResizableDoubleArray
Creates an instance with the specified initial capacity.
ResizableDoubleArray(int, double) - 类的构造器 org.hipparchus.util.ResizableDoubleArray
Creates an instance with the specified initial capacity and expansion factor.
ResizableDoubleArray(int, double, double) - 类的构造器 org.hipparchus.util.ResizableDoubleArray
Creates an instance with the specified initial capacity, expansion factor, and contraction criteria.
ResizableDoubleArray(int, double, double, ResizableDoubleArray.ExpansionMode, double...) - 类的构造器 org.hipparchus.util.ResizableDoubleArray
Creates an instance with the specified properties.
ResizableDoubleArray(ResizableDoubleArray) - 类的构造器 org.hipparchus.util.ResizableDoubleArray
Copy constructor.
ResizableDoubleArray.ExpansionMode - org.hipparchus.util中的枚举类
Specification of expansion algorithm.
ResizableDoubleArrayTest - org.hipparchus.util中的类
This class contains test cases for the ResizableDoubleArray.
ResizableDoubleArrayTest() - 类的构造器 org.hipparchus.util.ResizableDoubleArrayTest
 
resizeImage(BufferedImage, int, int, int) - 类中的静态方法 org.hipparchus.samples.ExampleUtils
Resize an image.
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.AdamsStateInterpolatorTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaStateInterpolatorTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54StateInterpolatorTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853StateInterpolatorTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.EulerStateInterpolatorTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.FieldODEStateInterpolatorAbstractTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.GillStateInterpolatorTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.GraggBulirschStoerStateInterpolatorTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54StateInterpolatorTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.LutherStateInterpolatorTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.MidpointStateInterpolatorTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.ODEStateInterpolatorAbstractTest
 
restrictBothEnds() - 类中的方法 org.hipparchus.ode.nonstiff.ThreeEighthesStateInterpolatorTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.AdamsStateInterpolatorTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaStateInterpolatorTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54StateInterpolatorTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853StateInterpolatorTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.EulerStateInterpolatorTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.FieldODEStateInterpolatorAbstractTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.GillStateInterpolatorTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.GraggBulirschStoerStateInterpolatorTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54StateInterpolatorTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.LutherStateInterpolatorTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.MidpointStateInterpolatorTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.ODEStateInterpolatorAbstractTest
 
restrictCurrent() - 类中的方法 org.hipparchus.ode.nonstiff.ThreeEighthesStateInterpolatorTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.AdamsStateInterpolatorTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaStateInterpolatorTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54StateInterpolatorTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853StateInterpolatorTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.EulerStateInterpolatorTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.FieldODEStateInterpolatorAbstractTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.GillStateInterpolatorTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.GraggBulirschStoerStateInterpolatorTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54StateInterpolatorTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.LutherStateInterpolatorTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.MidpointStateInterpolatorTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.ODEStateInterpolatorAbstractTest
 
restrictPrevious() - 类中的方法 org.hipparchus.ode.nonstiff.ThreeEighthesStateInterpolatorTest
 
restrictStep(FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>) - 类中的方法 org.hipparchus.ode.sampling.AbstractFieldODEStateInterpolator
Create a new restricted version of the instance.
restrictStep(ODEStateAndDerivative, ODEStateAndDerivative) - 类中的方法 org.hipparchus.ode.sampling.AbstractODEStateInterpolator
Create a new restricted version of the instance.
Retry - org.hipparchus中的批注接口
Annotation that enables test retries.
RetryRunner - org.hipparchus中的类
A test runner that retries tests when assertions fail.
RetryRunner(Class<?>) - 类的构造器 org.hipparchus.RetryRunner
Simple constructor.
RetryRunnerTest - org.hipparchus中的类
Test for the "Retry" functionality (retrying Junit test methods).
RetryRunnerTest() - 类的构造器 org.hipparchus.RetryRunnerTest
 
reunite(SubHyperplane<S>) - 类中的方法 org.hipparchus.geometry.partitioning.AbstractSubHyperplane
Compute the union of the instance and another sub-hyperplane.
reunite(SubHyperplane<S>) - 接口中的方法 org.hipparchus.geometry.partitioning.SubHyperplane
Compute the union of the instance and another sub-hyperplane.
revert() - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldLine
Get a line with reversed direction.
revert() - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldRotation
Revert a rotation.
revert() - 类中的方法 org.hipparchus.geometry.euclidean.threed.Line
Get a line with reversed direction.
revert() - 类中的方法 org.hipparchus.geometry.euclidean.threed.Rotation
Revert a rotation.
revertSelf() - 类中的方法 org.hipparchus.geometry.euclidean.oned.OrientedPoint
Revert the instance.
revertSelf() - 类中的方法 org.hipparchus.geometry.euclidean.threed.Plane
Revert the plane.
revertSelf() - 类中的方法 org.hipparchus.geometry.euclidean.twod.Line
Revert the instance.
revertSelf() - 类中的方法 org.hipparchus.geometry.spherical.twod.Circle
Revert the instance.
rF(double, double, double) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RF.
rF(Complex, Complex, Complex) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RF.
rF(Complex, Complex, Complex) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralComplexTest
 
rF(FieldComplex<Binary64>, FieldComplex<Binary64>, FieldComplex<Binary64>) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralFieldComplexTest
 
rF(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RF.
rF(T, T, T) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RF.
rF(T, T, T) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralAbstractComplexTest
 
rG(double, double, double) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RG.
rG(Complex, Complex, Complex) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RG.
rG(Complex, Complex, Complex) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralComplexTest
 
rG(FieldComplex<Binary64>, FieldComplex<Binary64>, FieldComplex<Binary64>) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralFieldComplexTest
 
rG(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RG.
rG(T, T, T) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RG.
rG(T, T, T) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralAbstractComplexTest
 
RiccatiEquationSolver - org.hipparchus.linear中的接口
An algebraic Riccati equation is a type of nonlinear equation that arises in the context of infinite-horizon optimal control problems in continuous time or discrete time.
RiccatiEquationSolverImpl - org.hipparchus.linear中的类
This solver computes the solution using the following approach: 1.
RiccatiEquationSolverImpl(RealMatrix, RealMatrix, RealMatrix, RealMatrix) - 类的构造器 org.hipparchus.linear.RiccatiEquationSolverImpl
Constructor of the solver.
RiccatiEquationSolverTest - org.hipparchus.linear中的类
 
RiccatiEquationSolverTest() - 类的构造器 org.hipparchus.linear.RiccatiEquationSolverTest
 
RiddersSolver - org.hipparchus.analysis.solvers中的类
Implements the Ridders' Method for root finding of real univariate functions.
RiddersSolver() - 类的构造器 org.hipparchus.analysis.solvers.RiddersSolver
Construct a solver with default accuracy (1e-6).
RiddersSolver(double) - 类的构造器 org.hipparchus.analysis.solvers.RiddersSolver
Construct a solver.
RiddersSolver(double, double) - 类的构造器 org.hipparchus.analysis.solvers.RiddersSolver
Construct a solver.
RiddersSolverTest - org.hipparchus.analysis.solvers中的类
Test case for Ridders solver.
RiddersSolverTest() - 类的构造器 org.hipparchus.analysis.solvers.RiddersSolverTest
 
RIGHT_EDGE_GREATER_THAN_LEFT_EDGE - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
RIGHT_EDGE_GREATER_THAN_LEFT_EDGE.
RIGHT_SIDE - 枚举类 中的枚举常量 org.hipparchus.analysis.solvers.AllowedSolution
Only solutions that are greater than or equal to the actual root are acceptable as solutions for root-finding.
rint() - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 接口中的方法 org.hipparchus.CalculusFieldElement
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.complex.Complex
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.complex.FieldComplex
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.dfp.Dfp
Round to nearest integer using the round-half-even method.
rint() - 类中的方法 org.hipparchus.util.Binary64
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.util.FieldTuple
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint() - 类中的方法 org.hipparchus.util.Tuple
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
rint(double) - 类中的静态方法 org.hipparchus.util.FastMath
Get the whole number that is the nearest to x, or the even one if x is exactly half way between two integers.
rint(T) - 类中的静态方法 org.hipparchus.util.FastMath
Get the whole number that is the nearest to x, or the even one if x is exactly half way between two integers.
Rint - org.hipparchus.analysis.function中的类
rint function.
Rint() - 类的构造器 org.hipparchus.analysis.function.Rint
Empty constructor.
rJ(double, double, double, double) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RJ.
rJ(double, double, double, double, double) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RJ.
rJ(Complex, Complex, Complex, Complex) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RJ.
rJ(Complex, Complex, Complex, Complex) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralComplexTest
 
rJ(Complex, Complex, Complex, Complex, Complex) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RJ.
rJ(FieldComplex<Binary64>, FieldComplex<Binary64>, FieldComplex<Binary64>, FieldComplex<Binary64>) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralFieldComplexTest
 
rJ(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RJ.
rJ(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RJ.
rJ(T, T, T, T) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RJ.
rJ(T, T, T, T) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralAbstractComplexTest
 
rJ(T, T, T, T, T) - 类中的静态方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
Compute Carlson elliptic integral RJ.
rjBesl(double, double, int) - 类中的静态方法 org.hipparchus.special.BesselJ
Calculates Bessel functions \(J_{n+alpha}(x)\) for non-negative argument x, and non-negative order n + alpha.
ROBUSTNESS_ITERATIONS - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
ROBUSTNESS_ITERATIONS.
ROBUSTNESS_ITERATIONS - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
已过时。
ROBUSTNESS_ITERATIONS.
ROMBERG_MAX_ITERATIONS_COUNT - 类中的静态变量 org.hipparchus.analysis.integration.FieldRombergIntegrator
Maximal number of iterations for Romberg.
ROMBERG_MAX_ITERATIONS_COUNT - 类中的静态变量 org.hipparchus.analysis.integration.RombergIntegrator
Maximal number of iterations for Romberg.
RombergIntegrator - org.hipparchus.analysis.integration中的类
Implements the Romberg Algorithm for integration of real univariate functions.
RombergIntegrator() - 类的构造器 org.hipparchus.analysis.integration.RombergIntegrator
Construct a Romberg integrator with default settings (max iteration count set to RombergIntegrator.ROMBERG_MAX_ITERATIONS_COUNT)
RombergIntegrator(double, double, int, int) - 类的构造器 org.hipparchus.analysis.integration.RombergIntegrator
Build a Romberg integrator with given accuracies and iterations counts.
RombergIntegrator(int, int) - 类的构造器 org.hipparchus.analysis.integration.RombergIntegrator
Build a Romberg integrator with given iteration counts.
RombergIntegratorTest - org.hipparchus.analysis.integration中的类
Test case for Romberg integrator.
RombergIntegratorTest() - 类的构造器 org.hipparchus.analysis.integration.RombergIntegratorTest
 
rootLogLikelihoodRatio(long, long, long, long) - 类中的方法 org.hipparchus.stat.inference.GTest
Calculates the root log-likelihood ratio for 2 state Datasets.
rootLogLikelihoodRatio(long, long, long, long) - 类中的静态方法 org.hipparchus.stat.inference.InferenceTestUtils
Calculates the root log-likelihood ratio for 2 state Datasets.
rootN(double[], int, int, double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
Compute nth root of a derivative structure.
rootN(int) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
Nth root.
rootN(int) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
Nth root.
rootN(int) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
Nth root.
rootN(int) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
Nth root.
rootN(int) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
Nth root.
rootN(int) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
Nth root.
rootN(int) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
Nth root.
rootN(int) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
Nth root.
rootN(int) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
Nth root.
rootN(int) - 接口中的方法 org.hipparchus.CalculusFieldElement
Nth root.
rootN(int) - 类中的方法 org.hipparchus.complex.Complex
Nth root.
rootN(int) - 类中的方法 org.hipparchus.complex.FieldComplex
Nth root.
rootN(int) - 类中的方法 org.hipparchus.dfp.Dfp
Nth root.
rootN(int) - 类中的方法 org.hipparchus.util.Binary64
Nth root.
rootN(int) - 类中的方法 org.hipparchus.util.FieldTuple
Nth root.
rootN(int) - 类中的方法 org.hipparchus.util.Tuple
Nth root.
rootN(T[], int, int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
Compute nth root of a derivative structure.
ROOTS_OF_UNITY_NOT_COMPUTED_YET - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
ROOTS_OF_UNITY_NOT_COMPUTED_YET.
ROOTS_OF_UNITY_NOT_COMPUTED_YET - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
已过时。
ROOTS_OF_UNITY_NOT_COMPUTED_YET.
RootsOfUnity - org.hipparchus.complex中的类
A helper class for the computation and caching of the n-th roots of unity.
RootsOfUnity() - 类的构造器 org.hipparchus.complex.RootsOfUnity
Build an engine for computing the n-th roots of unity.
RootsOfUnityTest - org.hipparchus.complex中的类
Unit tests for the RootsOfUnity class.
RootsOfUnityTest() - 类的构造器 org.hipparchus.complex.RootsOfUnityTest
 
RosenNumberPartitionIterator - org.hipparchus.util中的类
An iterator that generates all partitions of n elements, into k parts containing the number of elements in each part, based on Rosen's algorithm.
RosenNumberPartitionIterator(int, int) - 类的构造器 org.hipparchus.util.RosenNumberPartitionIterator
Simple constructor.
RosenNumberPartitionIteratorTest - org.hipparchus.util中的类
Test cases for the RosenNumberPartitionIterator class.
RosenNumberPartitionIteratorTest() - 类的构造器 org.hipparchus.util.RosenNumberPartitionIteratorTest
 
rotate(Vector3D, Rotation) - 类中的方法 org.hipparchus.geometry.euclidean.threed.Plane
Rotate the plane around the specified point.
rotate(Vector3D, Rotation) - 类中的方法 org.hipparchus.geometry.euclidean.threed.PolyhedronsSet
Rotate the region around the specified point.
Rotation - org.hipparchus.geometry.euclidean.threed中的类
This class implements rotations in a three-dimensional space.
Rotation(double[][], double) - 类的构造器 org.hipparchus.geometry.euclidean.threed.Rotation
Build a rotation from a 3X3 matrix.
Rotation(double, double, double, double, boolean) - 类的构造器 org.hipparchus.geometry.euclidean.threed.Rotation
Build a rotation from the quaternion coordinates.
Rotation(RotationOrder, RotationConvention, double, double, double) - 类的构造器 org.hipparchus.geometry.euclidean.threed.Rotation
Build a rotation from three Cardan or Euler elementary rotations.
Rotation(Vector3D, double, RotationConvention) - 类的构造器 org.hipparchus.geometry.euclidean.threed.Rotation
Build a rotation from an axis and an angle.
Rotation(Vector3D, Vector3D) - 类的构造器 org.hipparchus.geometry.euclidean.threed.Rotation
Build one of the rotations that transform one vector into another one.
Rotation(Vector3D, Vector3D, Vector3D, Vector3D) - 类的构造器 org.hipparchus.geometry.euclidean.threed.Rotation
Build the rotation that transforms a pair of vectors into another pair.
ROTATION_MATRIX_DIMENSIONS - 枚举类 中的枚举常量 org.hipparchus.geometry.LocalizedGeometryFormats
ROTATION_MATRIX_DIMENSIONS.
ROTATION_MATRIX_DIMENSIONS - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
已过时。
ROTATION_MATRIX_DIMENSIONS.
RotationConvention - org.hipparchus.geometry.euclidean.threed中的枚举类
This enumerates is used to differentiate the semantics of a rotation.
RotationOrder - org.hipparchus.geometry.euclidean.threed中的枚举类
This class is a utility representing a rotation order specification for Cardan or Euler angles specification.
RotationOrderTest - org.hipparchus.geometry.euclidean.threed中的类
 
RotationOrderTest() - 类的构造器 org.hipparchus.geometry.euclidean.threed.RotationOrderTest
 
RotationTest - org.hipparchus.geometry.euclidean.threed中的类
 
RotationTest() - 类的构造器 org.hipparchus.geometry.euclidean.threed.RotationTest
 
round() - 接口中的方法 org.hipparchus.CalculusFieldElement
Get the closest long to instance real value.
round(double) - 类中的静态方法 org.hipparchus.util.FastMath
Get the closest long to x.
round(double, int) - 类中的静态方法 org.hipparchus.util.Precision
Rounds the given value to the specified number of decimal places.
round(double, int, RoundingMode) - 类中的静态方法 org.hipparchus.util.Precision
Rounds the given value to the specified number of decimal places.
round(float) - 类中的静态方法 org.hipparchus.util.FastMath
Get the closest int to x.
round(float, int) - 类中的静态方法 org.hipparchus.util.Precision
Rounds the given value to the specified number of decimal places.
round(float, int, RoundingMode) - 类中的静态方法 org.hipparchus.util.Precision
Rounds the given value to the specified number of decimal places.
round(int) - 类中的方法 org.hipparchus.dfp.Dfp
Round this given the next digit n using the current rounding mode.
round(int) - 类中的方法 org.hipparchus.dfp.DfpDec
Round this given the next digit n using the current rounding mode.
round(T) - 类中的静态方法 org.hipparchus.util.FastMath
Get the closest long to x.
ROUND_CEIL - 枚举类 中的枚举常量 org.hipparchus.dfp.DfpField.RoundingMode
Rounds towards positive infinity.
ROUND_DOWN - 枚举类 中的枚举常量 org.hipparchus.dfp.DfpField.RoundingMode
Rounds toward zero (truncation).
ROUND_FLOOR - 枚举类 中的枚举常量 org.hipparchus.dfp.DfpField.RoundingMode
Rounds towards negative infinity.
ROUND_HALF_DOWN - 枚举类 中的枚举常量 org.hipparchus.dfp.DfpField.RoundingMode
Rounds towards nearest unless both are equidistant in which case it rounds toward zero.
ROUND_HALF_EVEN - 枚举类 中的枚举常量 org.hipparchus.dfp.DfpField.RoundingMode
Rounds towards nearest unless both are equidistant in which case it rounds toward the even neighbor.
ROUND_HALF_ODD - 枚举类 中的枚举常量 org.hipparchus.dfp.DfpField.RoundingMode
Rounds towards nearest unless both are equidistant in which case it rounds toward the odd neighbor.
ROUND_HALF_UP - 枚举类 中的枚举常量 org.hipparchus.dfp.DfpField.RoundingMode
Rounds towards nearest unless both are equidistant in which case it rounds away from zero.
ROUND_UP - 枚举类 中的枚举常量 org.hipparchus.dfp.DfpField.RoundingMode
Rounds away from zero if discarded digit is non-zero.
roundingModeEven() - 类中的方法 org.hipparchus.util.RyuDoubleTest
 
row - 类中的变量 org.hipparchus.linear.MatrixUtilsTest
 
ROW_INDEX - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
ROW_INDEX.
ROW_INDEX - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
已过时。
ROW_INDEX.
ROW_INDEX_OUT_OF_RANGE - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
已过时。
ROW_INDEX_OUT_OF_RANGE.
ROW_INDEX_OUT_OF_RANGE - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
已过时。
ROW_INDEX_OUT_OF_RANGE.
rowMatrix - 类中的变量 org.hipparchus.linear.MatrixUtilsTest
 
RRQRDecomposition - org.hipparchus.linear中的类
Calculates the rank-revealing QR-decomposition of a matrix, with column pivoting.
RRQRDecomposition(RealMatrix) - 类的构造器 org.hipparchus.linear.RRQRDecomposition
Calculates the QR-decomposition of the given matrix.
RRQRDecomposition(RealMatrix, double) - 类的构造器 org.hipparchus.linear.RRQRDecomposition
Calculates the QR-decomposition of the given matrix.
RRQRDecompositionTest - org.hipparchus.linear中的类
 
RRQRDecompositionTest() - 类的构造器 org.hipparchus.linear.RRQRDecompositionTest
 
RRQRSolverTest - org.hipparchus.linear中的类
 
RRQRSolverTest() - 类的构造器 org.hipparchus.linear.RRQRSolverTest
 
RuleFactory - org.hipparchus.analysis.integration.gauss中的接口
Interface for rules that determines the integration nodes and their weights.
RuleFactoryTest - org.hipparchus.analysis.integration.gauss中的类
RuleFactoryTest() - 类的构造器 org.hipparchus.analysis.integration.gauss.RuleFactoryTest
 
Rules of Event Handling - 程序包 org.hipparchus.ode.events中的搜索标记
RungeKuttaFieldIntegrator<T> - org.hipparchus.ode.nonstiff中的类
This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.
RungeKuttaFieldIntegrator(Field<T>, String, T) - 类的构造器 org.hipparchus.ode.nonstiff.RungeKuttaFieldIntegrator
Simple constructor.
RungeKuttaFieldIntegratorAbstractTest - org.hipparchus.ode.nonstiff中的类
 
RungeKuttaFieldIntegratorAbstractTest() - 类的构造器 org.hipparchus.ode.nonstiff.RungeKuttaFieldIntegratorAbstractTest
 
RungeKuttaFieldStateInterpolatorAbstractTest - org.hipparchus.ode.nonstiff中的类
 
RungeKuttaFieldStateInterpolatorAbstractTest() - 类的构造器 org.hipparchus.ode.nonstiff.RungeKuttaFieldStateInterpolatorAbstractTest
 
RungeKuttaIntegrator - org.hipparchus.ode.nonstiff中的类
This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.
RungeKuttaIntegrator(String, double) - 类的构造器 org.hipparchus.ode.nonstiff.RungeKuttaIntegrator
Simple constructor.
RungeKuttaIntegratorAbstractTest - org.hipparchus.ode.nonstiff中的类
 
RungeKuttaIntegratorAbstractTest() - 类的构造器 org.hipparchus.ode.nonstiff.RungeKuttaIntegratorAbstractTest
 
RungeKuttaStateInterpolatorAbstractTest - org.hipparchus.ode.nonstiff中的类
 
RungeKuttaStateInterpolatorAbstractTest() - 类的构造器 org.hipparchus.ode.nonstiff.RungeKuttaStateInterpolatorAbstractTest
 
RyuDouble - org.hipparchus.util中的类
An implementation of Ryū for double.
RyuDoubleTest - org.hipparchus.util中的类
 
RyuDoubleTest() - 类的构造器 org.hipparchus.util.RyuDoubleTest
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
常量字段值|所有程序包|所有类和接口|序列化表格