索引
常量字段值|所有程序包|所有类和接口|序列化表格
L
- laguerre(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.FieldGaussIntegratorFactory
-
Creates a Gauss-Laguerre integrator of the given order.
- laguerre(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Creates a Gauss-Laguerre integrator of the given order.
- LaguerreRuleFactory - org.hipparchus.analysis.integration.gauss中的类
-
Factory that creates Gauss-type quadrature rule using Laguerre polynomials.
- LaguerreRuleFactory() - 类的构造器 org.hipparchus.analysis.integration.gauss.LaguerreRuleFactory
-
Empty constructor.
- LaguerreSolver - org.hipparchus.analysis.solvers中的类
-
Implements the Laguerre's Method for root finding of real coefficient polynomials.
- LaguerreSolver() - 类的构造器 org.hipparchus.analysis.solvers.LaguerreSolver
-
Construct a solver with default accuracy (1e-6).
- LaguerreSolver(double) - 类的构造器 org.hipparchus.analysis.solvers.LaguerreSolver
-
Construct a solver.
- LaguerreSolver(double, double) - 类的构造器 org.hipparchus.analysis.solvers.LaguerreSolver
-
Construct a solver.
- LaguerreSolver(double, double, double) - 类的构造器 org.hipparchus.analysis.solvers.LaguerreSolver
-
Construct a solver.
- LaguerreSolverTest - org.hipparchus.analysis.solvers中的类
-
Test case for Laguerre solver.
- LaguerreSolverTest() - 类的构造器 org.hipparchus.analysis.solvers.LaguerreSolverTest
- LaguerreTest - org.hipparchus.analysis.integration.gauss中的类
-
Test of the
LaguerreRuleFactory
. - LaguerreTest() - 类的构造器 org.hipparchus.analysis.integration.gauss.LaguerreTest
- lanczos(double) - 类中的静态方法 org.hipparchus.special.Gamma
-
Returns the Lanczos approximation used to compute the gamma function.
- lanczos(T) - 类中的静态方法 org.hipparchus.special.Gamma
-
Returns the Lanczos approximation used to compute the gamma function.
- LANCZOS_G - 类中的静态变量 org.hipparchus.special.Gamma
-
The value of the
g
constant in the Lanczos approximation, seeGamma.lanczos(double)
. - LaplaceDistribution - org.hipparchus.distribution.continuous中的类
-
This class implements the Laplace distribution.
- LaplaceDistribution(double, double) - 类的构造器 org.hipparchus.distribution.continuous.LaplaceDistribution
-
Build a new instance.
- LaplaceDistributionTest - org.hipparchus.distribution.continuous中的类
-
Test cases for LaplaceDistribution.
- LaplaceDistributionTest() - 类的构造器 org.hipparchus.distribution.continuous.LaplaceDistributionTest
- LARGE_SAMPLE_PRODUCT - 类中的静态变量 org.hipparchus.stat.inference.KolmogorovSmirnovTest
-
When product of sample sizes exceeds this value, 2-sample K-S test uses asymptotic distribution to compute the p-value.
- largeSampleSize - 类中的变量 org.hipparchus.random.RandomDataGeneratorTest
- LARGEST_POINTS_NUMBER - 枚举类 中的枚举常量 org.hipparchus.clustering.KMeansPlusPlusClusterer.EmptyClusterStrategy
-
Split the cluster with largest number of points.
- LARGEST_VARIANCE - 枚举类 中的枚举常量 org.hipparchus.clustering.KMeansPlusPlusClusterer.EmptyClusterStrategy
-
Split the cluster with largest distance variance.
- LAST - 枚举类 中的枚举常量 org.hipparchus.ode.sampling.StepNormalizerBounds
-
Include the last point, but not the first point.
- lastIncluded() - 枚举类中的方法 org.hipparchus.ode.sampling.StepNormalizerBounds
-
Returns a value indicating whether the last point should be passed to the underlying fixed step size step handler.
- lazyEvaluation(boolean) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresBuilder
-
Configure whether evaluation will be lazy or not.
- lcm(int, int) - 类中的静态方法 org.hipparchus.util.ArithmeticUtils
-
Returns the least common multiple of the absolute value of two numbers, using the formula
lcm(a,b) = (a / gcd(a,b)) * b
. - lcm(long, long) - 类中的静态方法 org.hipparchus.util.ArithmeticUtils
-
Returns the least common multiple of the absolute value of two numbers, using the formula
lcm(a,b) = (a / gcd(a,b)) * b
. - LCM_OVERFLOW_32_BITS - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
LCM_OVERFLOW_32_BITS.
- LCM_OVERFLOW_32_BITS - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。LCM_OVERFLOW_32_BITS.
- LCM_OVERFLOW_64_BITS - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
LCM_OVERFLOW_64_BITS.
- LCM_OVERFLOW_64_BITS - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。LCM_OVERFLOW_64_BITS.
- LeastSquaresAdapter - org.hipparchus.optim.nonlinear.vector.leastsquares中的类
-
An adapter that delegates to another implementation of
LeastSquaresProblem
. - LeastSquaresAdapter(LeastSquaresProblem) - 类的构造器 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresAdapter
-
Delegate the
LeastSquaresProblem
interface to the given implementation. - LeastSquaresBuilder - org.hipparchus.optim.nonlinear.vector.leastsquares中的类
-
A mutable builder for
LeastSquaresProblem
s. - LeastSquaresBuilder() - 类的构造器 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresBuilder
-
Empty constructor.
- LeastSquaresConverter - org.hipparchus.optim.nonlinear.scalar中的类
-
This class converts
vectorial objective functions
toscalar objective functions
when the goal is to minimize them. - LeastSquaresConverter(MultivariateVectorFunction, double[]) - 类的构造器 org.hipparchus.optim.nonlinear.scalar.LeastSquaresConverter
-
Builds a simple converter for uncorrelated residuals with identical weights.
- LeastSquaresConverter(MultivariateVectorFunction, double[], double[]) - 类的构造器 org.hipparchus.optim.nonlinear.scalar.LeastSquaresConverter
-
Builds a simple converter for uncorrelated residuals with the specified weights.
- LeastSquaresConverter(MultivariateVectorFunction, double[], RealMatrix) - 类的构造器 org.hipparchus.optim.nonlinear.scalar.LeastSquaresConverter
-
Builds a simple converter for correlated residuals with the specified weights.
- LeastSquaresFactory - org.hipparchus.optim.nonlinear.vector.leastsquares中的类
-
A Factory for creating
LeastSquaresProblem
s. - LeastSquaresOptimizer - org.hipparchus.optim.nonlinear.vector.leastsquares中的接口
-
An algorithm that can be applied to a non-linear least squares problem.
- LeastSquaresOptimizer.Optimum - org.hipparchus.optim.nonlinear.vector.leastsquares中的接口
-
The optimum found by the optimizer.
- LeastSquaresProblem - org.hipparchus.optim.nonlinear.vector.leastsquares中的接口
-
The data necessary to define a non-linear least squares problem.
- LeastSquaresProblem.Evaluation - org.hipparchus.optim.nonlinear.vector.leastsquares中的接口
-
An evaluation of a
LeastSquaresProblem
at a particular point. - LEFT_SIDE - 枚举类 中的枚举常量 org.hipparchus.analysis.solvers.AllowedSolution
-
Only solutions that are less than or equal to the actual root are acceptable as solutions for root-finding.
- LEGACY - 枚举类 中的枚举常量 org.hipparchus.stat.descriptive.rank.Percentile.EstimationType
-
This is the default type used in the
Percentile
.This method has the following formulae for index and estimates
\( \begin{align} &index = (N+1)p\ \\ &estimate = x_{\lceil h\,-\,1/2 \rceil} \\ &minLimit = 0 \\ &maxLimit = 1 \\ \end{align}\) - legendre(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.FieldGaussIntegratorFactory
-
Creates a Gauss-Legendre integrator of the given order.
- legendre(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Creates a Gauss-Legendre integrator of the given order.
- legendre(int, double, double) - 类中的方法 org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Creates a Gauss-Legendre integrator of the given order.
- legendre(int, T, T) - 类中的方法 org.hipparchus.analysis.integration.gauss.FieldGaussIntegratorFactory
-
Creates a Gauss-Legendre integrator of the given order.
- LegendreEllipticIntegral - org.hipparchus.special.elliptic.legendre中的类
-
Complete and incomplete elliptic integrals in Legendre form.
- LegendreEllipticIntegralAbstractComplexTest<T> - org.hipparchus.special.elliptic.legendre中的类
- LegendreEllipticIntegralAbstractComplexTest() - 类的构造器 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegralAbstractComplexTest
- LegendreEllipticIntegralComplexTest - org.hipparchus.special.elliptic.legendre中的类
- LegendreEllipticIntegralComplexTest() - 类的构造器 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegralComplexTest
- LegendreEllipticIntegralFieldComplexTest - org.hipparchus.special.elliptic.legendre中的类
- LegendreEllipticIntegralFieldComplexTest() - 类的构造器 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegralFieldComplexTest
- LegendreEllipticIntegralTest - org.hipparchus.special.elliptic.legendre中的类
- LegendreEllipticIntegralTest() - 类的构造器 org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegralTest
- legendreHighPrecision(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Creates a Gauss-Legendre integrator of the given order.
- legendreHighPrecision(int, double, double) - 类中的方法 org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Creates an integrator of the given order, and whose call to the
integrate
method will perform an integration on the given interval. - LegendreHighPrecisionParametricTest - org.hipparchus.analysis.integration.gauss中的类
-
Test of the
FieldLegendreRuleFactory
. - LegendreHighPrecisionParametricTest(int, int, double, double) - 类的构造器 org.hipparchus.analysis.integration.gauss.LegendreHighPrecisionParametricTest
-
Creates a new instance of this test, with the specified number of nodes for the Gauss-Legendre quadrature rule.
- LegendreHighPrecisionTest - org.hipparchus.analysis.integration.gauss中的类
-
Test of the
FieldLegendreRuleFactory
. - LegendreHighPrecisionTest() - 类的构造器 org.hipparchus.analysis.integration.gauss.LegendreHighPrecisionTest
- LegendreParametricTest - org.hipparchus.analysis.integration.gauss中的类
-
Test of the
LegendreRuleFactory
. - LegendreParametricTest(int, int, double, double) - 类的构造器 org.hipparchus.analysis.integration.gauss.LegendreParametricTest
-
Creates a new instance of this test, with the specified number of nodes for the Gauss-Legendre quadrature rule.
- LegendreRuleFactory - org.hipparchus.analysis.integration.gauss中的类
-
Factory that creates Gauss-type quadrature rule using Legendre polynomials.
- LegendreRuleFactory() - 类的构造器 org.hipparchus.analysis.integration.gauss.LegendreRuleFactory
-
Empty constructor.
- LegendreTest - org.hipparchus.analysis.integration.gauss中的类
-
Test of the
LegendreRuleFactory
. - LegendreTest() - 类的构造器 org.hipparchus.analysis.integration.gauss.LegendreTest
- LENGTH - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
LENGTH.
- LENGTH - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。LENGTH.
- LEQ - 枚举类 中的枚举常量 org.hipparchus.optim.linear.Relationship
-
Lesser than or equal relationship.
- LESS_THAN - 枚举类 中的枚举常量 org.hipparchus.stat.inference.AlternativeHypothesis
-
Represents a left-sided test.
- lessThan(Dfp) - 类中的方法 org.hipparchus.dfp.Dfp
-
Check if instance is less than x.
- LevenbergMarquardtOptimizer - org.hipparchus.optim.nonlinear.vector.leastsquares中的类
-
This class solves a least-squares problem using the Levenberg-Marquardt algorithm.
- LevenbergMarquardtOptimizer() - 类的构造器 org.hipparchus.optim.nonlinear.vector.leastsquares.LevenbergMarquardtOptimizer
-
Default constructor.
- LevenbergMarquardtOptimizer(double, double, double, double, double) - 类的构造器 org.hipparchus.optim.nonlinear.vector.leastsquares.LevenbergMarquardtOptimizer
-
Construct an instance with all parameters specified.
- LevenbergMarquardtOptimizerTest - org.hipparchus.optim.nonlinear.vector.leastsquares中的类
- LevenbergMarquardtOptimizerTest() - 类的构造器 org.hipparchus.optim.nonlinear.vector.leastsquares.LevenbergMarquardtOptimizerTest
- LevyDistribution - org.hipparchus.distribution.continuous中的类
-
This class implements the Lévy distribution.
- LevyDistribution(double, double) - 类的构造器 org.hipparchus.distribution.continuous.LevyDistribution
-
Build a new instance.
- LevyDistributionTest - org.hipparchus.distribution.continuous中的类
- LevyDistributionTest() - 类的构造器 org.hipparchus.distribution.continuous.LevyDistributionTest
- LewTest - org.hipparchus.stat.data中的类
- LewTest() - 类的构造器 org.hipparchus.stat.data.LewTest
- LimitAngle - org.hipparchus.geometry.spherical.oned中的类
-
This class represents a 1D oriented hyperplane on the circle.
- LimitAngle(S1Point, boolean, double) - 类的构造器 org.hipparchus.geometry.spherical.oned.LimitAngle
-
Simple constructor.
- LimitAngleTest - org.hipparchus.geometry.spherical.oned中的类
- LimitAngleTest() - 类的构造器 org.hipparchus.geometry.spherical.oned.LimitAngleTest
- Line - org.hipparchus.geometry.euclidean.threed中的类
-
The class represent lines in a three dimensional space.
- Line - org.hipparchus.geometry.euclidean.twod中的类
-
This class represents an oriented line in the 2D plane.
- Line(Line) - 类的构造器 org.hipparchus.geometry.euclidean.threed.Line
-
Copy constructor.
- Line(Vector3D, Vector3D, double) - 类的构造器 org.hipparchus.geometry.euclidean.threed.Line
-
Build a line from two points.
- Line(Line) - 类的构造器 org.hipparchus.geometry.euclidean.twod.Line
-
Copy constructor.
- Line(Vector2D, double, double) - 类的构造器 org.hipparchus.geometry.euclidean.twod.Line
-
Build a line from a point and an angle.
- Line(Vector2D, Vector2D, double) - 类的构造器 org.hipparchus.geometry.euclidean.twod.Line
-
Build a line from two points.
- linearCombination(double[], double[]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Compute a linear combination accurately.
- linearCombination(double[], DerivativeStructure[]) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(double[], FieldDerivativeStructure<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(double[], FieldGradient<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(double[], FieldUnivariateDerivative1<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double[], FieldUnivariateDerivative2<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double[], Gradient[]) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(double[], SparseGradient[]) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(double[], UnivariateDerivative1[]) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double[], UnivariateDerivative2[]) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double[], Complex[]) - 类中的方法 org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(double[], FieldComplex<T>[]) - 类中的方法 org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(double[], Dfp[]) - 类中的方法 org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(double[], Binary64[]) - 类中的方法 org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(double[], FieldTuple<T>[]) - 类中的方法 org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(double[], Tuple[]) - 类中的方法 org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(double[], T[]) - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(double, double[], int, double, double[], int, double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, double[], int, double, double[], int, double, double[], int, double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, double[], int, double, double[], int, double, double[], int, double, double[], int, double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, double, double, double) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Compute a linear combination accurately.
- linearCombination(double, double, double, double, double, double) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Compute a linear combination accurately.
- linearCombination(double, double, double, double, double, double, double, double) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Compute a linear combination accurately.
- linearCombination(double, DerivativeStructure, double, DerivativeStructure) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(double, DerivativeStructure, double, DerivativeStructure, double, DerivativeStructure) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(double, DerivativeStructure, double, DerivativeStructure, double, DerivativeStructure, double, DerivativeStructure) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(double, FieldGradient<T>, double, FieldGradient<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(double, FieldGradient<T>, double, FieldGradient<T>, double, FieldGradient<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(double, FieldGradient<T>, double, FieldGradient<T>, double, FieldGradient<T>, double, FieldGradient<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, Gradient, double, Gradient) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(double, Gradient, double, Gradient, double, Gradient) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(double, Gradient, double, Gradient, double, Gradient, double, Gradient) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(double, SparseGradient, double, SparseGradient) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(double, SparseGradient, double, SparseGradient, double, SparseGradient) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(double, SparseGradient, double, SparseGradient, double, SparseGradient, double, SparseGradient) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative1, double, UnivariateDerivative1) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative1, double, UnivariateDerivative1, double, UnivariateDerivative1) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative1, double, UnivariateDerivative1, double, UnivariateDerivative1, double, UnivariateDerivative1) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative2, double, UnivariateDerivative2) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative2, double, UnivariateDerivative2, double, UnivariateDerivative2) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative2, double, UnivariateDerivative2, double, UnivariateDerivative2, double, UnivariateDerivative2) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, Complex, double, Complex) - 类中的方法 org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(double, Complex, double, Complex, double, Complex) - 类中的方法 org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(double, Complex, double, Complex, double, Complex, double, Complex) - 类中的方法 org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(double, FieldComplex<T>, double, FieldComplex<T>) - 类中的方法 org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(double, FieldComplex<T>, double, FieldComplex<T>, double, FieldComplex<T>) - 类中的方法 org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(double, FieldComplex<T>, double, FieldComplex<T>, double, FieldComplex<T>, double, FieldComplex<T>) - 类中的方法 org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(double, Dfp, double, Dfp) - 类中的方法 org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(double, Dfp, double, Dfp, double, Dfp) - 类中的方法 org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(double, Dfp, double, Dfp, double, Dfp, double, Dfp) - 类中的方法 org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(double, Binary64, double, Binary64) - 类中的方法 org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(double, Binary64, double, Binary64, double, Binary64) - 类中的方法 org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(double, Binary64, double, Binary64, double, Binary64, double, Binary64) - 类中的方法 org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(double, FieldTuple<T>, double, FieldTuple<T>) - 类中的方法 org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(double, FieldTuple<T>, double, FieldTuple<T>, double, FieldTuple<T>) - 类中的方法 org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(double, FieldTuple<T>, double, FieldTuple<T>, double, FieldTuple<T>, double, FieldTuple<T>) - 类中的方法 org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(double, Tuple, double, Tuple) - 类中的方法 org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(double, Tuple, double, Tuple, double, Tuple) - 类中的方法 org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(double, Tuple, double, Tuple, double, Tuple, double, Tuple) - 类中的方法 org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(double, T[], int, double, T[], int, double, T[], int, double, T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, T[], int, double, T[], int, double, T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, T[], int, double, T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, T, double, T) - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(double, T, double, T, double, T) - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(double, T, double, T, double, T, double, T) - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(DerivativeStructure[], DerivativeStructure[]) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(FieldDerivativeStructure<T>[], FieldDerivativeStructure<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(FieldGradient<T>[], FieldGradient<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative1<T>[], FieldUnivariateDerivative1<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative2<T>[], FieldUnivariateDerivative2<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(Gradient[], Gradient[]) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(Gradient, Gradient, Gradient, Gradient) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(Gradient, Gradient, Gradient, Gradient, Gradient, Gradient) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(Gradient, Gradient, Gradient, Gradient, Gradient, Gradient, Gradient, Gradient) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(SparseGradient[], SparseGradient[]) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(SparseGradient, SparseGradient, SparseGradient, SparseGradient) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(UnivariateDerivative1[], UnivariateDerivative1[]) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(UnivariateDerivative2[], UnivariateDerivative2[]) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(Complex[], Complex[]) - 类中的方法 org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(Complex, Complex, Complex, Complex) - 类中的方法 org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(Complex, Complex, Complex, Complex, Complex, Complex) - 类中的方法 org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(Complex, Complex, Complex, Complex, Complex, Complex, Complex, Complex) - 类中的方法 org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(FieldComplex<T>[], FieldComplex<T>[]) - 类中的方法 org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - 类中的方法 org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - 类中的方法 org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - 类中的方法 org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(Dfp[], Dfp[]) - 类中的方法 org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(Dfp, Dfp, Dfp, Dfp) - 类中的方法 org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(Dfp, Dfp, Dfp, Dfp, Dfp, Dfp) - 类中的方法 org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(Dfp, Dfp, Dfp, Dfp, Dfp, Dfp, Dfp, Dfp) - 类中的方法 org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(Binary64[], Binary64[]) - 类中的方法 org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(Binary64, Binary64, Binary64, Binary64) - 类中的方法 org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(Binary64, Binary64, Binary64, Binary64, Binary64, Binary64) - 类中的方法 org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(Binary64, Binary64, Binary64, Binary64, Binary64, Binary64, Binary64, Binary64) - 类中的方法 org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(FieldTuple<T>[], FieldTuple<T>[]) - 类中的方法 org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>) - 类中的方法 org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>) - 类中的方法 org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>) - 类中的方法 org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(Tuple[], Tuple[]) - 类中的方法 org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(Tuple, Tuple, Tuple, Tuple) - 类中的方法 org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(Tuple, Tuple, Tuple, Tuple, Tuple, Tuple) - 类中的方法 org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(Tuple, Tuple, Tuple, Tuple, Tuple, Tuple, Tuple, Tuple) - 类中的方法 org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(T[], FieldDerivativeStructure<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(T[], FieldGradient<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(T[], FieldUnivariateDerivative1<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(T[], FieldUnivariateDerivative2<T>[]) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(T[], T[]) - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(T, FieldGradient<T>, T, FieldGradient<T>, T, FieldGradient<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(T, FieldUnivariateDerivative1<T>, T, FieldUnivariateDerivative1<T>, T, FieldUnivariateDerivative1<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(T, FieldUnivariateDerivative2<T>, T, FieldUnivariateDerivative2<T>, T, FieldUnivariateDerivative2<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(T, T[], int, T, T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(T, T[], int, T, T[], int, T, T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(T, T[], int, T, T[], int, T, T[], int, T, T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(T, T, T, T) - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(T, T, T, T, T, T) - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(T, T, T, T, T, T, T, T) - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- LinearConstraint - org.hipparchus.optim.linear中的类
-
A linear constraint for a linear optimization problem.
- LinearConstraint(double[], double, Relationship, double[], double) - 类的构造器 org.hipparchus.optim.linear.LinearConstraint
-
Build a constraint involving two linear equations.
- LinearConstraint(double[], Relationship, double) - 类的构造器 org.hipparchus.optim.linear.LinearConstraint
-
Build a constraint involving a single linear equation.
- LinearConstraint(RealVector, double, Relationship, RealVector, double) - 类的构造器 org.hipparchus.optim.linear.LinearConstraint
-
Build a constraint involving two linear equations.
- LinearConstraint(RealVector, Relationship, double) - 类的构造器 org.hipparchus.optim.linear.LinearConstraint
-
Build a constraint involving a single linear equation.
- LinearConstraintSet - org.hipparchus.optim.linear中的类
-
Class that represents a set of
linear constraints
. - LinearConstraintSet(Collection<LinearConstraint>) - 类的构造器 org.hipparchus.optim.linear.LinearConstraintSet
-
Creates a set containing the given constraints.
- LinearConstraintSet(LinearConstraint...) - 类的构造器 org.hipparchus.optim.linear.LinearConstraintSet
-
Creates a set containing the given constraints.
- LinearEvolution - org.hipparchus.filtering.kalman.linear中的类
-
Container for
linear process
evolution data. - LinearEvolution(RealMatrix, RealMatrix, RealVector, RealMatrix, RealMatrix) - 类的构造器 org.hipparchus.filtering.kalman.linear.LinearEvolution
-
Simple constructor.
- LinearInterpolator - org.hipparchus.analysis.interpolation中的类
-
Implements a linear function for interpolation of real univariate functions.
- LinearInterpolator() - 类的构造器 org.hipparchus.analysis.interpolation.LinearInterpolator
-
Empty constructor.
- LinearInterpolatorTest - org.hipparchus.analysis.interpolation中的类
-
Test the LinearInterpolator.
- LinearInterpolatorTest() - 类的构造器 org.hipparchus.analysis.interpolation.LinearInterpolatorTest
- LinearKalmanFilter<T> - org.hipparchus.filtering.kalman.linear中的类
-
Kalman filter for
linear process
. - LinearKalmanFilter(MatrixDecomposer, LinearProcess<T>, ProcessEstimate) - 类的构造器 org.hipparchus.filtering.kalman.linear.LinearKalmanFilter
-
Simple constructor.
- LinearKalmanFilterTest - org.hipparchus.filtering.kalman.linear中的类
- LinearKalmanFilterTest() - 类的构造器 org.hipparchus.filtering.kalman.linear.LinearKalmanFilterTest
- LinearObjectiveFunction - org.hipparchus.optim.linear中的类
-
An objective function for a linear optimization problem.
- LinearObjectiveFunction(double[], double) - 类的构造器 org.hipparchus.optim.linear.LinearObjectiveFunction
-
Simple constructor.
- LinearObjectiveFunction(RealVector, double) - 类的构造器 org.hipparchus.optim.linear.LinearObjectiveFunction
-
Simple constructor.
- LinearOptimizer - org.hipparchus.optim.linear中的类
-
Base class for implementing linear optimizers.
- LinearOptimizer() - 类的构造器 org.hipparchus.optim.linear.LinearOptimizer
-
Simple constructor with default settings.
- LinearProcess<T> - org.hipparchus.filtering.kalman.linear中的接口
-
Linear process that can be estimated by a
LinearKalmanFilter
. - LineSearch - org.hipparchus.optim.nonlinear.scalar中的类
-
Class for finding the minimum of the objective function along a given direction.
- LineSearch(MultivariateOptimizer, double, double, double) - 类的构造器 org.hipparchus.optim.nonlinear.scalar.LineSearch
-
The
BrentOptimizer
default stopping criterion uses the tolerances to check the domain (point) values, not the function values. - LineTest - org.hipparchus.geometry.euclidean.threed中的类
- LineTest - org.hipparchus.geometry.euclidean.twod中的类
- LineTest() - 类的构造器 org.hipparchus.geometry.euclidean.threed.LineTest
- LineTest() - 类的构造器 org.hipparchus.geometry.euclidean.twod.LineTest
- load(double[]) - 类中的方法 org.hipparchus.stat.fitting.EmpiricalDistribution
-
Computes the empirical distribution from the provided array of numbers.
- load(File) - 类中的方法 org.hipparchus.stat.fitting.EmpiricalDistribution
-
Computes the empirical distribution from the input file.
- load(URL) - 类中的方法 org.hipparchus.stat.fitting.EmpiricalDistribution
-
Computes the empirical distribution using data read from a URL.
- loadReferenceData(int, int, String) - 类中的静态方法 org.hipparchus.filtering.kalman.Reference
- LocalException() - 异常错误类的构造器 org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaFieldIntegratorAbstractTest.LocalException
- LocalException() - 异常错误类的构造器 org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaIntegratorAbstractTest.LocalException
- Localizable - org.hipparchus.exception中的接口
-
Interface for localizable strings.
- LocalizedClusteringFormats - org.hipparchus.clustering中的枚举类
-
Enumeration for localized messages formats used in exceptions messages.
- LocalizedClusteringFormatsTest - org.hipparchus.clustering中的类
- LocalizedClusteringFormatsTest() - 类的构造器 org.hipparchus.clustering.LocalizedClusteringFormatsTest
- LocalizedCoreFormats - org.hipparchus.exception中的枚举类
-
Enumeration for localized messages formats used in exceptions messages.
- LocalizedCoreFormatsTest - org.hipparchus.exception中的类
- LocalizedCoreFormatsTest() - 类的构造器 org.hipparchus.exception.LocalizedCoreFormatsTest
- LocalizedException - org.hipparchus.exception中的接口
-
This interface specified methods implemented by localized exception classes.
- LocalizedFFTFormats - org.hipparchus.transform中的枚举类
-
Enumeration for localized messages formats used in exceptions messages.
- LocalizedFFTFormatsTest - org.hipparchus.transform中的类
- LocalizedFFTFormatsTest() - 类的构造器 org.hipparchus.transform.LocalizedFFTFormatsTest
- LocalizedFormats - org.hipparchus.migration.exception.util中的枚举类
-
已过时。
- LocalizedFormatsAbstractTest - org.hipparchus.exception中的类
- LocalizedFormatsAbstractTest() - 类的构造器 org.hipparchus.exception.LocalizedFormatsAbstractTest
- LocalizedGeometryFormats - org.hipparchus.geometry中的枚举类
-
Enumeration for localized messages formats used in exceptions messages.
- LocalizedGeometryFormatsTest - org.hipparchus.geometry中的类
- LocalizedGeometryFormatsTest() - 类的构造器 org.hipparchus.geometry.LocalizedGeometryFormatsTest
- LocalizedMigrationFormats - org.hipparchus.migration中的枚举类
-
已过时。these formats are not used at all, they are intended only as a migration help from Apache Commons Math
- LocalizedMigrationFormatsTest - org.hipparchus.migration中的类
-
已过时。
- LocalizedMigrationFormatsTest() - 类的构造器 org.hipparchus.migration.LocalizedMigrationFormatsTest
-
已过时。
- LocalizedODEFormats - org.hipparchus.ode中的枚举类
-
Enumeration for localized messages formats used in exceptions messages.
- LocalizedODEFormatsTest - org.hipparchus.ode中的类
- LocalizedODEFormatsTest() - 类的构造器 org.hipparchus.ode.LocalizedODEFormatsTest
- LocalizedOptimFormats - org.hipparchus.optim中的枚举类
-
Enumeration for localized messages formats used in exceptions messages.
- LocalizedOptimFormatsTest - org.hipparchus.optim中的类
- LocalizedOptimFormatsTest() - 类的构造器 org.hipparchus.optim.LocalizedOptimFormatsTest
- LocalizedStatFormats - org.hipparchus.stat中的枚举类
-
Enumeration for localized messages formats used in exceptions messages.
- LOESS_EXPECTS_AT_LEAST_ONE_POINT - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。LOESS_EXPECTS_AT_LEAST_ONE_POINT.
- LOESS_EXPECTS_AT_LEAST_ONE_POINT - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。LOESS_EXPECTS_AT_LEAST_ONE_POINT.
- LoessInterpolator - org.hipparchus.analysis.interpolation中的类
-
Implements the Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.
- LoessInterpolator() - 类的构造器 org.hipparchus.analysis.interpolation.LoessInterpolator
-
Constructs a new
LoessInterpolator
with a bandwidth ofLoessInterpolator.DEFAULT_BANDWIDTH
,LoessInterpolator.DEFAULT_ROBUSTNESS_ITERS
robustness iterations and an accuracy of {#link #DEFAULT_ACCURACY}. - LoessInterpolator(double, int) - 类的构造器 org.hipparchus.analysis.interpolation.LoessInterpolator
-
Construct a new
LoessInterpolator
with given bandwidth and number of robustness iterations. - LoessInterpolator(double, int, double) - 类的构造器 org.hipparchus.analysis.interpolation.LoessInterpolator
-
Construct a new
LoessInterpolator
with given bandwidth, number of robustness iterations and accuracy. - LoessInterpolatorTest - org.hipparchus.analysis.interpolation中的类
-
Test of the LoessInterpolator class.
- LoessInterpolatorTest() - 类的构造器 org.hipparchus.analysis.interpolation.LoessInterpolatorTest
- log() - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Natural logarithm.
- log() - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.complex.Complex
-
Compute the natural logarithm of this complex number.
- log() - 类中的方法 org.hipparchus.complex.FieldComplex
-
Compute the natural logarithm of this complex number.
- log() - 类中的方法 org.hipparchus.dfp.Dfp
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.util.Binary64
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.util.FieldTuple
-
Natural logarithm.
- log() - 类中的方法 org.hipparchus.util.Tuple
-
Natural logarithm.
- log(double) - 类中的静态方法 org.hipparchus.util.FastMath
-
Natural logarithm.
- log(double[], int, double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute natural logarithm of a derivative structure.
- log(double, double) - 类中的静态方法 org.hipparchus.util.FastMath
-
Computes the logarithm in a given base.
- log(Dfp) - 类中的静态方法 org.hipparchus.dfp.DfpMath
-
Returns the natural logarithm of a.
- log(T) - 类中的静态方法 org.hipparchus.util.FastMath
-
Natural logarithm.
- log(T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute natural logarithm of a derivative structure.
- Log - org.hipparchus.analysis.function中的类
-
Natural logarithm function.
- Log() - 类的构造器 org.hipparchus.analysis.function.Log
-
Empty constructor.
- log10() - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Base 10 logarithm.
- log10() - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.complex.Complex
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.complex.FieldComplex
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.dfp.Dfp
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.util.Binary64
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.util.FieldTuple
-
Base 10 logarithm.
- log10() - 类中的方法 org.hipparchus.util.Tuple
-
Base 10 logarithm.
- log10(double) - 类中的静态方法 org.hipparchus.util.FastMath
-
Compute the base 10 logarithm.
- log10(double[], int, double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Computes base 10 logarithm of a derivative structure.
- log10(T) - 类中的静态方法 org.hipparchus.util.FastMath
-
Compute the base 10 logarithm.
- log10(T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Computes base 10 logarithm of a derivative structure.
- Log10 - org.hipparchus.analysis.function中的类
-
Base 10 logarithm function.
- Log10() - 类的构造器 org.hipparchus.analysis.function.Log10
-
Empty constructor.
- log10K() - 类中的方法 org.hipparchus.dfp.Dfp
-
Get the exponent of the greatest power of 10000 that is less than or equal to the absolute value of this.
- log1p() - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Shifted natural logarithm.
- log1p() - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.complex.Complex
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.complex.FieldComplex
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.dfp.Dfp
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.util.Binary64
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.util.FieldTuple
-
Shifted natural logarithm.
- log1p() - 类中的方法 org.hipparchus.util.Tuple
-
Shifted natural logarithm.
- log1p(double) - 类中的静态方法 org.hipparchus.util.FastMath
-
Computes log(1 + x).
- log1p(double[], int, double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Computes shifted logarithm of a derivative structure.
- log1p(T) - 类中的静态方法 org.hipparchus.util.FastMath
-
Computes log(1 + x).
- log1p(T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Computes shifted logarithm of a derivative structure.
- Log1p - org.hipparchus.analysis.function中的类
-
log(1 + p)
function. - Log1p() - 类的构造器 org.hipparchus.analysis.function.Log1p
-
Empty constructor.
- logBeta(double, double) - 类中的静态方法 org.hipparchus.special.Beta
-
Returns the value of log B(p, q) for 0 ≤ x ≤ 1 and p, q > 0.
- logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.AbstractRealDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.BetaDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.ExponentialDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.FDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.GammaDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.LevyDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.LogNormalDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.NormalDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.ParetoDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.TDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 类中的方法 org.hipparchus.distribution.continuous.WeibullDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - 接口中的方法 org.hipparchus.distribution.RealDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logGamma(double) - 类中的静态方法 org.hipparchus.distribution.continuous.GammaDistributionTest
- logGamma(double) - 类中的静态方法 org.hipparchus.special.Gamma
-
Returns the value of log Γ(x) for x > 0.
- logGamma(T) - 类中的静态方法 org.hipparchus.special.Gamma
-
Returns the value of log Γ(x) for x > 0.
- logGamma1p(double) - 类中的静态方法 org.hipparchus.special.Gamma
-
Returns the value of log Γ(1 + x) for -0.5 ≤ x ≤ 1.5.
- logGamma1p(T) - 类中的静态方法 org.hipparchus.special.Gamma
-
Returns the value of log Γ(1 + x) for -0.5 ≤ x ≤ 1.5.
- logInternal(Dfp[]) - 类中的静态方法 org.hipparchus.dfp.DfpMath
-
Computes the natural log of a number between 0 and 2.
- Logistic - org.hipparchus.analysis.function中的类
-
Generalised logistic function.
- Logistic(double, double, double, double, double, double) - 类的构造器 org.hipparchus.analysis.function.Logistic
-
Simple constructor.
- Logistic.Parametric - org.hipparchus.analysis.function中的类
-
Parametric function where the input array contains the parameters of the
logistic function
, ordered as follows: k m b q a n - LogisticDistribution - org.hipparchus.distribution.continuous中的类
-
This class implements the Logistic distribution.
- LogisticDistribution(double, double) - 类的构造器 org.hipparchus.distribution.continuous.LogisticDistribution
-
Build a new instance.
- LogisticsDistributionTest - org.hipparchus.distribution.continuous中的类
-
Test cases for LogisticsDistribution.
- LogisticsDistributionTest() - 类的构造器 org.hipparchus.distribution.continuous.LogisticsDistributionTest
- LogisticTest - org.hipparchus.analysis.function中的类
-
Test for class
Logistic
. - LogisticTest() - 类的构造器 org.hipparchus.analysis.function.LogisticTest
- Logit - org.hipparchus.analysis.function中的类
-
Logit function.
- Logit() - 类的构造器 org.hipparchus.analysis.function.Logit
-
Usual logit function, where the lower bound is 0 and the higher bound is 1.
- Logit(double, double) - 类的构造器 org.hipparchus.analysis.function.Logit
-
Logit function.
- Logit.Parametric - org.hipparchus.analysis.function中的类
-
Parametric function where the input array contains the parameters of the logit function, ordered as follows: Lower bound Higher bound
- LogitTest - org.hipparchus.analysis.function中的类
-
Test for class
Logit
. - LogitTest() - 类的构造器 org.hipparchus.analysis.function.LogitTest
- LogNormalDistribution - org.hipparchus.distribution.continuous中的类
-
Implementation of the log-normal (gaussian) distribution.
- LogNormalDistribution() - 类的构造器 org.hipparchus.distribution.continuous.LogNormalDistribution
-
Create a log-normal distribution, where the mean and standard deviation of the
normally distributed
natural logarithm of the log-normal distribution are equal to zero and one respectively. - LogNormalDistribution(double, double) - 类的构造器 org.hipparchus.distribution.continuous.LogNormalDistribution
-
Create a log-normal distribution using the specified location and shape.
- LogNormalDistribution(double, double, double) - 类的构造器 org.hipparchus.distribution.continuous.LogNormalDistribution
-
Creates a log-normal distribution.
- LogNormalDistributionTest - org.hipparchus.distribution.continuous中的类
-
Test cases for
LogNormalDistribution
. - LogNormalDistributionTest() - 类的构造器 org.hipparchus.distribution.continuous.LogNormalDistributionTest
- logProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.AbstractIntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.BinomialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.GeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.HypergeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.PascalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.PoissonDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.ZipfDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - 接口中的方法 org.hipparchus.distribution.IntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - LongFrequency - org.hipparchus.stat中的类
-
Maintains a frequency distribution of Long values.
- LongFrequency() - 类的构造器 org.hipparchus.stat.LongFrequency
-
Default constructor.
- LongFrequency(Comparator<? super Long>) - 类的构造器 org.hipparchus.stat.LongFrequency
-
Constructor allowing values Comparator to be specified.
- LongFrequencyTest - org.hipparchus.stat中的类
-
Test cases for the
Frequency
class. - LongFrequencyTest() - 类的构造器 org.hipparchus.stat.LongFrequencyTest
- longleyData - 类中的变量 org.hipparchus.stat.correlation.CovarianceTest
- longleyData - 类中的变量 org.hipparchus.stat.correlation.PearsonsCorrelationTest
- longleyData - 类中的变量 org.hipparchus.stat.correlation.StorelessCovarianceTest
- longleyDataSimple - 类中的变量 org.hipparchus.stat.correlation.StorelessCovarianceTest
- longValue() - 类中的方法 org.hipparchus.fraction.BigFraction
-
Gets the fraction as a
long
. - longValue() - 类中的方法 org.hipparchus.fraction.Fraction
-
Gets the fraction as a
long
. - longValue() - 类中的方法 org.hipparchus.util.Binary64
-
The current implementation performs casting to a
long
. - LotteryTest - org.hipparchus.stat.data中的类
- LotteryTest() - 类的构造器 org.hipparchus.stat.data.LotteryTest
- LowDiscrepancyGeneratorComparison - org.hipparchus.samples中的类
-
Plots 2D samples drawn from various pseudo / quasi-random generators.
- LowDiscrepancyGeneratorComparison() - 类的构造器 org.hipparchus.samples.LowDiscrepancyGeneratorComparison
-
Empty constructor.
- LowDiscrepancyGeneratorComparison.Display - org.hipparchus.samples中的类
-
Main frame for displaying low discrepancy points.
- LowDiscrepancyGeneratorComparison.Plot - org.hipparchus.samples中的类
-
Plotting component.
- LOWER_BOUND_NOT_BELOW_UPPER_BOUND - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
LOWER_BOUND_NOT_BELOW_UPPER_BOUND.
- LOWER_BOUND_NOT_BELOW_UPPER_BOUND - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。LOWER_BOUND_NOT_BELOW_UPPER_BOUND.
- LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT.
- LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT.
- luData - 类中的变量 org.hipparchus.linear.Array2DRowFieldMatrixTest
- luData - 类中的变量 org.hipparchus.linear.Array2DRowRealMatrixTest
- luData - 类中的变量 org.hipparchus.linear.BlockFieldMatrixTest
- luData - 类中的变量 org.hipparchus.linear.BlockRealMatrixTest
- luData - 类中的变量 org.hipparchus.linear.SparseFieldMatrixTest
- luData - 类中的变量 org.hipparchus.linear.SparseRealMatrixTest
- luDataLUDecomposition - 类中的变量 org.hipparchus.linear.Array2DRowFieldMatrixTest
- luDataLUDecomposition - 类中的变量 org.hipparchus.linear.Array2DRowRealMatrixTest
- luDataLUDecomposition - 类中的变量 org.hipparchus.linear.BlockFieldMatrixTest
- luDataLUDecomposition - 类中的变量 org.hipparchus.linear.BlockRealMatrixTest
- luDataLUDecomposition - 类中的变量 org.hipparchus.linear.SparseFieldMatrixTest
- luDataLUDecomposition - 类中的变量 org.hipparchus.linear.SparseRealMatrixTest
- LUDecomposer - org.hipparchus.linear中的类
-
Matrix decomposer using LU-decomposition.
- LUDecomposer(double) - 类的构造器 org.hipparchus.linear.LUDecomposer
-
Creates a LU decomposer with specify threshold for several matrices.
- LUDecomposition - org.hipparchus.linear中的类
-
Calculates the LUP-decomposition of a square matrix.
- LUDecomposition(RealMatrix) - 类的构造器 org.hipparchus.linear.LUDecomposition
-
Calculates the LU-decomposition of the given matrix.
- LUDecomposition(RealMatrix, double) - 类的构造器 org.hipparchus.linear.LUDecomposition
-
Calculates the LU-decomposition of the given matrix.
- LUDecompositionTest - org.hipparchus.linear中的类
- LUDecompositionTest() - 类的构造器 org.hipparchus.linear.LUDecompositionTest
- LUSolverTest - org.hipparchus.linear中的类
- LUSolverTest() - 类的构造器 org.hipparchus.linear.LUSolverTest
- LutherFieldIntegrator<T> - org.hipparchus.ode.nonstiff中的类
-
This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.
- LutherFieldIntegrator(Field<T>, T) - 类的构造器 org.hipparchus.ode.nonstiff.LutherFieldIntegrator
-
Simple constructor.
- LutherFieldIntegratorTest - org.hipparchus.ode.nonstiff中的类
- LutherFieldIntegratorTest() - 类的构造器 org.hipparchus.ode.nonstiff.LutherFieldIntegratorTest
- LutherFieldStateInterpolatorTest - org.hipparchus.ode.nonstiff中的类
- LutherFieldStateInterpolatorTest() - 类的构造器 org.hipparchus.ode.nonstiff.LutherFieldStateInterpolatorTest
- LutherIntegrator - org.hipparchus.ode.nonstiff中的类
-
This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.
- LutherIntegrator(double) - 类的构造器 org.hipparchus.ode.nonstiff.LutherIntegrator
-
Simple constructor.
- LutherIntegratorTest - org.hipparchus.ode.nonstiff中的类
- LutherIntegratorTest() - 类的构造器 org.hipparchus.ode.nonstiff.LutherIntegratorTest
- LutherStateInterpolatorTest - org.hipparchus.ode.nonstiff中的类
- LutherStateInterpolatorTest() - 类的构造器 org.hipparchus.ode.nonstiff.LutherStateInterpolatorTest
常量字段值|所有程序包|所有类和接口|序列化表格
LocalizedCoreFormats
,LocalizedGeometryFormats
,LocalizedODEFormats
,LocalizedOptimFormats
andLocalizedFFTFormats