索引
常量字段值|所有程序包|所有类和接口|序列化表格
B
- backward() - 类中的方法 org.hipparchus.ode.nonstiff.AdamsBashforthFieldIntegratorTest
- backward() - 类中的方法 org.hipparchus.ode.nonstiff.AdamsBashforthIntegratorTest
- backward() - 类中的方法 org.hipparchus.ode.nonstiff.AdamsFieldIntegratorAbstractTest
- backward() - 类中的方法 org.hipparchus.ode.nonstiff.AdamsIntegratorAbstractTest
- backward() - 类中的方法 org.hipparchus.ode.nonstiff.AdamsMoultonFieldIntegratorTest
- backward() - 类中的方法 org.hipparchus.ode.nonstiff.AdamsMoultonIntegratorTest
- ballOnSupport(List<Vector3D>) - 类中的方法 org.hipparchus.geometry.euclidean.threed.SphereGenerator
-
Create a ball whose boundary lies on prescribed support points.
- ballOnSupport(List<Vector2D>) - 类中的方法 org.hipparchus.geometry.euclidean.twod.DiskGenerator
-
Create a ball whose boundary lies on prescribed support points.
- ballOnSupport(List<P>) - 接口中的方法 org.hipparchus.geometry.enclosing.SupportBallGenerator
-
Create a ball whose boundary lies on prescribed support points.
- BANDWIDTH - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
BANDWIDTH.
- BANDWIDTH - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。BANDWIDTH.
- base() - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.AbstractLeastSquaresOptimizerAbstractTest
- base() - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.AbstractSequentialLeastSquaresOptimizerAbstractTest
- BASE - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
BASE.
- BASE - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。BASE.
- BaseAbstractFieldUnivariateIntegrator<T> - org.hipparchus.analysis.integration中的类
-
Provide a default implementation for several generic functions.
- BaseAbstractFieldUnivariateIntegrator(Field<T>, double, double) - 类的构造器 org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Construct an integrator with given accuracies.
- BaseAbstractFieldUnivariateIntegrator(Field<T>, double, double, int, int) - 类的构造器 org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Construct an integrator with given accuracies and iteration counts.
- BaseAbstractFieldUnivariateIntegrator(Field<T>, int, int) - 类的构造器 org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Construct an integrator with given iteration counts.
- BaseAbstractUnivariateIntegrator - org.hipparchus.analysis.integration中的类
-
Provide a default implementation for several generic functions.
- BaseAbstractUnivariateIntegrator(double, double) - 类的构造器 org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Construct an integrator with given accuracies.
- BaseAbstractUnivariateIntegrator(double, double, int, int) - 类的构造器 org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Construct an integrator with given accuracies and iteration counts.
- BaseAbstractUnivariateIntegrator(int, int) - 类的构造器 org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Construct an integrator with given iteration counts.
- BaseAbstractUnivariateSolver<F> - org.hipparchus.analysis.solvers中的类
-
Provide a default implementation for several functions useful to generic solvers.
- BaseAbstractUnivariateSolver(double) - 类的构造器 org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Construct a solver with given absolute accuracy.
- BaseAbstractUnivariateSolver(double, double) - 类的构造器 org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Construct a solver with given accuracies.
- BaseAbstractUnivariateSolver(double, double, double) - 类的构造器 org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Construct a solver with given accuracies.
- BaseMultiStartMultivariateOptimizer<P> - org.hipparchus.optim中的类
-
Base class multi-start optimizer for a multivariate function.
- BaseMultiStartMultivariateOptimizer(BaseMultivariateOptimizer<P>, int, RandomVectorGenerator) - 类的构造器 org.hipparchus.optim.BaseMultiStartMultivariateOptimizer
-
Create a multi-start optimizer from a single-start optimizer.
- BaseMultivariateOptimizer<P> - org.hipparchus.optim中的类
-
Base class for implementing optimizers for multivariate functions.
- BaseMultivariateOptimizer(ConvergenceChecker<P>) - 类的构造器 org.hipparchus.optim.BaseMultivariateOptimizer
-
Simple constructor.
- BaseOptimizer<P> - org.hipparchus.optim中的类
-
Base class for implementing optimizers.
- BaseOptimizer(ConvergenceChecker<P>) - 类的构造器 org.hipparchus.optim.BaseOptimizer
-
Simple constructor.
- BaseOptimizer(ConvergenceChecker<P>, int, int) - 类的构造器 org.hipparchus.optim.BaseOptimizer
-
Simple constructor.
- BaseSecantSolver - org.hipparchus.analysis.solvers中的类
-
Base class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).
- BaseSecantSolver(double, double, double, BaseSecantSolver.Method) - 类的构造器 org.hipparchus.analysis.solvers.BaseSecantSolver
-
Construct a solver.
- BaseSecantSolver(double, double, BaseSecantSolver.Method) - 类的构造器 org.hipparchus.analysis.solvers.BaseSecantSolver
-
Construct a solver.
- BaseSecantSolver(double, BaseSecantSolver.Method) - 类的构造器 org.hipparchus.analysis.solvers.BaseSecantSolver
-
Construct a solver.
- BaseSecantSolver.Method - org.hipparchus.analysis.solvers中的枚举类
-
Secant-based root-finding methods.
- BaseSecantSolverAbstractTest - org.hipparchus.analysis.solvers中的类
-
Base class for root-finding algorithms tests derived from
BaseSecantSolver
. - BaseSecantSolverAbstractTest() - 类的构造器 org.hipparchus.analysis.solvers.BaseSecantSolverAbstractTest
- BaseUnivariateSolver<F> - org.hipparchus.analysis.solvers中的接口
-
Interface for (univariate real) rootfinding algorithms.
- bellNumber(int) - 类中的静态方法 org.hipparchus.util.CombinatoricsUtils
-
Compute the Bell number (number of partitions of a set).
- BELOW_SIDE - 枚举类 中的枚举常量 org.hipparchus.analysis.solvers.AllowedSolution
-
Only solutions for which values are less than or equal to zero are acceptable as solutions for root-finding.
- BESSEL_FUNCTION_BAD_ARGUMENT - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
BESSEL_FUNCTION_BAD_ARGUMENT.
- BESSEL_FUNCTION_BAD_ARGUMENT - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。BESSEL_FUNCTION_BAD_ARGUMENT.
- BESSEL_FUNCTION_FAILED_CONVERGENCE - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
BESSEL_FUNCTION_FAILED_CONVERGENCE.
- BESSEL_FUNCTION_FAILED_CONVERGENCE - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。BESSEL_FUNCTION_FAILED_CONVERGENCE.
- BesselJ - org.hipparchus.special中的类
-
This class provides computation methods related to Bessel functions of the first kind.
- BesselJ(double) - 类的构造器 org.hipparchus.special.BesselJ
-
Create a new BesselJ with the given order.
- BesselJ.BesselJResult - org.hipparchus.special中的类
-
Encapsulates the results returned by
BesselJ.rjBesl(double, double, int)
. - BesselJResult(double[], int) - 类的构造器 org.hipparchus.special.BesselJ.BesselJResult
-
Create a new BesselJResult with the given values and valid value count.
- BesselJTest - org.hipparchus.special中的类
- BesselJTest() - 类的构造器 org.hipparchus.special.BesselJTest
- Beta - org.hipparchus.special中的类
-
This is a utility class that provides computation methods related to the Beta family of functions.
- BetaDistribution - org.hipparchus.distribution.continuous中的类
-
Implements the Beta distribution.
- BetaDistribution(double, double) - 类的构造器 org.hipparchus.distribution.continuous.BetaDistribution
-
Build a new instance.
- BetaDistribution(double, double, double) - 类的构造器 org.hipparchus.distribution.continuous.BetaDistribution
-
Build a new instance.
- BetaDistributionTest - org.hipparchus.distribution.continuous中的类
- BetaDistributionTest() - 类的构造器 org.hipparchus.distribution.continuous.BetaDistributionTest
- BetaTest - org.hipparchus.special中的类
- BetaTest() - 类的构造器 org.hipparchus.special.BetaTest
- BicubicInterpolatingFunction - org.hipparchus.analysis.interpolation中的类
-
Function that implements the bicubic spline interpolation.
- BicubicInterpolatingFunction(double[], double[], double[][], double[][], double[][], double[][]) - 类的构造器 org.hipparchus.analysis.interpolation.BicubicInterpolatingFunction
-
Simple constructor.
- BicubicInterpolatingFunctionTest - org.hipparchus.analysis.interpolation中的类
-
Test case for the bicubic function.
- BicubicInterpolatingFunctionTest() - 类的构造器 org.hipparchus.analysis.interpolation.BicubicInterpolatingFunctionTest
- BicubicInterpolator - org.hipparchus.analysis.interpolation中的类
-
Generates a
bicubic interpolating function
. - BicubicInterpolator() - 类的构造器 org.hipparchus.analysis.interpolation.BicubicInterpolator
-
Empty constructor.
- BicubicInterpolatorTest - org.hipparchus.analysis.interpolation中的类
-
Test case for the bicubic interpolator.
- BicubicInterpolatorTest() - 类的构造器 org.hipparchus.analysis.interpolation.BicubicInterpolatorTest
- BiDiagonalTransformerTest - org.hipparchus.linear中的类
- BiDiagonalTransformerTest() - 类的构造器 org.hipparchus.linear.BiDiagonalTransformerTest
- bigCol - 类中的变量 org.hipparchus.linear.MatrixUtilsTest
- bigColMatrix - 类中的变量 org.hipparchus.linear.MatrixUtilsTest
- bigD(double) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral D(m) = [K(m) - E(m)]/m.
- bigD(double, double) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral D(φ, m) = [F(φ, m) - E(φ, m)]/m.
- bigD(Complex) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral D(m) = [K(m) - E(m)]/m.
- bigD(Complex, Complex) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral D(φ, m) = [F(φ, m) - E(φ, m)]/m.
- bigD(FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral D(m) = [K(m) - E(m)]/m.
- bigD(FieldComplex<T>, FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral D(φ, m) = [F(φ, m) - E(φ, m)]/m.
- bigD(T) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral D(m) = [K(m) - E(m)]/m.
- bigD(T, T) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral D(φ, m) = [F(φ, m) - E(φ, m)]/m.
- bigDecimalValue() - 类中的方法 org.hipparchus.fraction.BigFraction
-
Gets the fraction as a
BigDecimal
. - bigDecimalValue() - 类中的方法 org.hipparchus.util.BigReal
-
Get the BigDecimal value corresponding to the instance.
- bigDecimalValue(int, RoundingMode) - 类中的方法 org.hipparchus.fraction.BigFraction
-
Gets the fraction as a
BigDecimal
following the passed scale and rounding mode. - bigDecimalValue(RoundingMode) - 类中的方法 org.hipparchus.fraction.BigFraction
-
Gets the fraction as a
BigDecimal
following the passed rounding mode. - bigE(double) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the second kind E(m).
- bigE(double, double) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the second kind E(φ, m).
- bigE(Complex) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the second kind E(m).
- bigE(Complex, Complex) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the second kind E(φ, m).
- bigE(Complex, Complex, ComplexUnivariateIntegrator, int) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the second kind E(φ, m) using numerical integration.
- bigE(FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the second kind E(m).
- bigE(FieldComplex<T>, FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the second kind E(φ, m).
- bigE(FieldComplex<T>, FieldComplex<T>, FieldComplexUnivariateIntegrator<T>, int) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the second kind E(φ, m).
- bigE(T) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the second kind E(m).
- bigE(T, T) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the second kind E(φ, m).
- bigF(double, double) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the first kind F(φ, m).
- bigF(Complex, Complex) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the first kind F(φ, m).
- bigF(Complex, Complex, ComplexUnivariateIntegrator, int) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the first kind F(φ, m) using numerical integration.
- bigF(FieldComplex<T>, FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the first kind F(φ, m).
- bigF(FieldComplex<T>, FieldComplex<T>, FieldComplexUnivariateIntegrator<T>, int) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the first kind F(φ, m).
- bigF(T, T) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the first kind F(φ, m).
- BigFraction - org.hipparchus.fraction中的类
-
Representation of a rational number without any overflow.
- BigFraction(double) - 类的构造器 org.hipparchus.fraction.BigFraction
-
Create a fraction given the double value.
- BigFraction(double, double, int) - 类的构造器 org.hipparchus.fraction.BigFraction
-
Create a fraction given the double value and maximum error allowed.
- BigFraction(double, long) - 类的构造器 org.hipparchus.fraction.BigFraction
-
Create a fraction given the double value and maximum denominator.
- BigFraction(int) - 类的构造器 org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
equivalent to the passedint
, ie "num / 1". - BigFraction(int, int) - 类的构造器 org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
given the numerator and denominator as simpleint
. - BigFraction(long) - 类的构造器 org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
equivalent to the passed long, ie "num / 1". - BigFraction(long, long) - 类的构造器 org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
given the numerator and denominator as simplelong
. - BigFraction(BigInteger) - 类的构造器 org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
equivalent to the passedBigInteger
, ie "num / 1". - BigFraction(BigInteger, BigInteger) - 类的构造器 org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
given the numerator and denominator asBigInteger
. - BigFraction.ConvergenceTest - org.hipparchus.fraction中的接口
-
A test to determine if a series of fractions has converged.
- BigFractionField - org.hipparchus.fraction中的类
-
Representation of the fractional numbers without any overflow field.
- BigFractionFieldTest - org.hipparchus.fraction中的类
- BigFractionFieldTest() - 类的构造器 org.hipparchus.fraction.BigFractionFieldTest
- BigFractionFormat - org.hipparchus.fraction中的类
-
Formats a BigFraction number in proper format or improper format.
- BigFractionFormat() - 类的构造器 org.hipparchus.fraction.BigFractionFormat
-
Create an improper formatting instance with the default number format for the numerator and denominator.
- BigFractionFormat(NumberFormat) - 类的构造器 org.hipparchus.fraction.BigFractionFormat
-
Create an improper formatting instance with a custom number format for both the numerator and denominator.
- BigFractionFormat(NumberFormat, NumberFormat) - 类的构造器 org.hipparchus.fraction.BigFractionFormat
-
Create an improper formatting instance with a custom number format for the numerator and a custom number format for the denominator.
- BigFractionFormatTest - org.hipparchus.fraction中的类
- BigFractionFormatTest() - 类的构造器 org.hipparchus.fraction.BigFractionFormatTest
- bigFractionMatrixToRealMatrix(FieldMatrix<BigFraction>) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
- BigFractionTest - org.hipparchus.fraction中的类
- BigFractionTest() - 类的构造器 org.hipparchus.fraction.BigFractionTest
- bigK(double) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K(m).
- bigK(Complex) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K(m).
- bigK(FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K(m).
- bigK(T) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K(m).
- bigKPrime(double) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K'(m).
- bigKPrime(Complex) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K'(m).
- bigKPrime(FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K'(m).
- bigKPrime(T) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K'(m).
- bigPi(double, double) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the third kind Π(n, m).
- bigPi(double, double, double) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the third kind Π(n, φ, m).
- bigPi(Complex, Complex) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the third kind Π(n, m).
- bigPi(Complex, Complex, Complex) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the third kind Π(n, φ, m).
- bigPi(Complex, Complex, Complex, ComplexUnivariateIntegrator, int) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the third kind Π(n, φ, m) using numerical integration.
- bigPi(FieldComplex<T>, FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the third kind Π(n, m).
- bigPi(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the third kind Π(n, φ, m).
- bigPi(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplexUnivariateIntegrator<T>, int) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the third kind Π(n, φ, m).
- bigPi(T, T) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the third kind Π(n, m).
- bigPi(T, T, T) - 类中的静态方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the third kind Π(n, φ, m).
- BigReal - org.hipparchus.util中的类
-
Arbitrary precision decimal number.
- BigReal(char[]) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a characters representation.
- BigReal(char[], int, int) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a characters representation.
- BigReal(char[], int, int, MathContext) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a characters representation.
- BigReal(char[], MathContext) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a characters representation.
- BigReal(double) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a double.
- BigReal(double, MathContext) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a double.
- BigReal(int) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from an int.
- BigReal(int, MathContext) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from an int.
- BigReal(long) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a long.
- BigReal(long, MathContext) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a long.
- BigReal(String) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a String representation.
- BigReal(String, MathContext) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a String representation.
- BigReal(BigDecimal) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a BigDecimal.
- BigReal(BigInteger) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a BigInteger.
- BigReal(BigInteger, int) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from an unscaled BigInteger.
- BigReal(BigInteger, int, MathContext) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from an unscaled BigInteger.
- BigReal(BigInteger, MathContext) - 类的构造器 org.hipparchus.util.BigReal
-
Build an instance from a BigInteger.
- BigRealField - org.hipparchus.util中的类
-
Representation of real numbers with arbitrary precision field.
- BigRealFieldTest - org.hipparchus.util中的类
- BigRealFieldTest() - 类的构造器 org.hipparchus.util.BigRealFieldTest
- BigRealTest - org.hipparchus.util中的类
- BigRealTest() - 类的构造器 org.hipparchus.util.BigRealTest
- bigRow - 类中的变量 org.hipparchus.linear.MatrixUtilsTest
- bigRowMatrix - 类中的变量 org.hipparchus.linear.MatrixUtilsTest
- bigSingular - 类中的变量 org.hipparchus.linear.Array2DRowFieldMatrixTest
- bigSingular - 类中的变量 org.hipparchus.linear.Array2DRowRealMatrixTest
- bigSingular - 类中的变量 org.hipparchus.linear.BlockFieldMatrixTest
- bigSingular - 类中的变量 org.hipparchus.linear.BlockRealMatrixTest
- bigSingular - 类中的变量 org.hipparchus.linear.SparseFieldMatrixTest
- bigSingular - 类中的变量 org.hipparchus.linear.SparseRealMatrixTest
- BilinearInterpolatingFunction - org.hipparchus.analysis.interpolation中的类
-
Interpolate grid data using bi-linear interpolation.
- BilinearInterpolatingFunction(double[], double[], double[][]) - 类的构造器 org.hipparchus.analysis.interpolation.BilinearInterpolatingFunction
-
Simple constructor.
- BilinearInterpolator - org.hipparchus.analysis.interpolation中的类
-
Interpolate grid data using bi-linear interpolation.
- BilinearInterpolator() - 类的构造器 org.hipparchus.analysis.interpolation.BilinearInterpolator
-
Empty constructor.
- BilinearInterpolatorTest - org.hipparchus.analysis.interpolation中的类
- BilinearInterpolatorTest() - 类的构造器 org.hipparchus.analysis.interpolation.BilinearInterpolatorTest
- Binary64 - org.hipparchus.util中的类
-
This class wraps a
double
value in an object. - Binary64(double) - 类的构造器 org.hipparchus.util.Binary64
-
Creates a new instance of this class.
- Binary64Field - org.hipparchus.util中的类
-
The field of
double precision floating-point numbers
. - Binary64FieldTest - org.hipparchus.util中的类
- Binary64FieldTest() - 类的构造器 org.hipparchus.util.Binary64FieldTest
- Binary64Test - org.hipparchus.util中的类
- Binary64Test() - 类的构造器 org.hipparchus.util.Binary64Test
- BINOMIAL_INVALID_PARAMETERS_ORDER - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
BINOMIAL_INVALID_PARAMETERS_ORDER.
- BINOMIAL_INVALID_PARAMETERS_ORDER - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。BINOMIAL_INVALID_PARAMETERS_ORDER.
- BINOMIAL_NEGATIVE_PARAMETER - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
BINOMIAL_NEGATIVE_PARAMETER.
- BINOMIAL_NEGATIVE_PARAMETER - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。BINOMIAL_NEGATIVE_PARAMETER.
- binomialCoefficient(int, int) - 类中的静态方法 org.hipparchus.util.CombinatoricsUtils
-
Returns an exact representation of the Binomial Coefficient, "
n choose k
", the number ofk
-element subsets that can be selected from ann
-element set. - binomialCoefficientDouble(int, int) - 类中的静态方法 org.hipparchus.util.CombinatoricsUtils
-
Returns a
double
representation of the Binomial Coefficient, "n choose k
", the number ofk
-element subsets that can be selected from ann
-element set. - binomialCoefficientLog(int, int) - 类中的静态方法 org.hipparchus.util.CombinatoricsUtils
-
Returns the natural
log
of the Binomial Coefficient, "n choose k
", the number ofk
-element subsets that can be selected from ann
-element set. - BinomialDistribution - org.hipparchus.distribution.discrete中的类
-
Implementation of the binomial distribution.
- BinomialDistribution(int, double) - 类的构造器 org.hipparchus.distribution.discrete.BinomialDistribution
-
Create a binomial distribution with the given number of trials and probability of success.
- BinomialDistributionTest - org.hipparchus.distribution.discrete中的类
-
Test cases for BinomialDistribution.
- BinomialDistributionTest() - 类的构造器 org.hipparchus.distribution.discrete.BinomialDistributionTest
-
Constructor to override default tolerance.
- BinomialProportion - org.hipparchus.stat.interval中的类
-
Utility methods to generate confidence intervals for a binomial proportion.
- BinomialProportionAbstractTest - org.hipparchus.stat.interval中的类
-
Test cases for the BinomialProportion implementations.
- BinomialProportionAbstractTest() - 类的构造器 org.hipparchus.stat.interval.BinomialProportionAbstractTest
- BinomialProportionAbstractTest.BinomialProportionMethod - org.hipparchus.stat.interval中的接口
- binomialTest(int, int, double, AlternativeHypothesis) - 类中的方法 org.hipparchus.stat.inference.BinomialTest
-
Returns the observed significance level, or p-value, associated with a Binomial test.
- binomialTest(int, int, double, AlternativeHypothesis, double) - 类中的方法 org.hipparchus.stat.inference.BinomialTest
-
Returns whether the null hypothesis can be rejected with the given confidence level.
- BinomialTest - org.hipparchus.stat.inference中的类
-
Implements binomial test statistics.
- BinomialTest() - 类的构造器 org.hipparchus.stat.inference.BinomialTest
-
Empty constructor.
- BinomialTestTest - org.hipparchus.stat.inference中的类
-
Test cases for the BinomialTest class.
- BinomialTestTest() - 类的构造器 org.hipparchus.stat.inference.BinomialTestTest
- BisectionSolver - org.hipparchus.analysis.solvers中的类
-
Implements the bisection algorithm for finding zeros of univariate real functions.
- BisectionSolver() - 类的构造器 org.hipparchus.analysis.solvers.BisectionSolver
-
Construct a solver with default accuracy (1e-6).
- BisectionSolver(double) - 类的构造器 org.hipparchus.analysis.solvers.BisectionSolver
-
Construct a solver.
- BisectionSolver(double, double) - 类的构造器 org.hipparchus.analysis.solvers.BisectionSolver
-
Construct a solver.
- BisectionSolverTest - org.hipparchus.analysis.solvers中的类
- BisectionSolverTest() - 类的构造器 org.hipparchus.analysis.solvers.BisectionSolverTest
- BivariateFunction - org.hipparchus.analysis中的接口
-
An interface representing a bivariate real function.
- BivariateGridInterpolator - org.hipparchus.analysis.interpolation中的接口
-
Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.
- BLAND - 枚举类 中的枚举常量 org.hipparchus.optim.linear.PivotSelectionRule
-
The first variable with a negative coefficient in the objective function row will be chosen as entering variable.
- Blendable<B> - org.hipparchus.util中的接口
-
Interface representing classes that can blend with other instances of themselves using a given blending value.
- blendArithmeticallyWith(B, double) - 接口中的方法 org.hipparchus.util.Blendable
-
Blend arithmetically this instance with another one.
- blendArithmeticallyWith(B, T) - 接口中的方法 org.hipparchus.util.FieldBlendable
-
Blend arithmetically this instance with another one.
- blendArithmeticallyWith(FieldVector3D<T>, T) - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldVector3D
-
Blend arithmetically this instance with another one.
- blendArithmeticallyWith(Vector<S, V>, double) - 接口中的方法 org.hipparchus.geometry.Vector
-
Blend arithmetically this instance with another one.
- blendArithmeticallyWith(FieldMatrix<T>, T) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Blend arithmetically this instance with another one.
- blendArithmeticallyWith(RealMatrix, double) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Blend arithmetically this instance with another one.
- BLOCK_SIZE - 类中的静态变量 org.hipparchus.linear.BlockFieldMatrix
-
Block size.
- BLOCK_SIZE - 类中的静态变量 org.hipparchus.linear.BlockRealMatrix
-
Block size.
- BlockFieldMatrix<T> - org.hipparchus.linear中的类
-
Cache-friendly implementation of FieldMatrix using a flat arrays to store square blocks of the matrix.
- BlockFieldMatrix(int, int, T[][], boolean) - 类的构造器 org.hipparchus.linear.BlockFieldMatrix
-
Create a new dense matrix copying entries from block layout data.
- BlockFieldMatrix(Field<T>, int, int) - 类的构造器 org.hipparchus.linear.BlockFieldMatrix
-
Create a new matrix with the supplied row and column dimensions.
- BlockFieldMatrix(T[][]) - 类的构造器 org.hipparchus.linear.BlockFieldMatrix
-
Create a new dense matrix copying entries from raw layout data.
- BlockFieldMatrixTest - org.hipparchus.linear中的类
-
Test cases for the
BlockFieldMatrix
class. - BlockFieldMatrixTest() - 类的构造器 org.hipparchus.linear.BlockFieldMatrixTest
- blockInverse(RealMatrix, int) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Computes the inverse of the given matrix by splitting it into 4 sub-matrices.
- BlockRealMatrix - org.hipparchus.linear中的类
-
Cache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.
- BlockRealMatrix(double[][]) - 类的构造器 org.hipparchus.linear.BlockRealMatrix
-
Create a new dense matrix copying entries from raw layout data.
- BlockRealMatrix(int, int) - 类的构造器 org.hipparchus.linear.BlockRealMatrix
-
Create a new matrix with the supplied row and column dimensions.
- BlockRealMatrix(int, int, double[][], boolean) - 类的构造器 org.hipparchus.linear.BlockRealMatrix
-
Create a new dense matrix copying entries from block layout data.
- BlockRealMatrixTest - org.hipparchus.linear中的类
-
Test cases for the
BlockRealMatrix
class. - BlockRealMatrixTest() - 类的构造器 org.hipparchus.linear.BlockRealMatrixTest
- BOBYQA_BOUND_DIFFERENCE_CONDITION - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。BOBYQA_BOUND_DIFFERENCE_CONDITION.
- BOBYQA_BOUND_DIFFERENCE_CONDITION - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。BOBYQA_BOUND_DIFFERENCE_CONDITION.
- BOBYQAOptimizer - org.hipparchus.optim.nonlinear.scalar.noderiv中的类
-
Powell's BOBYQA algorithm.
- BOBYQAOptimizer(int) - 类的构造器 org.hipparchus.optim.nonlinear.scalar.noderiv.BOBYQAOptimizer
-
Simple constructor.
- BOBYQAOptimizer(int, double, double) - 类的构造器 org.hipparchus.optim.nonlinear.scalar.noderiv.BOBYQAOptimizer
-
Simple constructor.
- BOBYQAOptimizerTest - org.hipparchus.optim.nonlinear.scalar.noderiv中的类
-
Test for
BOBYQAOptimizer
. - BOBYQAOptimizerTest() - 类的构造器 org.hipparchus.optim.nonlinear.scalar.noderiv.BOBYQAOptimizerTest
- bootstrap(double[], double[], int) - 类中的方法 org.hipparchus.stat.inference.KolmogorovSmirnovTest
-
Computes
bootstrap(x, y, iterations, true)
. - bootstrap(double[], double[], int, boolean) - 类中的方法 org.hipparchus.stat.inference.KolmogorovSmirnovTest
-
Estimates the p-value of a two-sample Kolmogorov-Smirnov test evaluating the null hypothesis that
x
andy
are samples drawn from the same probability distribution. - BOTH - 枚举类 中的枚举常量 org.hipparchus.geometry.partitioning.Side
-
Code for elements crossing the hyperplane from plus to minus side.
- BOTH - 枚举类 中的枚举常量 org.hipparchus.ode.sampling.StepNormalizerBounds
-
Include both the first and last points.
- BOUNDARY - 枚举类 中的枚举常量 org.hipparchus.geometry.partitioning.Region.Location
-
Code for points on the partition boundary.
- BoundaryAttribute<S> - org.hipparchus.geometry.partitioning中的类
-
Class holding boundary attributes.
- boundaryConditions() - 类中的方法 org.hipparchus.util.RyuDoubleTest
-
Floating point values in the range 1.0E-3 无效输入:'<'= x 无效输入:'<' 1.0E7 have to be printed without exponent.
- BoundaryProjection<S> - org.hipparchus.geometry.partitioning中的类
-
Class holding the result of point projection on region boundary.
- BoundaryProjection(Point<S>, Point<S>, double) - 类的构造器 org.hipparchus.geometry.partitioning.BoundaryProjection
-
Constructor from raw elements.
- boundedToUnbounded(double[]) - 类中的方法 org.hipparchus.optim.nonlinear.scalar.MultivariateFunctionMappingAdapter
-
Maps an array from bounded to unbounded.
- bracket(CalculusFieldUnivariateFunction<T>, T, T, T) - 类中的静态方法 org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
This method simply calls
bracket(function, initial, lowerBound, upperBound, q, r, maximumIterations)
withq
andr
set to 1.0 andmaximumIterations
set toInteger.MAX_VALUE
. - bracket(CalculusFieldUnivariateFunction<T>, T, T, T, int) - 类中的静态方法 org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
This method simply calls
bracket(function, initial, lowerBound, upperBound, q, r, maximumIterations)
withq
andr
set to 1.0. - bracket(CalculusFieldUnivariateFunction<T>, T, T, T, T, T, int) - 类中的静态方法 org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
This method attempts to find two values a and b satisfying
lowerBound <= a < initial < b <= upperBound
f(a) * f(b) <= 0
Iff
is continuous on[a,b]
, this means thata
andb
bracket a root off
. - bracket(UnivariateFunction, double, double, double) - 类中的静态方法 org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
This method simply calls
bracket(function, initial, lowerBound, upperBound, q, r, maximumIterations)
withq
andr
set to 1.0 andmaximumIterations
set toInteger.MAX_VALUE
. - bracket(UnivariateFunction, double, double, double, double, double, int) - 类中的静态方法 org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
This method attempts to find two values a and b satisfying
lowerBound <= a < initial < b <= upperBound
f(a) * f(b) <= 0
Iff
is continuous on[a,b]
, this means thata
andb
bracket a root off
. - bracket(UnivariateFunction, double, double, double, int) - 类中的静态方法 org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
This method simply calls
bracket(function, initial, lowerBound, upperBound, q, r, maximumIterations)
withq
andr
set to 1.0. - BracketedRealFieldUnivariateSolver<T> - org.hipparchus.analysis.solvers中的接口
-
Interface for
(univariate real) root-finding algorithms
that maintain a bracketed solution. - BracketedRealFieldUnivariateSolver.Interval<T> - org.hipparchus.analysis.solvers中的类
-
An interval of a function that brackets a root.
- BracketedUnivariateSolver<F> - org.hipparchus.analysis.solvers中的接口
-
Interface for
(univariate real) root-finding algorithms
that maintain a bracketed solution. - BracketedUnivariateSolver.Interval - org.hipparchus.analysis.solvers中的类
-
An interval of a function that brackets a root.
- BracketFinder - org.hipparchus.optim.univariate中的类
-
Provide an interval that brackets a local optimum of a function.
- BracketFinder() - 类的构造器 org.hipparchus.optim.univariate.BracketFinder
-
Constructor with default values
100, 500
(see theother constructor
). - BracketFinder(double, int) - 类的构造器 org.hipparchus.optim.univariate.BracketFinder
-
Create a bracketing interval finder.
- BracketFinderTest - org.hipparchus.optim.univariate中的类
-
Test for
BracketFinder
. - BracketFinderTest() - 类的构造器 org.hipparchus.optim.univariate.BracketFinderTest
- BracketingNthOrderBrentSolver - org.hipparchus.analysis.solvers中的类
-
This class implements a modification of the Brent algorithm.
- BracketingNthOrderBrentSolver() - 类的构造器 org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Construct a solver with default accuracy and maximal order (1e-6 and 5 respectively)
- BracketingNthOrderBrentSolver(double, double, double, int) - 类的构造器 org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Construct a solver.
- BracketingNthOrderBrentSolver(double, double, int) - 类的构造器 org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Construct a solver.
- BracketingNthOrderBrentSolver(double, int) - 类的构造器 org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Construct a solver.
- BracketingNthOrderBrentSolverTest - org.hipparchus.analysis.solvers中的类
-
Test case for
bracketing nth order Brent
solver. - BracketingNthOrderBrentSolverTest() - 类的构造器 org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolverTest
- BrentOptimizer - org.hipparchus.optim.univariate中的类
-
For a function defined on some interval
(lo, hi)
, this class finds an approximationx
to the point at which the function attains its minimum. - BrentOptimizer(double, double) - 类的构造器 org.hipparchus.optim.univariate.BrentOptimizer
-
The arguments are used for implementing the original stopping criterion of Brent's algorithm.
- BrentOptimizer(double, double, ConvergenceChecker<UnivariatePointValuePair>) - 类的构造器 org.hipparchus.optim.univariate.BrentOptimizer
-
The arguments are used implement the original stopping criterion of Brent's algorithm.
- BrentOptimizerTest - org.hipparchus.optim.univariate中的类
- BrentOptimizerTest() - 类的构造器 org.hipparchus.optim.univariate.BrentOptimizerTest
- BrentSolver - org.hipparchus.analysis.solvers中的类
-
This class implements the Brent algorithm for finding zeros of real univariate functions.
- BrentSolver() - 类的构造器 org.hipparchus.analysis.solvers.BrentSolver
-
Construct a solver with default absolute accuracy (1e-6).
- BrentSolver(double) - 类的构造器 org.hipparchus.analysis.solvers.BrentSolver
-
Construct a solver.
- BrentSolver(double, double) - 类的构造器 org.hipparchus.analysis.solvers.BrentSolver
-
Construct a solver.
- BrentSolver(double, double, double) - 类的构造器 org.hipparchus.analysis.solvers.BrentSolver
-
Construct a solver.
- BrentSolverTest - org.hipparchus.analysis.solvers中的类
-
Test case for
Brent
solver. - BrentSolverTest() - 类的构造器 org.hipparchus.analysis.solvers.BrentSolverTest
- BRep(List<Vector3D>, List<int[]>) - 类的构造器 org.hipparchus.geometry.euclidean.threed.PolyhedronsSet.BRep
-
Simple constructor.
- BSPTree<S> - org.hipparchus.geometry.partitioning中的类
-
This class represent a Binary Space Partition tree.
- BSPTree() - 类的构造器 org.hipparchus.geometry.partitioning.BSPTree
-
Build a tree having only one root cell representing the whole space.
- BSPTree(Object) - 类的构造器 org.hipparchus.geometry.partitioning.BSPTree
-
Build a tree having only one root cell representing the whole space.
- BSPTree(SubHyperplane<S>, BSPTree<S>, BSPTree<S>, Object) - 类的构造器 org.hipparchus.geometry.partitioning.BSPTree
-
Build a BSPTree from its underlying elements.
- BSPTree.LeafMerger<S> - org.hipparchus.geometry.partitioning中的接口
-
This interface gather the merging operations between a BSP tree leaf and another BSP tree.
- BSPTree.VanishingCutHandler<S> - org.hipparchus.geometry.partitioning中的接口
-
This interface handles the corner cases when an internal node cut sub-hyperplane vanishes.
- BSPTreeVisitor<S> - org.hipparchus.geometry.partitioning中的接口
-
This interface is used to visit
BSP tree
nodes. - BSPTreeVisitor.Order - org.hipparchus.geometry.partitioning中的枚举类
-
Enumerate for visit order with respect to plus sub-tree, minus sub-tree and cut sub-hyperplane.
- build() - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresBuilder
-
Construct a
LeastSquaresProblem
from the data in this builder. - build() - 类中的方法 org.hipparchus.stat.descriptive.StreamingStatistics.StreamingStatisticsBuilder
-
Builds a StreamingStatistics instance with currently defined properties.
- build(double) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructureTest
- build(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructureAbstractTest
- build(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradientAbstractTest
- build(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1AbstractTest
- build(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2AbstractTest
- build(double) - 类中的方法 org.hipparchus.analysis.differentiation.GradientTest
- build(double) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradientTest
- build(double) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1Test
- build(double) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2Test
- build(double) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivativeAbstractTest
- build(double) - 类中的方法 org.hipparchus.CalculusFieldElementAbstractTest
- build(double) - 类中的方法 org.hipparchus.complex.ComplexTest
- build(double) - 类中的方法 org.hipparchus.complex.FieldComplexTest
- build(double) - 类中的方法 org.hipparchus.dfp.DfpTest
- build(double) - 类中的静态方法 org.hipparchus.special.elliptic.jacobi.JacobiEllipticBuilder
-
Build an algorithm for computing Jacobi elliptic functions.
- build(double) - 类中的方法 org.hipparchus.util.Binary64Test
- build(double) - 类中的方法 org.hipparchus.util.FieldTupleTest
- build(double) - 类中的方法 org.hipparchus.util.TupleTest
- build(double...) - 类中的方法 org.hipparchus.analysis.differentiation.DSFactory
-
Build a
DerivativeStructure
from all its derivatives. - build(double...) - 类中的方法 org.hipparchus.analysis.differentiation.FDSFactory
-
Build a
FieldDerivativeStructure
from all its derivatives. - build(double[]) - 类中的方法 org.hipparchus.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
Build an initial simplex.
- build(double, double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1AbstractTest
- build(double, double...) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradientAbstractTest
- build(double, double, double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2AbstractTest
- build(Complex) - 类中的静态方法 org.hipparchus.special.elliptic.jacobi.JacobiEllipticBuilder
-
Build an algorithm for computing Jacobi elliptic functions.
- build(FieldComplex<T>) - 类中的静态方法 org.hipparchus.special.elliptic.jacobi.JacobiEllipticBuilder
-
Build an algorithm for computing Jacobi elliptic functions.
- build(T) - 类中的静态方法 org.hipparchus.special.elliptic.jacobi.JacobiEllipticBuilder
-
Build an algorithm for computing Jacobi elliptic functions.
- build(T...) - 类中的方法 org.hipparchus.analysis.differentiation.FDSFactory
-
Build a
FieldDerivativeStructure
from all its derivatives. - buildArray(Field<T>, int) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Build an array of elements.
- buildArray(Field<T>, int, int) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Build a double dimension array of elements.
- buildArray(Field<T>, int, int, int) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Build a triple dimension array of elements.
- buildComplex(double) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralAbstractComplexTest
- buildComplex(double) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralComplexTest
- buildComplex(double) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralFieldComplexTest
- buildComplex(double) - 类中的方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegralAbstractComplexTest
- buildComplex(double) - 类中的方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegralComplexTest
- buildComplex(double) - 类中的方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegralFieldComplexTest
- buildComplex(double, double) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralAbstractComplexTest
- buildComplex(double, double) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralComplexTest
- buildComplex(double, double) - 类中的方法 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralFieldComplexTest
- buildComplex(double, double) - 类中的方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegralAbstractComplexTest
- buildComplex(double, double) - 类中的方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegralComplexTest
- buildComplex(double, double) - 类中的方法 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegralFieldComplexTest
- buildConvex(Hyperplane<S>...) - 类中的方法 org.hipparchus.geometry.partitioning.RegionFactory
-
Build a convex region from a collection of bounding hyperplanes.
- buildD64(double...) - 类中的方法 org.hipparchus.analysis.interpolation.UnivariateInterpolatorAbstractTest
- buildDoubleInterpolator() - 类中的方法 org.hipparchus.analysis.interpolation.LinearInterpolatorTest
- buildDoubleInterpolator() - 类中的方法 org.hipparchus.analysis.interpolation.SplineInterpolatorTest
- buildDoubleInterpolator() - 类中的方法 org.hipparchus.analysis.interpolation.UnivariateInterpolatorAbstractTest
- builder() - 类中的静态方法 org.hipparchus.stat.descriptive.StreamingStatistics
-
Returns a
StreamingStatistics.StreamingStatisticsBuilder
to source configuredStreamingStatistics
instances. - builder(CircleProblem) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LevenbergMarquardtOptimizerTest
- builder(CircleVectorial) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.AbstractLeastSquaresOptimizerAbstractTest
- builder(CircleVectorial) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.AbstractSequentialLeastSquaresOptimizerAbstractTest
- builder(LevenbergMarquardtOptimizerTest.BevingtonProblem) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LevenbergMarquardtOptimizerTest
- builder(StatisticalReferenceDataset) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.AbstractLeastSquaresOptimizerAbstractTest
- builder(StatisticalReferenceDataset) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.AbstractSequentialLeastSquaresOptimizerAbstractTest
- builder(StatisticalReferenceDataset) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.EvaluationTest
-
Create a
LeastSquaresBuilder
from aStatisticalReferenceDataset
. - buildFactory(int, int) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructureAbstractTest
- buildFieldInterpolator() - 类中的方法 org.hipparchus.analysis.interpolation.LinearInterpolatorTest
- buildFieldInterpolator() - 类中的方法 org.hipparchus.analysis.interpolation.SplineInterpolatorTest
- buildFieldInterpolator() - 类中的方法 org.hipparchus.analysis.interpolation.UnivariateInterpolatorAbstractTest
- buildNew(BSPTree<Euclidean1D>) - 类中的方法 org.hipparchus.geometry.euclidean.oned.IntervalsSet
-
Build a region using the instance as a prototype.
- buildNew(BSPTree<Euclidean3D>) - 类中的方法 org.hipparchus.geometry.euclidean.threed.PolyhedronsSet
-
Build a region using the instance as a prototype.
- buildNew(BSPTree<Euclidean2D>) - 类中的方法 org.hipparchus.geometry.euclidean.twod.PolygonsSet
-
Build a region using the instance as a prototype.
- buildNew(BSPTree<Sphere1D>) - 类中的方法 org.hipparchus.geometry.spherical.oned.ArcsSet
-
Build a region using the instance as a prototype.
- buildNew(BSPTree<Sphere2D>) - 类中的方法 org.hipparchus.geometry.spherical.twod.SphericalPolygonsSet
-
Build a region using the instance as a prototype.
- buildNew(BSPTree<S>) - 类中的方法 org.hipparchus.geometry.partitioning.AbstractRegion
-
Build a region using the instance as a prototype.
- buildNew(BSPTree<S>) - 接口中的方法 org.hipparchus.geometry.partitioning.Region
-
Build a region using the instance as a prototype.
- buildNew(Hyperplane<Euclidean1D>, Region<Euclidean1D>) - 类中的方法 org.hipparchus.geometry.euclidean.oned.SubOrientedPoint
-
Build a sub-hyperplane from an hyperplane and a region.
- buildNew(Hyperplane<Euclidean3D>, Region<Euclidean2D>) - 类中的方法 org.hipparchus.geometry.euclidean.threed.SubPlane
-
Build a sub-hyperplane from an hyperplane and a region.
- buildNew(Hyperplane<Euclidean2D>, Region<Euclidean1D>) - 类中的方法 org.hipparchus.geometry.euclidean.twod.SubLine
-
Build a sub-hyperplane from an hyperplane and a region.
- buildNew(Hyperplane<Sphere1D>, Region<Sphere1D>) - 类中的方法 org.hipparchus.geometry.spherical.oned.SubLimitAngle
-
Build a sub-hyperplane from an hyperplane and a region.
- buildNew(Hyperplane<Sphere2D>, Region<Sphere1D>) - 类中的方法 org.hipparchus.geometry.spherical.twod.SubCircle
-
Build a sub-hyperplane from an hyperplane and a region.
- buildNew(Hyperplane<S>, Region<T>) - 类中的方法 org.hipparchus.geometry.partitioning.AbstractSubHyperplane
-
Build a sub-hyperplane from an hyperplane and a region.
- buildScalar(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructureAbstractTest
- buildScalar(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradientAbstractTest
- buildScalar(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1AbstractTest
- buildScalar(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2AbstractTest
- ButcherArrayProvider - org.hipparchus.ode.nonstiff中的接口
-
This interface represents an integrator based on Butcher arrays.
- byteValue() - 类中的方法 org.hipparchus.util.Binary64
-
The current implementation performs casting to a
byte
.
常量字段值|所有程序包|所有类和接口|序列化表格