Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABOVE_SIDE - Enum constant in enum org.hipparchus.analysis.solvers.AllowedSolution
-
Only solutions for which values are greater than or equal to zero are acceptable as solutions for root-finding.
- abs() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
absolute value.
- abs() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
absolute value.
- abs() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
absolute value.
- abs() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
absolute value.
- abs() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
absolute value.
- abs() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
absolute value.
- abs() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
absolute value.
- abs() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
absolute value.
- abs() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
absolute value.
- abs() - Method in interface org.hipparchus.CalculusFieldElement
-
absolute value.
- abs() - Method in class org.hipparchus.complex.Complex
-
Return the absolute value of this complex number.
- abs() - Method in class org.hipparchus.complex.FieldComplex
-
Return the absolute value of this complex number.
- abs() - Method in class org.hipparchus.dfp.Dfp
-
absolute value.
- abs() - Method in class org.hipparchus.fraction.BigFraction
-
Returns the absolute value of this
BigFraction
. - abs() - Method in class org.hipparchus.fraction.Fraction
-
Returns the absolute value of this fraction.
- abs() - Method in class org.hipparchus.util.Binary64
-
absolute value.
- abs() - Method in class org.hipparchus.util.FieldTuple
-
absolute value.
- abs() - Method in class org.hipparchus.util.Tuple
-
absolute value.
- abs(double) - Static method in class org.hipparchus.util.FastMath
-
Absolute value.
- abs(float) - Static method in class org.hipparchus.util.FastMath
-
Absolute value.
- abs(int) - Static method in class org.hipparchus.util.FastMath
-
Absolute value.
- abs(long) - Static method in class org.hipparchus.util.FastMath
-
Absolute value.
- abs(T) - Static method in class org.hipparchus.util.FastMath
-
Absolute value.
- Abs - Class in org.hipparchus.analysis.function
-
Absolute value function.
- Abs() - Constructor for class org.hipparchus.analysis.function.Abs
-
Empty constructor.
- absExact(int) - Static method in class org.hipparchus.util.FastMath
-
Absolute value.
- absExact(long) - Static method in class org.hipparchus.util.FastMath
-
Absolute value.
- AbstractFieldMatrix<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
Basic implementation of
FieldMatrix
methods regardless of the underlying storage. - AbstractFieldMatrix() - Constructor for class org.hipparchus.linear.AbstractFieldMatrix
-
Constructor for use with Serializable
- AbstractFieldMatrix(Field<T>) - Constructor for class org.hipparchus.linear.AbstractFieldMatrix
-
Creates a matrix with no data
- AbstractFieldMatrix(Field<T>, int, int) - Constructor for class org.hipparchus.linear.AbstractFieldMatrix
-
Create a new
FieldMatrix
with the supplied row and column dimensions. - AbstractIntegerDistribution - Class in org.hipparchus.distribution.discrete
-
Base class for integer-valued discrete distributions.
- AbstractIntegerDistribution() - Constructor for class org.hipparchus.distribution.discrete.AbstractIntegerDistribution
-
Empty constructor.
- AbstractMultivariateRealDistribution - Class in org.hipparchus.distribution.multivariate
-
Base class for multivariate probability distributions.
- AbstractMultivariateRealDistribution(RandomGenerator, int) - Constructor for class org.hipparchus.distribution.multivariate.AbstractMultivariateRealDistribution
-
Simple constructor.
- AbstractOpenIntHashMap - Class in org.hipparchus.util
-
Base class for open addressed map from int.
- AbstractOpenIntHashMap() - Constructor for class org.hipparchus.util.AbstractOpenIntHashMap
-
Build an empty map with default size.
- AbstractOpenIntHashMap(int) - Constructor for class org.hipparchus.util.AbstractOpenIntHashMap
-
Build an empty map with specified size.
- AbstractOpenIntHashMap(AbstractOpenIntHashMap) - Constructor for class org.hipparchus.util.AbstractOpenIntHashMap
-
Copy constructor.
- AbstractOpenIntHashMap.BaseIterator - Class in org.hipparchus.util
-
Iterator class for the map.
- AbstractOpenIntHashMap.InsertionHolder - Class in org.hipparchus.util
-
Holder for handling values insertion.
- AbstractOpenIntHashMap.ValueCopier - Interface in org.hipparchus.util
-
Interface for copying values.
- AbstractPolynomialSolver - Class in org.hipparchus.analysis.solvers
-
Base class for solvers.
- AbstractPolynomialSolver(double) - Constructor for class org.hipparchus.analysis.solvers.AbstractPolynomialSolver
-
Construct a solver with given absolute accuracy.
- AbstractPolynomialSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.AbstractPolynomialSolver
-
Construct a solver with given accuracies.
- AbstractPolynomialSolver(double, double, double) - Constructor for class org.hipparchus.analysis.solvers.AbstractPolynomialSolver
-
Construct a solver with given accuracies.
- AbstractRealDistribution - Class in org.hipparchus.distribution.continuous
-
Base class for probability distributions on the reals.
- AbstractRealDistribution() - Constructor for class org.hipparchus.distribution.continuous.AbstractRealDistribution
-
Create a real distribution with default solver absolute accuracy.
- AbstractRealDistribution(double) - Constructor for class org.hipparchus.distribution.continuous.AbstractRealDistribution
-
Simple constructor.
- AbstractRealMatrix - Class in org.hipparchus.linear
-
Basic implementation of RealMatrix methods regardless of the underlying storage.
- AbstractRealMatrix() - Constructor for class org.hipparchus.linear.AbstractRealMatrix
-
Creates a matrix with no data
- AbstractRealMatrix(int, int) - Constructor for class org.hipparchus.linear.AbstractRealMatrix
-
Create a new RealMatrix with the supplied row and column dimensions.
- AbstractRuleFactory - Class in org.hipparchus.analysis.integration.gauss
-
Base class for rules that determines the integration nodes and their weights.
- AbstractRuleFactory() - Constructor for class org.hipparchus.analysis.integration.gauss.AbstractRuleFactory
-
Empty constructor.
- AbstractUnivariateDifferentiableSolver - Class in org.hipparchus.analysis.solvers
-
Provide a default implementation for several functions useful to generic solvers.
- AbstractUnivariateDifferentiableSolver(double) - Constructor for class org.hipparchus.analysis.solvers.AbstractUnivariateDifferentiableSolver
-
Construct a solver with given absolute accuracy.
- AbstractUnivariateDifferentiableSolver(double, double, double) - Constructor for class org.hipparchus.analysis.solvers.AbstractUnivariateDifferentiableSolver
-
Construct a solver with given accuracies.
- AbstractUnivariateSolver - Class in org.hipparchus.analysis.solvers
-
Base class for solvers.
- AbstractUnivariateSolver(double) - Constructor for class org.hipparchus.analysis.solvers.AbstractUnivariateSolver
-
Construct a solver with given absolute accuracy.
- AbstractUnivariateSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.AbstractUnivariateSolver
-
Construct a solver with given accuracies.
- AbstractUnivariateSolver(double, double, double) - Constructor for class org.hipparchus.analysis.solvers.AbstractUnivariateSolver
-
Construct a solver with given accuracies.
- AbstractUnscentedTransform - Class in org.hipparchus.util
-
Base class for unscented transform providers.
- AbstractUnscentedTransform(int) - Constructor for class org.hipparchus.util.AbstractUnscentedTransform
-
Constructor.
- AbstractWell - Class in org.hipparchus.random
-
This abstract class implements the WELL class of pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- AbstractWell(int) - Constructor for class org.hipparchus.random.AbstractWell
-
Creates a new random number generator.
- AbstractWell(int, int) - Constructor for class org.hipparchus.random.AbstractWell
-
Creates a new random number generator using a single int seed.
- AbstractWell(int, int[]) - Constructor for class org.hipparchus.random.AbstractWell
-
Creates a new random number generator using an int array seed.
- AbstractWell(int, long) - Constructor for class org.hipparchus.random.AbstractWell
-
Creates a new random number generator using a single long seed.
- AbstractWell.IndexTable - Class in org.hipparchus.random
-
Inner class used to store the indirection index table which is fixed for a given type of WELL class of pseudo-random number generator.
- acos() - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Arc cosine operation.
- acos() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Arc cosine operation.
- acos() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Arc cosine operation.
- acos() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Arc cosine operation.
- acos() - Method in interface org.hipparchus.CalculusFieldElement
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.complex.Complex
-
Compute the inverse cosine of this complex number.
- acos() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the inverse cosine of this complex number.
- acos() - Method in class org.hipparchus.dfp.Dfp
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.util.Binary64
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.util.FieldTuple
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.util.Tuple
-
Arc cosine operation.
- acos(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the arc cosine of a number.
- acos(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc cosine of a derivative structure.
- acos(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the arc-cosine of the argument.
- acos(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the arc cosine of a number.
- acos(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc cosine of a derivative structure.
- Acos - Class in org.hipparchus.analysis.function
-
Arc-cosine function.
- Acos() - Constructor for class org.hipparchus.analysis.function.Acos
-
Empty constructor.
- acosh() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Inverse hyperbolic cosine operation.
- acosh() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Inverse hyperbolic cosine operation.
- acosh() - Method in interface org.hipparchus.CalculusFieldElement
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.complex.Complex
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.complex.FieldComplex
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.dfp.Dfp
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.util.Binary64
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.util.FieldTuple
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.util.Tuple
-
Inverse hyperbolic cosine operation.
- acosh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic cosine of a number.
- acosh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic cosine of a derivative structure.
- acosh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic cosine of a number.
- acosh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic cosine of a derivative structure.
- Acosh - Class in org.hipparchus.analysis.function
-
Hyperbolic arc-cosine function.
- Acosh() - Constructor for class org.hipparchus.analysis.function.Acosh
-
Empty constructor.
- add(double) - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
'+' operator.
- add(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'+' operator.
- add(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'+' operator.
- add(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'+' operator.
- add(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'+' operator.
- add(double) - Method in interface org.hipparchus.CalculusFieldElement
-
'+' operator.
- add(double) - Method in class org.hipparchus.complex.Complex
-
Returns a
Complex
whose value is(this + addend)
, withaddend
interpreted as a real number. - add(double) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value is(this + addend)
, withaddend
interpreted as a real number. - add(double) - Method in class org.hipparchus.util.Binary64
-
'+' operator.
- add(double) - Method in class org.hipparchus.util.FieldTuple
-
'+' operator.
- add(double) - Method in class org.hipparchus.util.Tuple
-
'+' operator.
- add(double[], boolean) - Method in class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere
-
Replace
i
-th facet of the microsphere. - add(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform addition of two derivative structures.
- add(int) - Method in class org.hipparchus.fraction.BigFraction
-
Adds the value of this fraction to the passed
integer
, returning the result in reduced form. - add(int) - Method in class org.hipparchus.fraction.Fraction
-
Add an integer to the fraction.
- add(long) - Method in class org.hipparchus.fraction.BigFraction
-
Adds the value of this fraction to the passed
long
, returning the result in reduced form. - add(BigInteger) - Method in class org.hipparchus.fraction.BigFraction
-
Adds the value of this fraction to the passed
BigInteger
, returning the result in reduced form. - add(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute this + a.
- add(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute this + a.
- add(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute this + a.
- add(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute this + a.
- add(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute this + a.
- add(Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute this + a.
- add(SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute this + a.
- add(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute this + a.
- add(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute this + a.
- add(UnivariateDifferentiableFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Adds functions.
- add(FieldPolynomialFunction<T>) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Add a polynomial to the instance.
- add(PolynomialFunction) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Add a polynomial to the instance.
- add(UnivariateFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Adds functions.
- add(Complex) - Method in class org.hipparchus.complex.Complex
-
Returns a
Complex
whose value is(this + addend)
. - add(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value is(this + addend)
. - add(Quaternion) - Method in class org.hipparchus.complex.Quaternion
-
Computes the sum of the instance and another quaternion.
- add(Quaternion, Quaternion) - Static method in class org.hipparchus.complex.Quaternion
-
Computes the sum of two quaternions.
- add(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Add x to this.
- add(BigFraction) - Method in class org.hipparchus.fraction.BigFraction
-
Adds the value of this fraction to another, returning the result in reduced form.
- add(Fraction) - Method in class org.hipparchus.fraction.Fraction
-
Adds the value of this fraction to another, returning the result in reduced form.
- add(Array2DRowFieldMatrix<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Add
m
to this matrix. - add(Array2DRowRealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Compute the sum of
this
andm
. - add(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute the sum of
this
andv
. - add(BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Compute the sum of
this
andm
. - add(BlockRealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Compute the sum of this matrix and
m
. - add(DiagonalMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Compute the sum of
this
andm
. - add(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Compute the sum of this and m.
- add(FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Compute the sum of this and m.
- add(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Compute the sum of this and m.
- add(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute the sum of
this
andv
. - add(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Compute the sum of
this
andv
. - add(FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Compute the sum of
this
andv
. - add(OpenMapRealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Compute the sum of this matrix and
m
. - add(OpenMapRealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Optimized method to add two OpenMapRealVectors.
- add(RealMatrix) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the sum of
this
andm
. - add(RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the sum of
this
andm
. - add(RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the sum of
this
andm
. - add(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Compute the sum of this vector and
v
. - add(RealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Compute the sum of this vector and
v
. - add(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Compute the sum of this vector and
v
. - add(SparseFieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Optimized method to add sparse vectors.
- add(BigReal) - Method in class org.hipparchus.util.BigReal
-
Compute this + a.
- add(Binary64) - Method in class org.hipparchus.util.Binary64
-
Compute this + a.
- add(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute this + a.
- add(Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute this + a.
- add(S) - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
'+' operator.
- add(T) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value is(this + addend)
, withaddend
interpreted as a real number. - add(T) - Method in interface org.hipparchus.FieldElement
-
Compute this + a.
- add(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform addition of two derivative structures.
- Add - Class in org.hipparchus.analysis.function
-
Add the two operands.
- Add() - Constructor for class org.hipparchus.analysis.function.Add
-
Empty constructor.
- ADD_ZERO_VECTOR - Enum constant in enum org.hipparchus.linear.DependentVectorsHandler
-
Replace dependent vectors by vectors with norm 0.
- addAndCheck(int, int) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Add two integers, checking for overflow.
- addAndCheck(long, long) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Add two long integers, checking for overflow.
- addElement(double) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Adds an element to the end of this expandable array.
- addElementRolling(double) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Adds an element to the end of the array and removes the first element in the array.
- addElements(double[]) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Adds several element to the end of this expandable array.
- addExact(int, int) - Static method in class org.hipparchus.util.FastMath
-
Add two numbers, detecting overflows.
- addExact(long, long) - Static method in class org.hipparchus.util.FastMath
-
Add two numbers, detecting overflows.
- addInPlace(SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Add in place.
- addIterationListener(IterationListener) - Method in class org.hipparchus.util.IterationManager
-
Attaches a listener to this manager.
- ADDITIVE - Enum constant in enum org.hipparchus.util.ResizableDoubleArray.ExpansionMode
-
Additive expansion mode.
- addSamplePoint(double, double[]...) - Method in class org.hipparchus.analysis.interpolation.HermiteInterpolator
-
Add a sample point.
- addSamplePoint(T, T[]...) - Method in class org.hipparchus.analysis.interpolation.FieldHermiteInterpolator
-
Add a sample point.
- addToEntry(int, double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Change an entry at the specified index.
- addToEntry(int, double) - Method in class org.hipparchus.linear.RealVector
-
Change an entry at the specified index.
- addToEntry(int, int, double) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Adds (in place) the specified value to the specified entry of
this
matrix. - addToEntry(int, int, double) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Adds (in place) the specified value to the specified entry of
this
matrix. - addToEntry(int, int, double) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Adds (in place) the specified value to the specified entry of
this
matrix. - addToEntry(int, int, double) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Adds (in place) the specified value to the specified entry of
this
matrix. - addToEntry(int, int, double) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Adds (in place) the specified value to the specified entry of
this
matrix. - addToEntry(int, int, double) - Method in interface org.hipparchus.linear.RealMatrix
-
Adds (in place) the specified value to the specified entry of
this
matrix. - addToEntry(int, int, T) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Change an entry in the specified row and column.
- addToEntry(int, int, T) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Change an entry in the specified row and column.
- addToEntry(int, int, T) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Change an entry in the specified row and column.
- addToEntry(int, int, T) - Method in interface org.hipparchus.linear.FieldMatrix
-
Change an entry in the specified row and column.
- addToEntry(int, int, T) - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Change an entry in the specified row and column.
- advance() - Method in class org.hipparchus.util.AbstractOpenIntHashMap.BaseIterator
-
Advance iterator one step further.
- advance(RealVector.Entry) - Method in class org.hipparchus.linear.RealVector.SparseEntryIterator
-
Advance an entry up to the next nonzero one.
- AkimaSplineInterpolator - Class in org.hipparchus.analysis.interpolation
-
Computes a cubic spline interpolation for the data set using the Akima algorithm, as originally formulated by Hiroshi Akima in his 1970 paper A New Method of Interpolation and Smooth Curve Fitting Based on Local Procedures. J.
- AkimaSplineInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.AkimaSplineInterpolator
-
Simple constructor.
- AkimaSplineInterpolator(boolean) - Constructor for class org.hipparchus.analysis.interpolation.AkimaSplineInterpolator
-
Simple constructor.
- align(int) - Method in class org.hipparchus.dfp.Dfp
-
Make our exp equal to the supplied one, this may cause rounding.
- AllowedSolution - Enum in org.hipparchus.analysis.solvers
-
The kinds of solutions that a
(bracketed univariate real) root-finding algorithm
may accept as solutions. - antiDerivative() - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Returns an anti-derivative of this polynomial, with 0 constant term.
- antiDerivative() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Returns an anti-derivative of this polynomial, with 0 constant term.
- ANY_SIDE - Enum constant in enum org.hipparchus.analysis.solvers.AllowedSolution
-
There are no additional side restriction on the solutions for root-finding.
- AnyMatrix - Interface in org.hipparchus.linear
-
Interface defining very basic matrix operations.
- append(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Construct a new vector by appending a double to this vector.
- append(double) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Construct a new vector by appending a double to this vector.
- append(double) - Method in class org.hipparchus.linear.RealVector
-
Construct a new vector by appending a double to this vector.
- append(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector by appending a vector to this vector.
- append(ArrayRealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Construct a vector by appending a vector to this vector.
- append(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector by appending a vector to this vector.
- append(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Construct a vector by appending a vector to this vector.
- append(FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Construct a vector by appending a vector to this vector.
- append(OpenMapRealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Optimized method to append a OpenMapRealVector.
- append(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Construct a new vector by appending a vector to this vector.
- append(RealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Construct a new vector by appending a vector to this vector.
- append(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Construct a new vector by appending a vector to this vector.
- append(SparseFieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Construct a vector by appending a vector to this vector.
- append(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector by appending a T to this vector.
- append(T) - Method in interface org.hipparchus.linear.FieldVector
-
Construct a vector by appending a T to this vector.
- append(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Construct a vector by appending a T to this vector.
- arccd(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function cd.
- arccd(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function cd.
- arccd(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function cd.
- arccn(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function cn.
- arccn(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function cn.
- arccn(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function cn.
- arccs(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function cs.
- arccs(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function cs.
- arccs(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function cs.
- arcdc(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function dc.
- arcdc(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function dc.
- arcdc(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function dc.
- arcdn(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function dn.
- arcdn(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function dn.
- arcdn(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function dn.
- arcds(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function ds.
- arcds(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function ds.
- arcds(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function ds.
- arcnc(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function nc.
- arcnc(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function nc.
- arcnc(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function nc.
- arcnd(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function nd.
- arcnd(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function nd.
- arcnd(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function nd.
- arcns(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function ns.
- arcns(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function ns.
- arcns(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function ns.
- arcsc(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function sc.
- arcsc(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function sc.
- arcsc(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function sc.
- arcsd(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function sd.
- arcsd(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function sd.
- arcsd(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function sd.
- arcsn(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function sn.
- arcsn(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate inverse of Jacobi elliptic function sn.
- arcsn(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate inverse of Jacobi elliptic function sn.
- ARITHMETIC_EXCEPTION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ARITHMETIC_EXCEPTION.
- ArithmeticUtils - Class in org.hipparchus.util
-
Some useful, arithmetics related, additions to the built-in functions in
Math
. - ARRAY_ELEMENT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ARRAY_ELEMENT.
- ARRAY_SIZE_EXCEEDS_MAX_VARIABLES - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ARRAY_SIZE_EXCEEDS_MAX_VARIABLES.
- ARRAY_SIZES_SHOULD_HAVE_DIFFERENCE_1 - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ARRAY_SIZES_SHOULD_HAVE_DIFFERENCE_1.
- ARRAY_SUMS_TO_ZERO - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ARRAY_SUMS_TO_ZERO.
- ARRAY_ZERO_LENGTH_OR_NULL_NOT_ALLOWED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ARRAY_ZERO_LENGTH_OR_NULL_NOT_ALLOWED.
- Array2DRowFieldMatrix<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
Implementation of
FieldMatrix
using aFieldElement
[][] array to store entries. - Array2DRowFieldMatrix(Field<T>) - Constructor for class org.hipparchus.linear.Array2DRowFieldMatrix
-
Creates a matrix with no data
- Array2DRowFieldMatrix(Field<T>, int, int) - Constructor for class org.hipparchus.linear.Array2DRowFieldMatrix
-
Create a new
FieldMatrix<T>
with the supplied row and column dimensions. - Array2DRowFieldMatrix(Field<T>, T[]) - Constructor for class org.hipparchus.linear.Array2DRowFieldMatrix
-
Create a new (column)
FieldMatrix<T>
usingv
as the data for the unique column of the created matrix. - Array2DRowFieldMatrix(Field<T>, T[][]) - Constructor for class org.hipparchus.linear.Array2DRowFieldMatrix
-
Create a new
FieldMatrix<T>
using the input array as the underlying data array. - Array2DRowFieldMatrix(Field<T>, T[][], boolean) - Constructor for class org.hipparchus.linear.Array2DRowFieldMatrix
-
Create a new
FieldMatrix<T>
using the input array as the underlying data array. - Array2DRowFieldMatrix(T[]) - Constructor for class org.hipparchus.linear.Array2DRowFieldMatrix
-
Create a new (column)
FieldMatrix<T>
usingv
as the data for the unique column of the created matrix. - Array2DRowFieldMatrix(T[][]) - Constructor for class org.hipparchus.linear.Array2DRowFieldMatrix
-
Create a new
FieldMatrix<T>
using the input array as the underlying data array. - Array2DRowFieldMatrix(T[][], boolean) - Constructor for class org.hipparchus.linear.Array2DRowFieldMatrix
-
Create a new
FieldMatrix<T>
using the input array as the underlying data array. - Array2DRowRealMatrix - Class in org.hipparchus.linear
-
Implementation of
RealMatrix
using adouble[][]
array to store entries. - Array2DRowRealMatrix() - Constructor for class org.hipparchus.linear.Array2DRowRealMatrix
-
Creates a matrix with no data
- Array2DRowRealMatrix(double[]) - Constructor for class org.hipparchus.linear.Array2DRowRealMatrix
-
Create a new (column) RealMatrix using
v
as the data for the unique column of the created matrix. - Array2DRowRealMatrix(double[][]) - Constructor for class org.hipparchus.linear.Array2DRowRealMatrix
-
Create a new
RealMatrix
using the input array as the underlying data array. - Array2DRowRealMatrix(double[][], boolean) - Constructor for class org.hipparchus.linear.Array2DRowRealMatrix
-
Create a new RealMatrix using the input array as the underlying data array.
- Array2DRowRealMatrix(int, int) - Constructor for class org.hipparchus.linear.Array2DRowRealMatrix
-
Create a new RealMatrix with the supplied row and column dimensions.
- ArrayFieldVector<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
This class implements the
FieldVector
interface with aFieldElement
array. - ArrayFieldVector(int, T) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector with preset values.
- ArrayFieldVector(Field<T>) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Build a 0-length vector.
- ArrayFieldVector(Field<T>, int) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector of zeroes.
- ArrayFieldVector(Field<T>, T[]) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector from an array, copying the input array.
- ArrayFieldVector(Field<T>, T[], boolean) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Create a new ArrayFieldVector using the input array as the underlying data array.
- ArrayFieldVector(Field<T>, T[], int, int) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector from part of a array.
- ArrayFieldVector(Field<T>, T[], T[]) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector by appending one vector to another vector.
- ArrayFieldVector(ArrayFieldVector<T>) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector from another vector, using a deep copy.
- ArrayFieldVector(ArrayFieldVector<T>, boolean) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector from another vector.
- ArrayFieldVector(FieldVector<T>) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector from another vector, using a deep copy.
- ArrayFieldVector(FieldVector<T>, FieldVector<T>) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector by appending one vector to another vector.
- ArrayFieldVector(FieldVector<T>, T[]) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector by appending one vector to another vector.
- ArrayFieldVector(T[]) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector from an array, copying the input array.
- ArrayFieldVector(T[], boolean) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Create a new ArrayFieldVector using the input array as the underlying data array.
- ArrayFieldVector(T[], int, int) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector from part of a array.
- ArrayFieldVector(T[], FieldVector<T>) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector by appending one vector to another vector.
- ArrayFieldVector(T[], T[]) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector - Class in org.hipparchus.linear
-
This class implements the
RealVector
interface with a double array. - ArrayRealVector() - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Build a 0-length vector.
- ArrayRealVector(double[]) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector from an array, copying the input array.
- ArrayRealVector(double[], boolean) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Create a new ArrayRealVector using the input array as the underlying data array.
- ArrayRealVector(double[], double[]) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(double[], int, int) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector from part of a array.
- ArrayRealVector(double[], ArrayRealVector) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(int) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector of zeroes.
- ArrayRealVector(int, double) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector with preset values.
- ArrayRealVector(Double[]) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector from an array.
- ArrayRealVector(Double[], int, int) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector from part of an array.
- ArrayRealVector(ArrayRealVector) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector from another vector, using a deep copy.
- ArrayRealVector(ArrayRealVector, boolean) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector from another vector.
- ArrayRealVector(ArrayRealVector, double[]) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(ArrayRealVector, ArrayRealVector) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(ArrayRealVector, RealVector) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(RealVector) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector from another vector, using a deep copy.
- ArrayRealVector(RealVector, ArrayRealVector) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- asin() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Arc sine operation.
- asin() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Arc sine operation.
- asin() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Arc sine operation.
- asin() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Arc sine operation.
- asin() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Arc sine operation.
- asin() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Arc sine operation.
- asin() - Method in interface org.hipparchus.CalculusFieldElement
-
Arc sine operation.
- asin() - Method in class org.hipparchus.complex.Complex
-
Compute the inverse sine of this complex number.
- asin() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the inverse sine of this complex number.
- asin() - Method in class org.hipparchus.dfp.Dfp
-
Arc sine operation.
- asin() - Method in class org.hipparchus.util.Binary64
-
Arc sine operation.
- asin() - Method in class org.hipparchus.util.FieldTuple
-
Arc sine operation.
- asin() - Method in class org.hipparchus.util.Tuple
-
Arc sine operation.
- asin(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the arc sine of a number.
- asin(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc sine of a derivative structure.
- asin(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the arc-sine of the argument.
- asin(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the arc sine of a number.
- asin(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc sine of a derivative structure.
- Asin - Class in org.hipparchus.analysis.function
-
Arc-sine function.
- Asin() - Constructor for class org.hipparchus.analysis.function.Asin
-
Empty constructor.
- asinh() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Inverse hyperbolic sine operation.
- asinh() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Inverse hyperbolic sine operation.
- asinh() - Method in interface org.hipparchus.CalculusFieldElement
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.complex.Complex
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.complex.FieldComplex
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.dfp.Dfp
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.util.Binary64
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.util.FieldTuple
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.util.Tuple
-
Inverse hyperbolic sine operation.
- asinh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic sine of a number.
- asinh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic sine of a derivative structure.
- asinh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic sine of a number.
- asinh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic sine of a derivative structure.
- Asinh - Class in org.hipparchus.analysis.function
-
Hyperbolic arc-sine function.
- Asinh() - Constructor for class org.hipparchus.analysis.function.Asinh
-
Empty constructor.
- AT_LEAST_ONE_COLUMN - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
AT_LEAST_ONE_COLUMN.
- AT_LEAST_ONE_ROW - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
AT_LEAST_ONE_ROW.
- atan() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Arc tangent operation.
- atan() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Arc tangent operation.
- atan() - Method in interface org.hipparchus.CalculusFieldElement
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.complex.Complex
-
Compute the inverse tangent of this complex number.
- atan() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the inverse tangent of this complex number.
- atan() - Method in class org.hipparchus.dfp.Dfp
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.util.Binary64
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.util.FieldTuple
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.util.Tuple
-
Arc tangent operation.
- atan(double) - Static method in class org.hipparchus.util.FastMath
-
Arctangent function
- atan(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc tangent of a derivative structure.
- atan(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the arc tangent of the argument Uses the typical taylor series but may reduce arguments using the following identity tan(x+y) = (tan(x) + tan(y)) / (1 - tan(x)*tan(y)) since tan(PI/8) = sqrt(2)-1, atan(x) = atan( (x - sqrt(2) + 1) / (1+x*sqrt(2) - x) + PI/8.0
- atan(T) - Static method in class org.hipparchus.util.FastMath
-
Arctangent function
- atan(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc tangent of a derivative structure.
- Atan - Class in org.hipparchus.analysis.function
-
Arc-tangent function.
- Atan() - Constructor for class org.hipparchus.analysis.function.Atan
-
Empty constructor.
- atan2(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute two arguments arc tangent of a derivative structure.
- atan2(double, double) - Static method in class org.hipparchus.util.FastMath
-
Two arguments arctangent function
- atan2(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Two arguments arc tangent operation.
- atan2(DerivativeStructure, DerivativeStructure) - Static method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Two arguments arc tangent operation.
- atan2(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Two arguments arc tangent operation.
- atan2(FieldDerivativeStructure<T>, FieldDerivativeStructure<T>) - Static method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Two arguments arc tangent operation.
- atan2(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Two arguments arc tangent operation.
- atan2(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Two arguments arc tangent operation.
- atan2(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Two arguments arc tangent operation.
- atan2(Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Two arguments arc tangent operation.
- atan2(SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Two arguments arc tangent operation.
- atan2(SparseGradient, SparseGradient) - Static method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Two arguments arc tangent operation.
- atan2(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Two arguments arc tangent operation.
- atan2(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Two arguments arc tangent operation.
- atan2(Complex) - Method in class org.hipparchus.complex.Complex
-
Two arguments arc tangent operation.
- atan2(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Two arguments arc tangent operation.
- atan2(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Two arguments arc tangent operation.
- atan2(Binary64) - Method in class org.hipparchus.util.Binary64
-
Two arguments arc tangent operation.
- atan2(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Two arguments arc tangent operation.
- atan2(Tuple) - Method in class org.hipparchus.util.Tuple
-
Two arguments arc tangent operation.
- atan2(T) - Method in interface org.hipparchus.CalculusFieldElement
-
Two arguments arc tangent operation.
- atan2(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute two arguments arc tangent of a derivative structure.
- atan2(T, T) - Static method in class org.hipparchus.util.FastMath
-
Two arguments arctangent function
- Atan2 - Class in org.hipparchus.analysis.function
-
Arc-tangent function.
- Atan2() - Constructor for class org.hipparchus.analysis.function.Atan2
-
Empty constructor.
- atanh() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Inverse hyperbolic tangent operation.
- atanh() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Inverse hyperbolic tangent operation.
- atanh() - Method in interface org.hipparchus.CalculusFieldElement
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.complex.Complex
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.complex.FieldComplex
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.dfp.Dfp
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.util.Binary64
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.util.FieldTuple
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.util.Tuple
-
Inverse hyperbolic tangent operation.
- atanh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic tangent of a number.
- atanh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic tangent of a derivative structure.
- atanh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic tangent of a number.
- atanh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic tangent of a derivative structure.
- Atanh - Class in org.hipparchus.analysis.function
-
Hyperbolic arc-tangent function.
- Atanh() - Constructor for class org.hipparchus.analysis.function.Atanh
-
Empty constructor.
- atanInternal(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the arc-tangent of the argument.
B
- BANDWIDTH - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
BANDWIDTH.
- BASE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
BASE.
- BaseAbstractFieldUnivariateIntegrator<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration
-
Provide a default implementation for several generic functions.
- BaseAbstractFieldUnivariateIntegrator(Field<T>, double, double) - Constructor for class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Construct an integrator with given accuracies.
- BaseAbstractFieldUnivariateIntegrator(Field<T>, double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Construct an integrator with given accuracies and iteration counts.
- BaseAbstractFieldUnivariateIntegrator(Field<T>, int, int) - Constructor for class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Construct an integrator with given iteration counts.
- BaseAbstractUnivariateIntegrator - Class in org.hipparchus.analysis.integration
-
Provide a default implementation for several generic functions.
- BaseAbstractUnivariateIntegrator(double, double) - Constructor for class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Construct an integrator with given accuracies.
- BaseAbstractUnivariateIntegrator(double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Construct an integrator with given accuracies and iteration counts.
- BaseAbstractUnivariateIntegrator(int, int) - Constructor for class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Construct an integrator with given iteration counts.
- BaseAbstractUnivariateSolver<F extends UnivariateFunction> - Class in org.hipparchus.analysis.solvers
-
Provide a default implementation for several functions useful to generic solvers.
- BaseAbstractUnivariateSolver(double) - Constructor for class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Construct a solver with given absolute accuracy.
- BaseAbstractUnivariateSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Construct a solver with given accuracies.
- BaseAbstractUnivariateSolver(double, double, double) - Constructor for class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Construct a solver with given accuracies.
- BaseIterator() - Constructor for class org.hipparchus.util.AbstractOpenIntHashMap.BaseIterator
-
Simple constructor.
- BaseSecantSolver - Class in 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) - Constructor for class org.hipparchus.analysis.solvers.BaseSecantSolver
-
Construct a solver.
- BaseSecantSolver(double, double, BaseSecantSolver.Method) - Constructor for class org.hipparchus.analysis.solvers.BaseSecantSolver
-
Construct a solver.
- BaseSecantSolver(double, BaseSecantSolver.Method) - Constructor for class org.hipparchus.analysis.solvers.BaseSecantSolver
-
Construct a solver.
- BaseSecantSolver.Method - Enum in org.hipparchus.analysis.solvers
-
Secant-based root-finding methods.
- BaseUnivariateSolver<F extends UnivariateFunction> - Interface in org.hipparchus.analysis.solvers
-
Interface for (univariate real) rootfinding algorithms.
- bellNumber(int) - Static method in class org.hipparchus.util.CombinatoricsUtils
-
Compute the Bell number (number of partitions of a set).
- BELOW_SIDE - Enum constant in enum 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 - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
BESSEL_FUNCTION_BAD_ARGUMENT.
- BESSEL_FUNCTION_FAILED_CONVERGENCE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
BESSEL_FUNCTION_FAILED_CONVERGENCE.
- BesselJ - Class in org.hipparchus.special
-
This class provides computation methods related to Bessel functions of the first kind.
- BesselJ(double) - Constructor for class org.hipparchus.special.BesselJ
-
Create a new BesselJ with the given order.
- BesselJ.BesselJResult - Class in org.hipparchus.special
-
Encapsulates the results returned by
BesselJ.rjBesl(double, double, int)
. - BesselJResult(double[], int) - Constructor for class org.hipparchus.special.BesselJ.BesselJResult
-
Create a new BesselJResult with the given values and valid value count.
- Beta - Class in org.hipparchus.special
-
This is a utility class that provides computation methods related to the Beta family of functions.
- BetaDistribution - Class in org.hipparchus.distribution.continuous
-
Implements the Beta distribution.
- BetaDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.BetaDistribution
-
Build a new instance.
- BetaDistribution(double, double, double) - Constructor for class org.hipparchus.distribution.continuous.BetaDistribution
-
Build a new instance.
- BicubicInterpolatingFunction - Class in org.hipparchus.analysis.interpolation
-
Function that implements the bicubic spline interpolation.
- BicubicInterpolatingFunction(double[], double[], double[][], double[][], double[][], double[][]) - Constructor for class org.hipparchus.analysis.interpolation.BicubicInterpolatingFunction
-
Simple constructor.
- BicubicInterpolator - Class in org.hipparchus.analysis.interpolation
-
Generates a
bicubic interpolating function
. - BicubicInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.BicubicInterpolator
-
Empty constructor.
- bigD(double) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral D(m) = [K(m) - E(m)]/m.
- bigD(double, double) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral D(φ, m) = [F(φ, m) - E(φ, m)]/m.
- bigD(Complex) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral D(m) = [K(m) - E(m)]/m.
- bigD(Complex, Complex) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral D(φ, m) = [F(φ, m) - E(φ, m)]/m.
- bigD(FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral D(m) = [K(m) - E(m)]/m.
- bigD(FieldComplex<T>, FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral D(φ, m) = [F(φ, m) - E(φ, m)]/m.
- bigD(T) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral D(m) = [K(m) - E(m)]/m.
- bigD(T, T) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral D(φ, m) = [F(φ, m) - E(φ, m)]/m.
- bigDecimalValue() - Method in class org.hipparchus.fraction.BigFraction
-
Gets the fraction as a
BigDecimal
. - bigDecimalValue() - Method in class org.hipparchus.util.BigReal
-
Get the BigDecimal value corresponding to the instance.
- bigDecimalValue(int, RoundingMode) - Method in class org.hipparchus.fraction.BigFraction
-
Gets the fraction as a
BigDecimal
following the passed scale and rounding mode. - bigDecimalValue(RoundingMode) - Method in class org.hipparchus.fraction.BigFraction
-
Gets the fraction as a
BigDecimal
following the passed rounding mode. - bigE(double) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the second kind E(m).
- bigE(double, double) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the second kind E(φ, m).
- bigE(Complex) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the second kind E(m).
- bigE(Complex, Complex) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the second kind E(φ, m).
- bigE(Complex, Complex, ComplexUnivariateIntegrator, int) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the second kind E(φ, m) using numerical integration.
- bigE(FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the second kind E(m).
- bigE(FieldComplex<T>, FieldComplex<T>) - Static method in class 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) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the second kind E(φ, m).
- bigE(T) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the second kind E(m).
- bigE(T, T) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the second kind E(φ, m).
- bigF(double, double) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the first kind F(φ, m).
- bigF(Complex, Complex) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the first kind F(φ, m).
- bigF(Complex, Complex, ComplexUnivariateIntegrator, int) - Static method in class 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>) - Static method in class 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) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the first kind F(φ, m).
- bigF(T, T) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the first kind F(φ, m).
- BigFraction - Class in org.hipparchus.fraction
-
Representation of a rational number without any overflow.
- BigFraction(double) - Constructor for class org.hipparchus.fraction.BigFraction
-
Create a fraction given the double value.
- BigFraction(double, double, int) - Constructor for class org.hipparchus.fraction.BigFraction
-
Create a fraction given the double value and maximum error allowed.
- BigFraction(double, long) - Constructor for class org.hipparchus.fraction.BigFraction
-
Create a fraction given the double value and maximum denominator.
- BigFraction(int) - Constructor for class org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
equivalent to the passedint
, ie "num / 1". - BigFraction(int, int) - Constructor for class org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
given the numerator and denominator as simpleint
. - BigFraction(long) - Constructor for class org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
equivalent to the passed long, ie "num / 1". - BigFraction(long, long) - Constructor for class org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
given the numerator and denominator as simplelong
. - BigFraction(BigInteger) - Constructor for class org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
equivalent to the passedBigInteger
, ie "num / 1". - BigFraction(BigInteger, BigInteger) - Constructor for class org.hipparchus.fraction.BigFraction
-
Create a
BigFraction
given the numerator and denominator asBigInteger
. - BigFraction.ConvergenceTest - Interface in org.hipparchus.fraction
-
A test to determine if a series of fractions has converged.
- BigFractionField - Class in org.hipparchus.fraction
-
Representation of the fractional numbers without any overflow field.
- BigFractionFormat - Class in org.hipparchus.fraction
-
Formats a BigFraction number in proper format or improper format.
- BigFractionFormat() - Constructor for class org.hipparchus.fraction.BigFractionFormat
-
Create an improper formatting instance with the default number format for the numerator and denominator.
- BigFractionFormat(NumberFormat) - Constructor for class org.hipparchus.fraction.BigFractionFormat
-
Create an improper formatting instance with a custom number format for both the numerator and denominator.
- BigFractionFormat(NumberFormat, NumberFormat) - Constructor for class 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.
- bigFractionMatrixToRealMatrix(FieldMatrix<BigFraction>) - Static method in class org.hipparchus.linear.MatrixUtils
- bigK(double) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K(m).
- bigK(Complex) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K(m).
- bigK(FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K(m).
- bigK(T) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K(m).
- bigKPrime(double) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K'(m).
- bigKPrime(Complex) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K'(m).
- bigKPrime(FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K'(m).
- bigKPrime(T) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the first kind K'(m).
- bigPi(double, double) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the third kind Π(n, m).
- bigPi(double, double, double) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the third kind Π(n, φ, m).
- bigPi(Complex, Complex) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the third kind Π(n, m).
- bigPi(Complex, Complex, Complex) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the third kind Π(n, φ, m).
- bigPi(Complex, Complex, Complex, ComplexUnivariateIntegrator, int) - Static method in class 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>) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the third kind Π(n, m).
- bigPi(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - Static method in class 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) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the third kind Π(n, φ, m).
- bigPi(T, T) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the complete elliptic integral of the third kind Π(n, m).
- bigPi(T, T, T) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the incomplete elliptic integral of the third kind Π(n, φ, m).
- BigReal - Class in org.hipparchus.util
-
Arbitrary precision decimal number.
- BigReal(char[]) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a characters representation.
- BigReal(char[], int, int) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a characters representation.
- BigReal(char[], int, int, MathContext) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a characters representation.
- BigReal(char[], MathContext) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a characters representation.
- BigReal(double) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a double.
- BigReal(double, MathContext) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a double.
- BigReal(int) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from an int.
- BigReal(int, MathContext) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from an int.
- BigReal(long) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a long.
- BigReal(long, MathContext) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a long.
- BigReal(String) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a String representation.
- BigReal(String, MathContext) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a String representation.
- BigReal(BigDecimal) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a BigDecimal.
- BigReal(BigInteger) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a BigInteger.
- BigReal(BigInteger, int) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from an unscaled BigInteger.
- BigReal(BigInteger, int, MathContext) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from an unscaled BigInteger.
- BigReal(BigInteger, MathContext) - Constructor for class org.hipparchus.util.BigReal
-
Build an instance from a BigInteger.
- BigRealField - Class in org.hipparchus.util
-
Representation of real numbers with arbitrary precision field.
- BilinearInterpolatingFunction - Class in org.hipparchus.analysis.interpolation
-
Interpolate grid data using bi-linear interpolation.
- BilinearInterpolatingFunction(double[], double[], double[][]) - Constructor for class org.hipparchus.analysis.interpolation.BilinearInterpolatingFunction
-
Simple constructor.
- BilinearInterpolator - Class in org.hipparchus.analysis.interpolation
-
Interpolate grid data using bi-linear interpolation.
- BilinearInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.BilinearInterpolator
-
Empty constructor.
- Binary64 - Class in org.hipparchus.util
-
This class wraps a
double
value in an object. - Binary64(double) - Constructor for class org.hipparchus.util.Binary64
-
Creates a new instance of this class.
- Binary64Field - Class in org.hipparchus.util
-
The field of
double precision floating-point numbers
. - BINOMIAL_INVALID_PARAMETERS_ORDER - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
BINOMIAL_INVALID_PARAMETERS_ORDER.
- BINOMIAL_NEGATIVE_PARAMETER - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
BINOMIAL_NEGATIVE_PARAMETER.
- binomialCoefficient(int, int) - Static method in class 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) - Static method in class 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) - Static method in class 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 - Class in org.hipparchus.distribution.discrete
-
Implementation of the binomial distribution.
- BinomialDistribution(int, double) - Constructor for class org.hipparchus.distribution.discrete.BinomialDistribution
-
Create a binomial distribution with the given number of trials and probability of success.
- BisectionSolver - Class in org.hipparchus.analysis.solvers
-
Implements the bisection algorithm for finding zeros of univariate real functions.
- BisectionSolver() - Constructor for class org.hipparchus.analysis.solvers.BisectionSolver
-
Construct a solver with default accuracy (1e-6).
- BisectionSolver(double) - Constructor for class org.hipparchus.analysis.solvers.BisectionSolver
-
Construct a solver.
- BisectionSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.BisectionSolver
-
Construct a solver.
- BivariateFunction - Interface in org.hipparchus.analysis
-
An interface representing a bivariate real function.
- BivariateGridInterpolator - Interface in org.hipparchus.analysis.interpolation
-
Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.
- Blendable<B> - Interface in org.hipparchus.util
-
Interface representing classes that can blend with other instances of themselves using a given blending value.
- blendArithmeticallyWith(B, double) - Method in interface org.hipparchus.util.Blendable
-
Blend arithmetically this instance with another one.
- blendArithmeticallyWith(B, T) - Method in interface org.hipparchus.util.FieldBlendable
-
Blend arithmetically this instance with another one.
- blendArithmeticallyWith(FieldMatrix<T>, T) - Method in interface org.hipparchus.linear.FieldMatrix
-
Blend arithmetically this instance with another one.
- blendArithmeticallyWith(RealMatrix, double) - Method in interface org.hipparchus.linear.RealMatrix
-
Blend arithmetically this instance with another one.
- BLOCK_SIZE - Static variable in class org.hipparchus.linear.BlockFieldMatrix
-
Block size.
- BLOCK_SIZE - Static variable in class org.hipparchus.linear.BlockRealMatrix
-
Block size.
- BlockFieldMatrix<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
Cache-friendly implementation of FieldMatrix using a flat arrays to store square blocks of the matrix.
- BlockFieldMatrix(int, int, T[][], boolean) - Constructor for class org.hipparchus.linear.BlockFieldMatrix
-
Create a new dense matrix copying entries from block layout data.
- BlockFieldMatrix(Field<T>, int, int) - Constructor for class org.hipparchus.linear.BlockFieldMatrix
-
Create a new matrix with the supplied row and column dimensions.
- BlockFieldMatrix(T[][]) - Constructor for class org.hipparchus.linear.BlockFieldMatrix
-
Create a new dense matrix copying entries from raw layout data.
- blockInverse(RealMatrix, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Computes the inverse of the given matrix by splitting it into 4 sub-matrices.
- BlockRealMatrix - Class in org.hipparchus.linear
-
Cache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.
- BlockRealMatrix(double[][]) - Constructor for class org.hipparchus.linear.BlockRealMatrix
-
Create a new dense matrix copying entries from raw layout data.
- BlockRealMatrix(int, int) - Constructor for class org.hipparchus.linear.BlockRealMatrix
-
Create a new matrix with the supplied row and column dimensions.
- BlockRealMatrix(int, int, double[][], boolean) - Constructor for class org.hipparchus.linear.BlockRealMatrix
-
Create a new dense matrix copying entries from block layout data.
- bracket(CalculusFieldUnivariateFunction<T>, T, T, T) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class 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 extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis.solvers
-
Interface for
(univariate real) root-finding algorithms
that maintain a bracketed solution. - BracketedRealFieldUnivariateSolver.Interval<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.solvers
-
An interval of a function that brackets a root.
- BracketedUnivariateSolver<F extends UnivariateFunction> - Interface in org.hipparchus.analysis.solvers
-
Interface for
(univariate real) root-finding algorithms
that maintain a bracketed solution. - BracketedUnivariateSolver.Interval - Class in org.hipparchus.analysis.solvers
-
An interval of a function that brackets a root.
- BracketingNthOrderBrentSolver - Class in org.hipparchus.analysis.solvers
-
This class implements a modification of the Brent algorithm.
- BracketingNthOrderBrentSolver() - Constructor for class org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Construct a solver with default accuracy and maximal order (1e-6 and 5 respectively)
- BracketingNthOrderBrentSolver(double, double, double, int) - Constructor for class org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Construct a solver.
- BracketingNthOrderBrentSolver(double, double, int) - Constructor for class org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Construct a solver.
- BracketingNthOrderBrentSolver(double, int) - Constructor for class org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Construct a solver.
- BrentSolver - Class in org.hipparchus.analysis.solvers
-
This class implements the Brent algorithm for finding zeros of real univariate functions.
- BrentSolver() - Constructor for class org.hipparchus.analysis.solvers.BrentSolver
-
Construct a solver with default absolute accuracy (1e-6).
- BrentSolver(double) - Constructor for class org.hipparchus.analysis.solvers.BrentSolver
-
Construct a solver.
- BrentSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.BrentSolver
-
Construct a solver.
- BrentSolver(double, double, double) - Constructor for class org.hipparchus.analysis.solvers.BrentSolver
-
Construct a solver.
- build(double) - Static method in class org.hipparchus.special.elliptic.jacobi.JacobiEllipticBuilder
-
Build an algorithm for computing Jacobi elliptic functions.
- build(double...) - Method in class org.hipparchus.analysis.differentiation.DSFactory
-
Build a
DerivativeStructure
from all its derivatives. - build(double...) - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
Build a
FieldDerivativeStructure
from all its derivatives. - build(Complex) - Static method in class org.hipparchus.special.elliptic.jacobi.JacobiEllipticBuilder
-
Build an algorithm for computing Jacobi elliptic functions.
- build(FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.jacobi.JacobiEllipticBuilder
-
Build an algorithm for computing Jacobi elliptic functions.
- build(T) - Static method in class org.hipparchus.special.elliptic.jacobi.JacobiEllipticBuilder
-
Build an algorithm for computing Jacobi elliptic functions.
- build(T...) - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
Build a
FieldDerivativeStructure
from all its derivatives. - buildArray(Field<T>, int) - Static method in class org.hipparchus.util.MathArrays
-
Build an array of elements.
- buildArray(Field<T>, int, int) - Static method in class org.hipparchus.util.MathArrays
-
Build a double dimension array of elements.
- buildArray(Field<T>, int, int, int) - Static method in class org.hipparchus.util.MathArrays
-
Build a triple dimension array of elements.
- byteValue() - Method in class org.hipparchus.util.Binary64
-
The current implementation performs casting to a
byte
.
C
- calculateNumericalMean() - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
-
Used by
ZipfDistribution.getNumericalMean()
. - calculateNumericalVariance() - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
- CalculusFieldBivariateFunction<T extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis
-
An interface representing a bivariate field function.
- CalculusFieldElement<T extends FieldElement<T>> - Interface in org.hipparchus
-
Interface representing a field with calculus capabilities (sin, cos, ...).
- CalculusFieldMultivariateFunction<T extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis
-
An interface representing a scalar multivariate function.
- CalculusFieldMultivariateMatrixFunction<T extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis
-
An interface representing a matrix multivariate function.
- CalculusFieldMultivariateVectorFunction<T extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis
-
An interface representing a vector multivariate function.
- CalculusFieldUnivariateFunction<T extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis
-
An interface representing a univariate real function.
- CalculusFieldUnivariateMatrixFunction<T extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis
-
An interface representing a univariate matrix function.
- CalculusFieldUnivariateVectorFunction<T extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis
-
An interface representing a univariate vectorial function for any field type.
- canIncrement() - Method in class org.hipparchus.util.Incrementor
-
Checks whether incrementing the counter
nTimes
is allowed. - canIncrement(int) - Method in class org.hipparchus.util.Incrementor
-
Checks whether incrementing the counter several times is allowed.
- CANNOT_COMPUTE_0TH_ROOT_OF_UNITY - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_COMPUTE_0TH_ROOT_OF_UNITY.
- CANNOT_COMPUTE_BETA_DENSITY_AT_0_FOR_SOME_ALPHA - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_COMPUTE_BETA_DENSITY_AT_0_FOR_SOME_ALPHA.
- CANNOT_COMPUTE_BETA_DENSITY_AT_1_FOR_SOME_BETA - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_COMPUTE_BETA_DENSITY_AT_1_FOR_SOME_BETA.
- CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N.
- CANNOT_DISCARD_NEGATIVE_NUMBER_OF_ELEMENTS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_DISCARD_NEGATIVE_NUMBER_OF_ELEMENTS.
- CANNOT_FORMAT_INSTANCE_AS_COMPLEX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_FORMAT_INSTANCE_AS_COMPLEX.
- CANNOT_FORMAT_OBJECT_TO_FRACTION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_FORMAT_OBJECT_TO_FRACTION.
- CANNOT_PARSE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_PARSE.
- CANNOT_PARSE_AS_TYPE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_PARSE_AS_TYPE.
- CANNOT_SUBSTITUTE_ELEMENT_FROM_EMPTY_ARRAY - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_SUBSTITUTE_ELEMENT_FROM_EMPTY_ARRAY.
- CarlsonEllipticIntegral - Class in org.hipparchus.special.elliptic.carlson
-
Elliptic integrals in Carlson symmetric form.
- CauchyDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the Cauchy distribution.
- CauchyDistribution() - Constructor for class org.hipparchus.distribution.continuous.CauchyDistribution
-
Creates a Cauchy distribution with the median equal to zero and scale equal to one.
- CauchyDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.CauchyDistribution
-
Creates a Cauchy distribution.
- cbrt() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Cubic root.
- cbrt() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Cubic root.
- cbrt() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Cubic root.
- cbrt() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Cubic root.
- cbrt() - Method in interface org.hipparchus.CalculusFieldElement
-
Cubic root.
- cbrt() - Method in class org.hipparchus.complex.Complex
-
Cubic root.
- cbrt() - Method in class org.hipparchus.complex.FieldComplex
-
Cubic root.
- cbrt() - Method in class org.hipparchus.util.Binary64
-
Cubic root.
- cbrt() - Method in class org.hipparchus.util.FieldTuple
-
Cubic root.
- cbrt() - Method in class org.hipparchus.util.Tuple
-
Cubic root.
- cbrt(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the cubic root of a number.
- cbrt(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the cubic root of a number.
- Cbrt - Class in org.hipparchus.analysis.function
-
Cube root function.
- Cbrt() - Constructor for class org.hipparchus.analysis.function.Cbrt
-
Empty constructor.
- cd() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarD
-
Get the value of the cd function.
- cd() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarD
-
Get the value of the cd function.
- ceil() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Get the smallest whole number larger than instance.
- ceil() - Method in interface org.hipparchus.CalculusFieldElement
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.complex.Complex
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.complex.FieldComplex
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.dfp.Dfp
-
Round to an integer using the round ceil mode.
- ceil() - Method in class org.hipparchus.util.Binary64
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.util.FieldTuple
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.util.Tuple
-
Get the smallest whole number larger than instance.
- ceil(double) - Static method in class org.hipparchus.util.FastMath
-
Get the smallest whole number larger than x.
- ceil(T) - Static method in class org.hipparchus.util.FastMath
-
Get the smallest whole number larger than x.
- Ceil - Class in org.hipparchus.analysis.function
-
ceil
function. - Ceil() - Constructor for class org.hipparchus.analysis.function.Ceil
-
Empty constructor.
- ceilDiv(int, int) - Static method in class org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilDiv(long, int) - Static method in class org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilDiv(long, long) - Static method in class org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilDivExact(int, int) - Static method in class org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilDivExact(long, long) - Static method in class org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilMod(int, int) - Static method in class org.hipparchus.util.FastMath
-
Finds r such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilMod(long, int) - Static method in class org.hipparchus.util.FastMath
-
Finds r such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilMod(long, long) - Static method in class org.hipparchus.util.FastMath
-
Finds r such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - CENTRAL - Enum constant in enum org.hipparchus.util.PivotingStrategy
-
A mid point strategy based on the average of begin and end indices.
- checkAdditionCompatible(AnyMatrix, AnyMatrix) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if matrices are addition compatible.
- checkAdditionCompatible(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Check if a matrix is addition compatible with the instance.
- checkAndNormalize(double[]) - Static method in class org.hipparchus.distribution.EnumeratedDistribution
-
Checks to make sure that weights is neither null nor empty and contains only non-negative, finite, non-NaN values and if necessary normalizes it to sum to 1.
- checkBetweenZeroAndOneIncluded(double) - Static method in class org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Check that input is between [0:1].
- checkBinomial(int, int) - Static method in class org.hipparchus.util.CombinatoricsUtils
-
Check binomial preconditions.
- checkColumnIndex(int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Check if a column index is valid.
- checkColumnIndex(AnyMatrix, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if a column index is valid.
- checkCompatibility(DSCompiler) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Check rules set compatibility.
- checkContractExpand(double, double) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Checks the expansion factor and the contraction criterion and raises an exception if the contraction criterion is smaller than the expansion criterion.
- checkDefinition(RealMatrix) - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Check definition of the decomposition in runtime.
- checkDimension(int, int) - Static method in class org.hipparchus.util.MathUtils
-
Checks that the given dimensions match.
- checkEqualLength(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEqualLength(double[], double[], boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEqualLength(int[], int[]) - Static method in class org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEqualLength(int[], int[], boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEqualLength(T[], T[]) - Static method in class org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEqualLength(T[], T[], boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkFinite(double) - Static method in class org.hipparchus.util.MathUtils
-
Check that the argument is a real number.
- checkFinite(double[]) - Static method in class org.hipparchus.util.MathUtils
-
Check that all the elements are real numbers.
- checkIndex(int) - Method in class org.hipparchus.linear.RealVector
-
Check if an index is valid.
- checkIndices(int, int) - Method in class org.hipparchus.linear.RealVector
-
Checks that the indices of a subvector are valid.
- checkInputEdges(double, double) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.FieldSmoothStepFunction
-
Check that left edge is lower than right edge.
- checkInputEdges(double, double) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.SmoothStepFunction
-
Check that left edge is lower than right edge.
- checkMatrixIndex(AnyMatrix, int, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if matrix indices are valid.
- checkMultiplicationCompatible(AnyMatrix, AnyMatrix) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if matrices are multiplication compatible
- checkMultiplicationCompatible(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Check if a matrix is multiplication compatible with the instance.
- checkNonNegative(long[]) - Static method in class org.hipparchus.util.MathArrays
-
Check that all entries of the input array are >= 0.
- checkNonNegative(long[][]) - Static method in class org.hipparchus.util.MathArrays
-
Check all entries of the input array are >= 0.
- checkNotNaN(double[]) - Static method in class org.hipparchus.util.MathArrays
-
Check that no entry of the input array is
NaN
. - checkNotNull(Object) - Static method in class org.hipparchus.util.MathUtils
-
Checks that an object is not null.
- checkNotNull(Object, Localizable, Object...) - Static method in class org.hipparchus.util.MathUtils
-
Checks that an object is not null.
- checkOrder(double[]) - Static method in class org.hipparchus.util.MathArrays
-
Check that the given array is sorted in strictly increasing order.
- checkOrder(double[], MathArrays.OrderDirection, boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that the given array is sorted.
- checkOrder(double[], MathArrays.OrderDirection, boolean, boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that the given array is sorted.
- checkOrder(T[]) - Static method in class org.hipparchus.util.MathArrays
-
Check that the given array is sorted in strictly increasing order.
- checkOrder(T[], MathArrays.OrderDirection, boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that the given array is sorted.
- checkOrder(T[], MathArrays.OrderDirection, boolean, boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that the given array is sorted.
- checkParameters(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Static method in class org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Performs all dimension checks on the parameters of
solve
andsolveInPlace
, and throws an exception if one of the checks fails. - checkParameters(RealLinearOperator, RealVector, RealVector) - Static method in class org.hipparchus.linear.IterativeLinearSolver
-
Performs all dimension checks on the parameters of
solve
andsolveInPlace
, and throws an exception if one of the checks fails. - checkPositive(double[]) - Static method in class org.hipparchus.util.MathArrays
-
Check that all entries of the input array are strictly positive.
- checkRangeInclusive(double, double, double) - Static method in class org.hipparchus.util.MathUtils
-
Checks that the given value is strictly within the range [lo, hi].
- checkRangeInclusive(long, long, long) - Static method in class org.hipparchus.util.MathUtils
-
Checks that the given value is strictly within the range [lo, hi].
- checkRectangular(long[][]) - Static method in class org.hipparchus.util.MathArrays
-
Throws MathIllegalArgumentException if the input array is not rectangular.
- checkRowIndex(int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Check if a row index is valid.
- checkRowIndex(AnyMatrix, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if a row index is valid.
- checkSameColumnDimension(AnyMatrix, AnyMatrix) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if matrices have the same number of columns.
- checkSameRowDimension(AnyMatrix, AnyMatrix) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if matrices have the same number of rows.
- checkSubMatrixIndex(int[], int[]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Check if submatrix ranges indices are valid.
- checkSubMatrixIndex(int, int, int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Check if submatrix ranges indices are valid.
- checkSubMatrixIndex(AnyMatrix, int[], int[]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if submatrix ranges indices are valid.
- checkSubMatrixIndex(AnyMatrix, int, int, int, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if submatrix ranges indices are valid.
- checkSubtractionCompatible(AnyMatrix, AnyMatrix) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if matrices are subtraction compatible
- checkSubtractionCompatible(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Check if a matrix is subtraction compatible with the instance.
- checkSymmetric(RealMatrix, double) - Static method in class org.hipparchus.linear.MatrixUtils
-
Checks whether a matrix is symmetric.
- checkVectorDimensions(int) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(int) - Method in class org.hipparchus.linear.ArrayRealVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(int) - Method in class org.hipparchus.linear.RealVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(int) - Method in class org.hipparchus.linear.SparseFieldVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Check if instance and specified vectors have the same dimension.
- checkVectorDimensions(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Check if instance and specified vectors have the same dimension.
- checkVectorDimensions(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Check if instance and specified vectors have the same dimension.
- ChiSquaredDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the chi-squared distribution.
- ChiSquaredDistribution(double) - Constructor for class org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Create a Chi-Squared distribution with the given degrees of freedom.
- ChiSquaredDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Create a Chi-Squared distribution with the given degrees of freedom and inverse cumulative probability accuracy.
- CholeskyDecomposer - Class in org.hipparchus.linear
-
Matrix decomposer using Cholseky decomposition.
- CholeskyDecomposer(double, double) - Constructor for class org.hipparchus.linear.CholeskyDecomposer
-
Creates a Cholesky decomposer with specify threshold for several matrices.
- CholeskyDecomposition - Class in org.hipparchus.linear
-
Calculates the Cholesky decomposition of a matrix.
- CholeskyDecomposition(RealMatrix) - Constructor for class org.hipparchus.linear.CholeskyDecomposition
-
Calculates the Cholesky decomposition of the given matrix.
- CholeskyDecomposition(RealMatrix, double, double) - Constructor for class org.hipparchus.linear.CholeskyDecomposition
-
Calculates the Cholesky decomposition of the given matrix.
- clamp(double, double, double) - Static method in class org.hipparchus.util.FastMath
-
Clamp a value within an interval.
- clamp(float, float, float) - Static method in class org.hipparchus.util.FastMath
-
Clamp a value within an interval.
- clamp(int, int, int) - Static method in class org.hipparchus.util.FastMath
-
Clamp a value within an interval.
- clamp(long, int, int) - Static method in class org.hipparchus.util.FastMath
-
Clamp a value within an interval.
- clamp(long, long, long) - Static method in class org.hipparchus.util.FastMath
-
Clamp a value within an interval.
- clampInput(double, double, double) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.SmoothStepFunction
-
Clamp input between edges.
- clampInput(double, double, T) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.FieldSmoothStepFunction
-
Clamp input between edges.
- classify() - Method in class org.hipparchus.dfp.Dfp
-
Returns the type - one of FINITE, INFINITE, SNAN, QNAN.
- clear() - Method in class org.hipparchus.util.ResizableDoubleArray
-
Clear the array contents, resetting the number of elements to zero.
- clearCache() - Method in class org.hipparchus.random.Well512a
-
Clears the cache used by the default implementation of
RandomGenerator.nextGaussian()
. - clearIEEEFlags() - Method in class org.hipparchus.dfp.DfpField
-
Clears the IEEE 854 status flags.
- cn() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarN
-
Get the value of the cn function.
- cn() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarN
-
Get the value of the cn function.
- collector(BivariateFunction, double) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Returns a MultivariateFunction h(x[]) defined by
- collector(BivariateFunction, UnivariateFunction, double) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Returns a MultivariateFunction h(x[]) defined by
- COLUMN_INDEX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
COLUMN_INDEX.
- Combinations - Class in org.hipparchus.util
-
Utility to create combinations
(n, k)
ofk
elements in a set ofn
elements. - Combinations(int, int) - Constructor for class org.hipparchus.util.Combinations
-
Creates an instance whose range is the k-element subsets of {0, ..., n - 1} represented as
int[]
arrays. - combinationsIterator(int, int) - Static method in class org.hipparchus.util.CombinatoricsUtils
-
Returns an iterator whose range is the k-element subsets of {0, ..., n - 1} represented as
int[]
arrays. - CombinatoricsUtils - Class in org.hipparchus.util
-
Combinatorial utilities.
- CombinatoricsUtils.FactorialLog - Class in org.hipparchus.util
-
Class for computing the natural logarithm of the factorial of
n
. - combine(double, double, RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Returns a new vector representing
a * this + b * y
, the linear combination ofthis
andy
. - combine(double, double, RealVector) - Method in class org.hipparchus.linear.RealVector
-
Returns a new vector representing
a * this + b * y
, the linear combination ofthis
andy
. - combine(BivariateFunction, UnivariateFunction, UnivariateFunction) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Returns the univariate function
h(x) = combiner(f(x), g(x)).
- combineToSelf(double, double, RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Updates
this
with the linear combination ofthis
andy
. - combineToSelf(double, double, RealVector) - Method in class org.hipparchus.linear.RealVector
-
Updates
this
with the linear combination ofthis
andy
. - comparator() - Method in class org.hipparchus.util.Combinations
-
Defines a lexicographic ordering of combinations.
- compare(Complex, Complex) - Method in class org.hipparchus.complex.ComplexComparator
-
Compare two complex numbers, using real ordering as the primary sort order and imaginary ordering as the secondary sort order.
- compareTo(double, double, double) - Static method in class org.hipparchus.util.Precision
-
Compares two numbers given some amount of allowed error.
- compareTo(double, double, int) - Static method in class org.hipparchus.util.Precision
-
Compares two numbers given some amount of allowed error.
- compareTo(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
- compareTo(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
- compareTo(Complex) - Method in class org.hipparchus.complex.Complex
- compareTo(BigFraction) - Method in class org.hipparchus.fraction.BigFraction
-
Compares this object to another based on size.
- compareTo(Fraction) - Method in class org.hipparchus.fraction.Fraction
-
Compares this object to another based on size.
- compareTo(BigReal) - Method in class org.hipparchus.util.BigReal
- compareTo(Binary64) - Method in class org.hipparchus.util.Binary64
-
The current implementation returns the same value as
new Double(this.doubleValue()).compareTo(new Double(o.doubleValue()))
- complement(int) - Method in class org.hipparchus.dfp.Dfp
-
Negate the mantissa of this by computing the complement.
- Complex - Class in org.hipparchus.complex
-
Representation of a Complex number, i.e.
- Complex(double) - Constructor for class org.hipparchus.complex.Complex
-
Create a complex number given only the real part.
- Complex(double, double) - Constructor for class org.hipparchus.complex.Complex
-
Create a complex number given the real and imaginary parts.
- COMPLEX_CANNOT_BE_CONSIDERED_A_REAL_NUMBER - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
COMPLEX_CANNOT_BE_CONSIDERED_A_REAL_NUMBER.
- ComplexComparator - Class in org.hipparchus.complex
-
Comparator for Complex Numbers.
- ComplexComparator() - Constructor for class org.hipparchus.complex.ComplexComparator
-
Empty constructor.
- ComplexEigenDecomposition - Class in org.hipparchus.linear
-
Given a matrix A, it computes a complex eigen decomposition AV = VD.
- ComplexEigenDecomposition(RealMatrix) - Constructor for class org.hipparchus.linear.ComplexEigenDecomposition
-
Constructor for decomposition.
- ComplexEigenDecomposition(RealMatrix, double, double, double) - Constructor for class org.hipparchus.linear.ComplexEigenDecomposition
-
Constructor for decomposition.
- ComplexField - Class in org.hipparchus.complex
-
Representation of the complex numbers field.
- ComplexFormat - Class in org.hipparchus.complex
-
Formats a Complex number in cartesian format "Re(c) + Im(c)i".
- ComplexFormat() - Constructor for class org.hipparchus.complex.ComplexFormat
-
Create an instance with the default imaginary character, 'i', and the default number format for both real and imaginary parts.
- ComplexFormat(String) - Constructor for class org.hipparchus.complex.ComplexFormat
-
Create an instance with a custom imaginary character, and the default number format for both real and imaginary parts.
- ComplexFormat(String, NumberFormat) - Constructor for class org.hipparchus.complex.ComplexFormat
-
Create an instance with a custom imaginary character, and a custom number format for both real and imaginary parts.
- ComplexFormat(String, NumberFormat, NumberFormat) - Constructor for class org.hipparchus.complex.ComplexFormat
-
Create an instance with a custom imaginary character, a custom number format for the real part, and a custom number format for the imaginary part.
- ComplexFormat(NumberFormat) - Constructor for class org.hipparchus.complex.ComplexFormat
-
Create an instance with a custom number format for both real and imaginary parts.
- ComplexFormat(NumberFormat, NumberFormat) - Constructor for class org.hipparchus.complex.ComplexFormat
-
Create an instance with a custom number format for the real part and a custom number format for the imaginary part.
- ComplexUnivariateIntegrator - Class in org.hipparchus.complex
-
Wrapper to perform univariate complex integration using an underlying real integration algorithms.
- ComplexUnivariateIntegrator(UnivariateIntegrator) - Constructor for class org.hipparchus.complex.ComplexUnivariateIntegrator
-
Crate a complex integrator from a real integrator.
- ComplexUtils - Class in org.hipparchus.complex
-
Static implementations of common
Complex
utilities functions. - compose(double...) - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Compute composition of the instance by a univariate function.
- compose(double...) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute composition of the instance by a univariate function.
- compose(double...) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute composition of the instance by a univariate function.
- compose(double...) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute composition of the instance by a univariate function.
- compose(double...) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute composition of the instance by a univariate function.
- compose(double...) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute composition of the instance by a univariate function.
- compose(double...) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute composition of the instance by a univariate function.
- compose(double[], int, double[], double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute composition of a derivative structure by a function.
- compose(double, double) - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Compute composition of the instance by a univariate function differentiable at order 1.
- compose(double, double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute composition of the instance by a univariate function differentiable at order 1.
- compose(double, double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute composition of the instance by a univariate function differentiable at order 1.
- compose(double, double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute composition of the instance by a univariate function differentiable at order 1.
- compose(FieldTaylorMap<T>) - Method in class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).
- compose(TaylorMap) - Method in class org.hipparchus.analysis.differentiation.TaylorMap
-
Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).
- compose(UnivariateDifferentiableFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Composes functions.
- compose(UnivariateFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Composes functions.
- compose(S, S) - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Compute composition of the instance by a univariate function differentiable at order 1.
- compose(T...) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute composition of the instance by a univariate function.
- compose(T[], int, double[], T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute composition of a derivative structure by a function.
- compose(T[], int, T[], T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute composition of a derivative structure by a function.
- compose(T, T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute composition of the instance by a function.
- compose(T, T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute composition of the instance by a function.
- compose(T, T, T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute composition of the instance by a function.
- CompositeFormat - Class in org.hipparchus.util
-
Base class for formatters of composite objects (complex numbers, vectors ...).
- compute(MathArrays.Function) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Performs an operation on the addressable elements of the array.
- computeCoefficients() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Calculate the coefficients of Lagrange polynomial from the interpolation data.
- computeCoefficients() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Calculate the normal polynomial coefficients given the Newton form.
- computeDividedDifference(double[], double[]) - Static method in class org.hipparchus.analysis.interpolation.DividedDifferenceInterpolator
-
Return a copy of the divided difference array.
- computeExp(Dfp, Dfp) - Static method in class org.hipparchus.dfp.DfpField
-
Compute exp(a).
- computeLn(Dfp, Dfp, Dfp) - Static method in class org.hipparchus.dfp.DfpField
-
Compute ln(a).
- computeObjectiveValue(double) - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Compute the objective function value.
- computeObjectiveValue(double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Compute the objective function value.
- computeObjectiveValue(T) - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Compute the objective function value.
- computeObjectiveValueAndDerivative(double) - Method in class org.hipparchus.analysis.solvers.AbstractUnivariateDifferentiableSolver
-
Compute the objective function value.
- computeRoots(int) - Method in class org.hipparchus.complex.RootsOfUnity
-
Computes the
n
-th roots of unity. - computeRule(int) - Method in class org.hipparchus.analysis.integration.gauss.AbstractRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - Method in class org.hipparchus.analysis.integration.gauss.ConvertingRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - Method in class org.hipparchus.analysis.integration.gauss.FieldAbstractRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - Method in class org.hipparchus.analysis.integration.gauss.FieldHermiteRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - Method in class org.hipparchus.analysis.integration.gauss.FieldLaguerreRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - Method in class org.hipparchus.analysis.integration.gauss.FieldLegendreRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - Method in class org.hipparchus.analysis.integration.gauss.HermiteRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - Method in class org.hipparchus.analysis.integration.gauss.LaguerreRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - Method in class org.hipparchus.analysis.integration.gauss.LegendreRuleFactory
-
Computes the rule for the given order.
- concatenate(double[]...) - Static method in class org.hipparchus.util.MathArrays
-
Concatenates a sequence of arrays.
- conjugate() - Method in class org.hipparchus.complex.Complex
-
Returns the conjugate of this complex number.
- conjugate() - Method in class org.hipparchus.complex.FieldComplex
-
Returns the conjugate of this complex number.
- ConjugateGradient - Class in org.hipparchus.linear
-
This is an implementation of the conjugate gradient method for
RealLinearOperator
. - ConjugateGradient(int, double, boolean) - Constructor for class org.hipparchus.linear.ConjugateGradient
-
Creates a new instance of this class, with default stopping criterion.
- ConjugateGradient(IterationManager, double, boolean) - Constructor for class org.hipparchus.linear.ConjugateGradient
-
Creates a new instance of this class, with default stopping criterion and custom iteration manager.
- constant(double) - Method in class org.hipparchus.analysis.differentiation.DSFactory
-
Build a
DerivativeStructure
representing a constant value. - constant(double) - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
Build a
FieldDerivativeStructure
representing a constant value. - constant(int, double) - Static method in class org.hipparchus.analysis.differentiation.Gradient
-
Build an instance corresponding to a constant value.
- constant(int, T) - Static method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Build an instance corresponding to a constant value.
- constant(T) - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
Build a
FieldDerivativeStructure
representing a constant value. - Constant - Class in org.hipparchus.analysis.function
-
Constant function.
- Constant(double) - Constructor for class org.hipparchus.analysis.function.Constant
-
Simple constructor.
- ConstantRealDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the constant real distribution.
- ConstantRealDistribution(double) - Constructor for class org.hipparchus.distribution.continuous.ConstantRealDistribution
-
Create a constant real distribution with the given value.
- CONSTRAINT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CONSTRAINT.
- containsKey(int) - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Check if a value is associated with a key.
- containsKey(int, int) - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Check if the tables contain an element associated with specified key at specified index.
- CONTINUED_FRACTION_INFINITY_DIVERGENCE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CONTINUED_FRACTION_INFINITY_DIVERGENCE.
- CONTINUED_FRACTION_NAN_DIVERGENCE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CONTINUED_FRACTION_NAN_DIVERGENCE.
- ContinuedFraction - Class in org.hipparchus.util
-
Provides a generic means to evaluate continued fractions.
- ContinuedFraction() - Constructor for class org.hipparchus.util.ContinuedFraction
-
Default constructor.
- contract() - Method in class org.hipparchus.util.ResizableDoubleArray
-
Contracts the storage array to the (size of the element set) + 1 - to avoid a zero length array.
- CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR.
- CONTRACTION_CRITERIA_SMALLER_THAN_ONE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CONTRACTION_CRITERIA_SMALLER_THAN_ONE.
- CONVERGENCE_FAILED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CONVERGENCE_FAILED.
- convergent(double, int, BigFraction.ConvergenceTest) - Static method in class org.hipparchus.fraction.BigFraction
-
Returns the last element of the series of convergent-steps to approximate the given value.
- convergent(double, int, Fraction.ConvergenceTest) - Static method in class org.hipparchus.fraction.Fraction
-
Returns the last element of the series of convergent-steps to approximate the given value.
- convergents(double, int) - Static method in class org.hipparchus.fraction.BigFraction
-
Generate a
stream
of convergents from a real number. - convergents(double, int) - Static method in class org.hipparchus.fraction.Fraction
-
Generate a
stream
of convergents from a real number. - ConvertingRuleFactory<T extends FieldElement<T>> - Class in org.hipparchus.analysis.integration.gauss
- ConvertingRuleFactory(FieldRuleFactory<T>) - Constructor for class org.hipparchus.analysis.integration.gauss.ConvertingRuleFactory
-
Simple constructor.
- convertToComplex(double[]) - Static method in class org.hipparchus.complex.ComplexUtils
-
Convert an array of primitive doubles to an array of
Complex
objects. - convolve(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Calculates the convolution between two sequences.
- CopolarC - Class in org.hipparchus.special.elliptic.jacobi
-
Copolar trio with pole at point c in Glaisher’s Notation.
- CopolarD - Class in org.hipparchus.special.elliptic.jacobi
-
Copolar trio with pole at point d in Glaisher’s Notation.
- CopolarN - Class in org.hipparchus.special.elliptic.jacobi
-
Copolar trio with pole at point n in Glaisher’s Notation.
- CopolarS - Class in org.hipparchus.special.elliptic.jacobi
-
Copolar trio with pole at point s in Glaisher’s Notation.
- copy() - Method in class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere
-
Perform a copy.
- copy() - Method in class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere2D
-
Perform a copy.
- copy() - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Make a (deep) copy of this.
- copy() - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns a (deep) copy of this.
- copy() - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Make a (deep) copy of this.
- copy() - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns a (deep) copy of this.
- copy() - Method in class org.hipparchus.linear.ArrayFieldVector
-
Returns a (deep) copy of this.
- copy() - Method in class org.hipparchus.linear.ArrayRealVector
-
Returns a (deep) copy of this vector.
- copy() - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Make a (deep) copy of this.
- copy() - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns a (deep) copy of this.
- copy() - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns a (deep) copy of this.
- copy() - Method in interface org.hipparchus.linear.FieldMatrix
-
Make a (deep) copy of this.
- copy() - Method in interface org.hipparchus.linear.FieldVector
-
Returns a (deep) copy of this.
- copy() - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Returns a (deep) copy of this.
- copy() - Method in class org.hipparchus.linear.OpenMapRealVector
-
Returns a (deep) copy of this vector.
- copy() - Method in interface org.hipparchus.linear.RealMatrix
-
Returns a (deep) copy of this.
- copy() - Method in class org.hipparchus.linear.RealVector
-
Returns a (deep) copy of this vector.
- copy() - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Make a (deep) copy of this.
- copy() - Method in class org.hipparchus.linear.SparseFieldVector
-
Returns a (deep) copy of this.
- copy() - Method in class org.hipparchus.util.ResizableDoubleArray
-
Returns a copy of the ResizableDoubleArray.
- copysign(Dfp, Dfp) - Static method in class org.hipparchus.dfp.Dfp
-
Creates an instance that is the same as x except that it has the sign of y.
- copySign(byte, byte) - Static method in class org.hipparchus.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySign(double) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in interface org.hipparchus.CalculusFieldElement
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.complex.Complex
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.complex.FieldComplex
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.dfp.Dfp
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.util.Binary64
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.util.FieldTuple
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.util.Tuple
-
Returns the instance with the sign of the argument.
- copySign(double, double) - Static method in class org.hipparchus.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySign(float, float) - Static method in class org.hipparchus.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySign(int, int) - Static method in class org.hipparchus.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySign(long, long) - Static method in class org.hipparchus.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySign(short, short) - Static method in class org.hipparchus.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySign(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Returns the instance with the sign of the argument.
- copySign(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Returns the instance with the sign of the argument.
- copySign(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Returns the instance with the sign of the argument.
- copySign(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Returns the instance with the sign of the argument.
- copySign(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Returns the instance with the sign of the argument.
- copySign(Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Returns the instance with the sign of the argument.
- copySign(SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Returns the instance with the sign of the argument.
- copySign(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Returns the instance with the sign of the argument.
- copySign(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Returns the instance with the sign of the argument.
- copySign(Complex) - Method in class org.hipparchus.complex.Complex
-
Returns the instance with the sign of the argument.
- copySign(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Returns the instance with the sign of the argument.
- copySign(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Returns the instance with the sign of the argument.
- copySign(Binary64) - Method in class org.hipparchus.util.Binary64
-
Returns the instance with the sign of the argument.
- copySign(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Returns the instance with the sign of the argument.
- copySign(Tuple) - Method in class org.hipparchus.util.Tuple
-
Returns the instance with the sign of the argument.
- copySign(T) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Returns the instance with the sign of the argument.
- copySign(T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Returns the instance with the sign of the argument.
- copySign(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Returns the instance with the sign of the argument.
- copySign(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Returns the instance with the sign of the argument.
- copySign(T) - Method in interface org.hipparchus.CalculusFieldElement
-
Returns the instance with the sign of the argument.
- copySign(T, double) - Static method in class org.hipparchus.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySign(T, T) - Static method in class org.hipparchus.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySubMatrix(int[], int[], double[][]) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], double[][]) - Method in interface org.hipparchus.linear.RealMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], T[][]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], T[][]) - Method in interface org.hipparchus.linear.FieldMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, double[][]) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, double[][]) - Method in interface org.hipparchus.linear.RealMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, T[][]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, T[][]) - Method in interface org.hipparchus.linear.FieldMatrix
-
Copy a submatrix.
- copyValue(int, int) - Method in interface org.hipparchus.util.AbstractOpenIntHashMap.ValueCopier
-
Copy a value.
- CorrelatedRandomVectorGenerator - Class in org.hipparchus.random
-
A
RandomVectorGenerator
that generates vectors with with correlated components. - CorrelatedRandomVectorGenerator(double[], RealMatrix, double, NormalizedRandomGenerator) - Constructor for class org.hipparchus.random.CorrelatedRandomVectorGenerator
-
Builds a correlated random vector generator from its mean vector and covariance matrix.
- CorrelatedRandomVectorGenerator(RealMatrix, double, NormalizedRandomGenerator) - Constructor for class org.hipparchus.random.CorrelatedRandomVectorGenerator
-
Builds a null mean random correlated vector generator from its covariance matrix.
- cos() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Cosine operation.
- cos() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Cosine operation.
- cos() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Cosine operation.
- cos() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Cosine operation.
- cos() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Cosine operation.
- cos() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Cosine operation.
- cos() - Method in interface org.hipparchus.CalculusFieldElement
-
Cosine operation.
- cos() - Method in class org.hipparchus.complex.Complex
-
Compute the cosine of this complex number.
- cos() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the cosine of this complex number.
- cos() - Method in class org.hipparchus.dfp.Dfp
-
Cosine operation.
- cos() - Method in class org.hipparchus.util.Binary64
-
Cosine operation.
- cos() - Method in class org.hipparchus.util.FieldSinCos
-
Get the value of the cosine.
- cos() - Method in class org.hipparchus.util.FieldTuple
-
Cosine operation.
- cos() - Method in class org.hipparchus.util.SinCos
-
Get the value of the cosine.
- cos() - Method in class org.hipparchus.util.Tuple
-
Cosine operation.
- cos(double) - Static method in class org.hipparchus.util.FastMath
-
Cosine function.
- cos(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute cosine of a derivative structure.
- cos(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the cosine of the argument.
- cos(T) - Static method in class org.hipparchus.util.FastMath
-
Cosine function.
- cos(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute cosine of a derivative structure.
- Cos - Class in org.hipparchus.analysis.function
-
Cosine function.
- Cos() - Constructor for class org.hipparchus.analysis.function.Cos
-
Empty constructor.
- cosAngle(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Calculates the cosine of the angle between two vectors.
- cosh() - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Hyperbolic cosine operation.
- cosh() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Hyperbolic cosine operation.
- cosh() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Hyperbolic cosine operation.
- cosh() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Hyperbolic cosine operation.
- cosh() - Method in interface org.hipparchus.CalculusFieldElement
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.complex.Complex
-
Compute the hyperbolic cosine of this complex number.
- cosh() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the hyperbolic cosine of this complex number.
- cosh() - Method in class org.hipparchus.dfp.Dfp
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.util.Binary64
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.util.FieldSinhCosh
-
Get the value of the hyperbolic cosine.
- cosh() - Method in class org.hipparchus.util.FieldTuple
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.util.SinhCosh
-
Get the value of the hyperbolic cosine.
- cosh() - Method in class org.hipparchus.util.Tuple
-
Hyperbolic cosine operation.
- cosh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic cosine of a number.
- cosh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic cosine of a derivative structure.
- cosh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic cosine of a number.
- cosh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic cosine of a derivative structure.
- Cosh - Class in org.hipparchus.analysis.function
-
Hyperbolic cosine function.
- Cosh() - Constructor for class org.hipparchus.analysis.function.Cosh
-
Empty constructor.
- cosine(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Computes the cosine of the angle between this vector and the argument.
- cosInternal(Dfp[]) - Static method in class org.hipparchus.dfp.DfpMath
-
Computes cos(a) Used when 0 < a < pi/4.
- create() - Static method in class org.hipparchus.util.CombinatoricsUtils.FactorialLog
-
Creates an instance with no precomputed values.
- create(K, V) - Static method in class org.hipparchus.util.Pair
-
Convenience factory method that calls the
constructor
. - create(RealLinearOperator) - Static method in class org.hipparchus.linear.JacobiPreconditioner
-
Creates a new instance of this class.
- createBlocksLayout(int, int) - Static method in class org.hipparchus.linear.BlockRealMatrix
-
Create a data array in blocks layout.
- createBlocksLayout(Field<T>, int, int) - Static method in class org.hipparchus.linear.BlockFieldMatrix
-
Create a data array in blocks layout.
- createChebyshevPolynomial(int) - Static method in class org.hipparchus.analysis.polynomials.PolynomialsUtils
-
Create a Chebyshev polynomial of the first kind.
- createColumnFieldMatrix(T[]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Creates a column
FieldMatrix
using the data from the input array. - createColumnRealMatrix(double[]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Creates a column
RealMatrix
using the data from the input array. - createComplex(double, double) - Method in class org.hipparchus.complex.Complex
-
Create a complex number given the real and imaginary parts.
- createComplex(T, T) - Method in class org.hipparchus.complex.FieldComplex
-
Create a complex number given the real and imaginary parts.
- createConstant(double) - Static method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Factory method creating a constant.
- createFieldDiagonalMatrix(T[]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Returns a diagonal matrix with specified elements.
- createFieldIdentityMatrix(Field<T>, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Returns
dimension x dimension
identity matrix. - createFieldMatrix(Field<T>, int, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Returns a
FieldMatrix
with specified dimensions. - createFieldMatrix(T[][]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Returns a
FieldMatrix
whose entries are the the values in the the input array. - createFieldVector(Field<T>, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Creates a
FieldVector
with specified dimensions. - createFieldVector(T[]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Creates a
FieldVector
using the data from the input array. - createHermitePolynomial(int) - Static method in class org.hipparchus.analysis.polynomials.PolynomialsUtils
-
Create a Hermite polynomial.
- createInternalError() - Static method in exception org.hipparchus.exception.MathRuntimeException
-
Create an exception for an internal error.
- createInternalError(Throwable) - Static method in exception org.hipparchus.exception.MathRuntimeException
-
Create an exception for an internal error.
- createJacobiPolynomial(int, int, int) - Static method in class org.hipparchus.analysis.polynomials.PolynomialsUtils
-
Create a Jacobi polynomial.
- createLaguerrePolynomial(int) - Static method in class org.hipparchus.analysis.polynomials.PolynomialsUtils
-
Create a Laguerre polynomial.
- createLegendrePolynomial(int) - Static method in class org.hipparchus.analysis.polynomials.PolynomialsUtils
-
Create a Legendre polynomial.
- createMatrix(int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Create a new
FieldMatrix
of the same type as the instance with the supplied row and column dimensions. - createMatrix(int, int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Create a new
FieldMatrix
of the same type as the instance with the supplied row and column dimensions. - createMatrix(int, int) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Create a new
FieldMatrix
of the same type as the instance with the supplied row and column dimensions. - createMatrix(int, int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Create a new
FieldMatrix
of the same type as the instance with the supplied row and column dimensions. - createMatrix(int, int) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Create a new
FieldMatrix
of the same type as the instance with the supplied row and column dimensions. - createRealDiagonalMatrix(double[]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Returns a diagonal matrix with specified elements.
- createRealIdentityMatrix(int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Returns
dimension x dimension
identity matrix. - createRealMatrix(double[][]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Returns a
RealMatrix
whose entries are the the values in the the input array. - createRealMatrix(int, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Returns a
RealMatrix
with specified dimensions. - createRealVector(double[]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Creates a
RealVector
using the data from the input array. - createRealVector(int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Creates a
RealVector
with specified dimensions. - createRowFieldMatrix(T[]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Create a row
FieldMatrix
using the data from the input array. - createRowRealMatrix(double[]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Create a row
RealMatrix
using the data from the input array. - createVariable(int, double) - Static method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Factory method creating an independent variable.
- cs() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarS
-
Get the value of the cs function.
- cs() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarS
-
Get the value of the cs function.
- CUMULATIVE_PROBABILITY_RETURNED_NAN - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
CUMULATIVE_PROBABILITY_RETURNED_NAN.
- cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.BetaDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.CauchyDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.ConstantRealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.ExponentialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.FDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.GammaDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.GumbelDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.LaplaceDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.LevyDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.LogisticDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.LogNormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.NakagamiDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.NormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.ParetoDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.TDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.TriangularDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.UniformRealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.WeibullDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in interface org.hipparchus.distribution.RealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.hipparchus.distribution.discrete.BinomialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.hipparchus.distribution.discrete.EnumeratedIntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.hipparchus.distribution.discrete.GeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.hipparchus.distribution.discrete.PascalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.hipparchus.distribution.discrete.PoissonDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.hipparchus.distribution.discrete.UniformIntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in interface org.hipparchus.distribution.IntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
.
D
- dc() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarC
-
Get the value of the dc function.
- dc() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarC
-
Get the value of the dc function.
- decompose(double[][]) - Method in class org.hipparchus.linear.QRDecomposition
-
Decompose matrix.
- decompose(double[][]) - Method in class org.hipparchus.linear.RRQRDecomposition
-
Decompose matrix.
- decompose(FieldMatrix<T>) - Method in class org.hipparchus.linear.FieldLUDecomposer
-
Get a solver for finding the A × X = B solution in least square sense.
- decompose(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrixDecomposer
-
Get a solver for finding the A × X = B solution in least square sense.
- decompose(FieldMatrix<T>) - Method in class org.hipparchus.linear.FieldQRDecomposer
-
Get a solver for finding the A × X = B solution in least square sense.
- decompose(RealMatrix) - Method in class org.hipparchus.linear.CholeskyDecomposer
-
Get a solver for finding the A × X = B solution in least square sense.
- decompose(RealMatrix) - Method in class org.hipparchus.linear.LUDecomposer
-
Get a solver for finding the A × X = B solution in least square sense.
- decompose(RealMatrix) - Method in interface org.hipparchus.linear.MatrixDecomposer
-
Get a solver for finding the A × X = B solution in least square sense.
- decompose(RealMatrix) - Method in class org.hipparchus.linear.QRDecomposer
-
Get a solver for finding the A × X = B solution in least square sense.
- decompose(RealMatrix) - Method in class org.hipparchus.linear.SingularValueDecomposer
-
Get a solver for finding the A × X = B solution in least square sense.
- decompose(T[][]) - Method in class org.hipparchus.linear.FieldQRDecomposition
-
Decompose matrix.
- DecompositionSolver - Interface in org.hipparchus.linear
-
Interface handling decomposition algorithms that can solve A × X = B.
- DECREASING - Enum constant in enum org.hipparchus.util.MathArrays.OrderDirection
-
Constant for decreasing direction.
- decrementExact(int) - Static method in class org.hipparchus.util.FastMath
-
Decrement a number, detecting overflows.
- decrementExact(long) - Static method in class org.hipparchus.util.FastMath
-
Decrement a number, detecting overflows.
- DEFAULT_ABSOLUTE_ACCURACY - Static variable in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Default absolute accuracy.
- DEFAULT_ABSOLUTE_ACCURACY - Static variable in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Default absolute accuracy.
- DEFAULT_ABSOLUTE_ACCURACY - Static variable in class org.hipparchus.analysis.solvers.BaseSecantSolver
-
Default absolute accuracy.
- DEFAULT_ABSOLUTE_ACCURACY - Static variable in class org.hipparchus.analysis.solvers.SecantSolver
-
Default absolute accuracy.
- DEFAULT_ABSOLUTE_POSITIVITY_THRESHOLD - Static variable in class org.hipparchus.linear.CholeskyDecomposition
-
Default threshold below which diagonal elements are considered null and matrix not positive definite.
- DEFAULT_ACCURACY - Static variable in class org.hipparchus.analysis.interpolation.LoessInterpolator
-
Default value for accuracy.
- DEFAULT_ALPHA - Static variable in class org.hipparchus.util.MerweUnscentedTransform
-
Default value for alpha (0.5, see reference).
- DEFAULT_BANDWIDTH - Static variable in class org.hipparchus.analysis.interpolation.LoessInterpolator
-
Default value of the bandwidth parameter.
- DEFAULT_BETA - Static variable in class org.hipparchus.util.MerweUnscentedTransform
-
Default value for beta (2.0, see reference).
- DEFAULT_DECIMAL_DIGITS - Static variable in class org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Number of digits for Legendre high precision.
- DEFAULT_EIGENVECTORS_EQUALITY - Static variable in class org.hipparchus.linear.ComplexEigenDecomposition
-
Default threshold below which eigenvectors are considered equal.
- DEFAULT_EPSILON - Static variable in class org.hipparchus.distribution.discrete.PoissonDistribution
-
Default convergence criterion.
- DEFAULT_EPSILON - Static variable in class org.hipparchus.linear.ComplexEigenDecomposition
-
Default value to use for internal epsilon.
- DEFAULT_EPSILON - Static variable in class org.hipparchus.linear.EigenDecompositionNonSymmetric
-
Default epsilon value to use for internal epsilon
- DEFAULT_EPSILON - Static variable in class org.hipparchus.linear.EigenDecompositionSymmetric
-
Default epsilon value to use for internal epsilon
- DEFAULT_EPSILON_AV_VD_CHECK - Static variable in class org.hipparchus.linear.ComplexEigenDecomposition
-
Internally used epsilon criteria for final AV=VD check.
- DEFAULT_EXPECTED_SIZE - Static variable in class org.hipparchus.util.AbstractOpenIntHashMap
-
Default starting size.
- DEFAULT_EXTEND - Static variable in class org.hipparchus.analysis.interpolation.UnivariatePeriodicInterpolator
-
Default number of extension points of the samples array.
- DEFAULT_FORMAT - Static variable in class org.hipparchus.linear.MatrixUtils
-
The default format for
RealMatrix
objects. - DEFAULT_HIGH_EXP - Static variable in class org.hipparchus.util.RyuDouble
-
Default high switch level to scientific notation.
- DEFAULT_KAPPA - Static variable in class org.hipparchus.util.JulierUnscentedTransform
-
Default value for kappa, (0.0, see reference).
- DEFAULT_KAPPA - Static variable in class org.hipparchus.util.MerweUnscentedTransform
-
Default value for kappa, (0.0, see reference).
- DEFAULT_LOW_EXP - Static variable in class org.hipparchus.util.RyuDouble
-
Default low switch level to scientific notation.
- DEFAULT_MAX_ITERATIONS - Static variable in class org.hipparchus.distribution.discrete.PoissonDistribution
-
Default maximum number of iterations for cumulative probability calculations.
- DEFAULT_MAX_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Default maximal iteration count.
- DEFAULT_MAX_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Default maximal iteration count.
- DEFAULT_MIN_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Default minimal iteration count.
- DEFAULT_MIN_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Default minimal iteration count.
- DEFAULT_RELATIVE_ACCURACY - Static variable in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Default relative accuracy.
- DEFAULT_RELATIVE_ACCURACY - Static variable in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Default relative accuracy.
- DEFAULT_RELATIVE_SYMMETRY_THRESHOLD - Static variable in class org.hipparchus.linear.CholeskyDecomposition
-
Default threshold above which off-diagonal elements are considered too different and matrix not symmetric.
- DEFAULT_ROBUSTNESS_ITERS - Static variable in class org.hipparchus.analysis.interpolation.LoessInterpolator
-
Default value of the number of robustness iterations.
- DEFAULT_SOLVER_ABSOLUTE_ACCURACY - Static variable in class org.hipparchus.distribution.continuous.AbstractRealDistribution
-
Default absolute accuracy for inverse cumulative computation.
- DEFAULT_ZERO_TOLERANCE - Static variable in class org.hipparchus.linear.OpenMapRealVector
-
Default Tolerance for having a value considered zero.
- DefaultFieldMatrixChangingVisitor<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
Default implementation of the
FieldMatrixChangingVisitor
interface. - DefaultFieldMatrixChangingVisitor(T) - Constructor for class org.hipparchus.linear.DefaultFieldMatrixChangingVisitor
-
Build a new instance.
- DefaultFieldMatrixPreservingVisitor<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
Default implementation of the
FieldMatrixPreservingVisitor
interface. - DefaultFieldMatrixPreservingVisitor(T) - Constructor for class org.hipparchus.linear.DefaultFieldMatrixPreservingVisitor
-
Build a new instance.
- DefaultIterativeLinearSolverEvent - Class in org.hipparchus.linear
-
A default concrete implementation of the abstract class
IterativeLinearSolverEvent
. - DefaultIterativeLinearSolverEvent(Object, int, RealVector, RealVector, double) - Constructor for class org.hipparchus.linear.DefaultIterativeLinearSolverEvent
-
Creates a new instance of this class.
- DefaultIterativeLinearSolverEvent(Object, int, RealVector, RealVector, RealVector, double) - Constructor for class org.hipparchus.linear.DefaultIterativeLinearSolverEvent
-
Creates a new instance of this class.
- DefaultRealMatrixChangingVisitor - Class in org.hipparchus.linear
-
Default implementation of the
RealMatrixChangingVisitor
interface. - DefaultRealMatrixChangingVisitor() - Constructor for class org.hipparchus.linear.DefaultRealMatrixChangingVisitor
-
Empty constructor.
- DefaultRealMatrixPreservingVisitor - Class in org.hipparchus.linear
-
Default implementation of the
RealMatrixPreservingVisitor
interface. - DefaultRealMatrixPreservingVisitor() - Constructor for class org.hipparchus.linear.DefaultRealMatrixPreservingVisitor
-
Empty constructor.
- degree() - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Returns the degree of the polynomial.
- degree() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Returns the degree of the polynomial.
- degree() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Returns the degree of the polynomial.
- degree() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Returns the degree of the polynomial.
- DEGREES_OF_FREEDOM - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DEGREES_OF_FREEDOM.
- delegate() - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the backing delegate instance that methods are forwarded to.
- DENOMINATOR - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DENOMINATOR.
- DENOMINATOR_FORMAT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DENOMINATOR_FORMAT.
- density(double) - Method in class org.hipparchus.distribution.continuous.BetaDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.CauchyDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.ConstantRealDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - density(double) - Method in class org.hipparchus.distribution.continuous.ExponentialDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.FDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.GammaDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.GumbelDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.LaplaceDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.LevyDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.LogisticDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.LogNormalDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.NakagamiDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.NormalDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.ParetoDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.TDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.TriangularDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.UniformRealDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.hipparchus.distribution.continuous.WeibullDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in interface org.hipparchus.distribution.RealDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double[]) - Method in class org.hipparchus.distribution.multivariate.MixtureMultivariateRealDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double[]) - Method in class org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double[]) - Method in interface org.hipparchus.distribution.MultivariateRealDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - DependentVectorsHandler - Enum in org.hipparchus.linear
-
Enumerate to specify how dependent vectors should be handled in
MatrixUtils.orthonormalize(List, double, DependentVectorsHandler)
andMatrixUtils.orthonormalize(Field, List, CalculusFieldElement, DependentVectorsHandler)
. - DERIVATION_ORDER_NOT_ALLOWED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DERIVATION_ORDER_NOT_ALLOWED.
- derivative(MultivariateDifferentiableFunction, int[]) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Convert an
MultivariateDifferentiableFunction
to anMultivariateFunction
computing nth order derivative. - derivative(UnivariateDifferentiableFunction, int) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Convert an
UnivariateDifferentiableFunction
to anUnivariateFunction
computing nth order derivative. - Derivative<T extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis.differentiation
-
Interface representing both the value and the differentials of a function.
- Derivative1<T extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis.differentiation
-
Interface representing an object holding partial derivatives up to first order.
- derivatives(double, int) - Method in class org.hipparchus.analysis.interpolation.HermiteInterpolator
-
Interpolate value and first derivatives at a specified abscissa.
- derivatives(T, int) - Method in class org.hipparchus.analysis.interpolation.FieldHermiteInterpolator
-
Interpolate value and first derivatives at a specified abscissa.
- DerivativeStructure - Class in org.hipparchus.analysis.differentiation
-
Class representing both the value and the differentials of a function.
- Dfp - Class in org.hipparchus.dfp
-
Decimal floating point library for Java
- Dfp(Dfp) - Constructor for class org.hipparchus.dfp.Dfp
-
Copy constructor.
- Dfp(DfpField) - Constructor for class org.hipparchus.dfp.Dfp
-
Makes an instance with a value of zero.
- Dfp(DfpField, byte) - Constructor for class org.hipparchus.dfp.Dfp
-
Create an instance from a byte value.
- Dfp(DfpField, byte, byte) - Constructor for class org.hipparchus.dfp.Dfp
-
Creates an instance with a non-finite value.
- Dfp(DfpField, double) - Constructor for class org.hipparchus.dfp.Dfp
-
Create an instance from a double value.
- Dfp(DfpField, int) - Constructor for class org.hipparchus.dfp.Dfp
-
Create an instance from an int value.
- Dfp(DfpField, long) - Constructor for class org.hipparchus.dfp.Dfp
-
Create an instance from a long value.
- Dfp(DfpField, String) - Constructor for class org.hipparchus.dfp.Dfp
-
Create an instance from a String representation.
- dfp2sci() - Method in class org.hipparchus.dfp.Dfp
-
Convert an instance to a string using scientific notation.
- dfp2string() - Method in class org.hipparchus.dfp.Dfp
-
Convert an instance to a string using normal notation.
- DfpDec - Class in org.hipparchus.dfp
-
Subclass of
Dfp
which hides the radix-10000 artifacts of the superclass. - DfpDec(Dfp) - Constructor for class org.hipparchus.dfp.DfpDec
-
Copy constructor.
- DfpDec(DfpField) - Constructor for class org.hipparchus.dfp.DfpDec
-
Makes an instance with a value of zero.
- DfpDec(DfpField, byte) - Constructor for class org.hipparchus.dfp.DfpDec
-
Create an instance from a byte value.
- DfpDec(DfpField, byte, byte) - Constructor for class org.hipparchus.dfp.DfpDec
-
Creates an instance with a non-finite value.
- DfpDec(DfpField, double) - Constructor for class org.hipparchus.dfp.DfpDec
-
Create an instance from a double value.
- DfpDec(DfpField, int) - Constructor for class org.hipparchus.dfp.DfpDec
-
Create an instance from an int value.
- DfpDec(DfpField, long) - Constructor for class org.hipparchus.dfp.DfpDec
-
Create an instance from a long value.
- DfpDec(DfpField, String) - Constructor for class org.hipparchus.dfp.DfpDec
-
Create an instance from a String representation.
- DfpField - Class in org.hipparchus.dfp
-
Field for Decimal floating point instances.
- DfpField(int) - Constructor for class org.hipparchus.dfp.DfpField
-
Create a factory for the specified number of radix digits.
- DfpField.RoundingMode - Enum in org.hipparchus.dfp
-
Enumerate for rounding modes.
- DfpMath - Class in org.hipparchus.dfp
-
Mathematical routines for use with
Dfp
. - DiagonalMatrix - Class in org.hipparchus.linear
-
Implementation of a diagonal matrix.
- DiagonalMatrix(double[]) - Constructor for class org.hipparchus.linear.DiagonalMatrix
-
Creates a matrix using the input array as the underlying data.
- DiagonalMatrix(double[], boolean) - Constructor for class org.hipparchus.linear.DiagonalMatrix
-
Creates a matrix using the input array as the underlying data.
- DiagonalMatrix(int) - Constructor for class org.hipparchus.linear.DiagonalMatrix
-
Creates a matrix with the supplied dimension.
- difference(FieldSinCos<S>, FieldSinCos<S>) - Static method in class org.hipparchus.util.FieldSinCos
-
Compute sine and cosine of angles difference.
- difference(FieldSinhCosh<S>, FieldSinhCosh<S>) - Static method in class org.hipparchus.util.FieldSinhCosh
-
Compute hyperbolic sine and hyperbolic cosine of angles difference.
- difference(SinCos, SinCos) - Static method in class org.hipparchus.util.SinCos
-
Compute sine and cosine of angles difference.
- difference(SinhCosh, SinhCosh) - Static method in class org.hipparchus.util.SinhCosh
-
Compute hyperbolic sine and hyperbolic cosine of angles difference.
- DIFFERENT_ROWS_LENGTHS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DIFFERENT_ROWS_LENGTHS.
- DifferentialAlgebra - Interface in org.hipparchus.analysis.differentiation
-
Interface representing an object holding partial derivatives.
- differentiate(double[]) - Static method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Returns the coefficients of the derivative of the polynomial with the given coefficients.
- differentiate(int, int) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Differentiate w.r.t.
- differentiate(int, int) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Differentiate w.r.t.
- differentiate(UnivariateFunction) - Method in class org.hipparchus.analysis.differentiation.FiniteDifferencesDifferentiator
-
Create an implementation of a
differential
from a regularfunction
. - differentiate(UnivariateFunction) - Method in interface org.hipparchus.analysis.differentiation.UnivariateFunctionDifferentiator
-
Create an implementation of a
differential
from a regularfunction
. - differentiate(UnivariateMatrixFunction) - Method in class org.hipparchus.analysis.differentiation.FiniteDifferencesDifferentiator
-
Create an implementation of a
differential
from a regularmatrix function
. - differentiate(UnivariateMatrixFunction) - Method in interface org.hipparchus.analysis.differentiation.UnivariateMatrixFunctionDifferentiator
-
Create an implementation of a
differential
from a regularmatrix function
. - differentiate(UnivariateVectorFunction) - Method in class org.hipparchus.analysis.differentiation.FiniteDifferencesDifferentiator
-
Create an implementation of a
differential
from a regularvector function
. - differentiate(UnivariateVectorFunction) - Method in interface org.hipparchus.analysis.differentiation.UnivariateVectorFunctionDifferentiator
-
Create an implementation of a
differential
from a regularvector function
. - differentiate(T[]) - Static method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Returns the coefficients of the derivative of the polynomial with the given coefficients.
- digamma(double) - Static method in class org.hipparchus.special.Gamma
-
Computes the digamma function of x.
- digamma(T) - Static method in class org.hipparchus.special.Gamma
-
Computes the digamma function of x.
- DIGEST_NOT_INITIALIZED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DIGEST_NOT_INITIALIZED.
- DIMENSION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DIMENSION.
- DIMENSIONS_MISMATCH - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DIMENSIONS_MISMATCH.
- DIMENSIONS_MISMATCH_2x2 - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DIMENSIONS_MISMATCH_2x2.
- discardFrontElements(int) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Discards the
i
initial elements of the array. - discardMostRecentElements(int) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Discards the
i
last elements of the array. - DISCRETE_CUMULATIVE_PROBABILITY_RETURNED_NAN - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DISCRETE_CUMULATIVE_PROBABILITY_RETURNED_NAN.
- distance(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Calculates the L2 (Euclidean) distance between two points.
- distance(int[], int[]) - Static method in class org.hipparchus.util.MathArrays
-
Calculates the L2 (Euclidean) distance between two points.
- distance1(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Calculates the L1 (sum of abs) distance between two points.
- distance1(int[], int[]) - Static method in class org.hipparchus.util.MathArrays
-
Calculates the L1 (sum of abs) distance between two points.
- distanceInf(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Calculates the L∞ (max of abs) distance between two points.
- distanceInf(int[], int[]) - Static method in class org.hipparchus.util.MathArrays
-
Calculates the L∞ (max of abs) distance between two points.
- DISTRIBUTION_NOT_LOADED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DISTRIBUTION_NOT_LOADED.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
'÷' operator.
- divide(double) - Method in interface org.hipparchus.CalculusFieldElement
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.complex.Complex
-
Returns a
Complex
whose value is(this / divisor)
, withdivisor
interpreted as a real number. - divide(double) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value is(this / divisor)
, withdivisor
interpreted as a real number. - divide(double) - Method in class org.hipparchus.util.Binary64
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.util.FieldTuple
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.util.Tuple
-
'÷' operator.
- divide(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform division of two derivative structures.
- divide(int) - Method in class org.hipparchus.dfp.Dfp
-
Divide by a single digit less than radix.
- divide(int) - Method in class org.hipparchus.fraction.BigFraction
-
Divide the value of this fraction by the passed
int
, iethis * 1 / i
, returning the result in reduced form. - divide(int) - Method in class org.hipparchus.fraction.Fraction
-
Divide the fraction by an integer.
- divide(long) - Method in class org.hipparchus.fraction.BigFraction
-
Divide the value of this fraction by the passed
long
, iethis * 1 / l
, returning the result in reduced form. - divide(BigInteger) - Method in class org.hipparchus.fraction.BigFraction
-
Divide the value of this fraction by the passed
BigInteger
, iethis * 1 / bg
, returning the result in reduced form. - divide(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute this ÷ a.
- divide(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute this ÷ a.
- divide(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute this ÷ a.
- divide(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute this ÷ a.
- divide(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute this ÷ a.
- divide(Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute this ÷ a.
- divide(SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute this ÷ a.
- divide(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute this ÷ a.
- divide(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute this ÷ a.
- divide(Complex) - Method in class org.hipparchus.complex.Complex
-
Returns a
Complex
whose value is(this / divisor)
. - divide(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value is(this / divisor)
. - divide(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Divide this by divisor.
- divide(BigFraction) - Method in class org.hipparchus.fraction.BigFraction
-
Divide the value of this fraction by another, returning the result in reduced form.
- divide(Fraction) - Method in class org.hipparchus.fraction.Fraction
-
Divide the value of this fraction by another.
- divide(BigReal) - Method in class org.hipparchus.util.BigReal
-
Compute this ÷ a.
- divide(Binary64) - Method in class org.hipparchus.util.Binary64
-
Compute this ÷ a.
- divide(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute this ÷ a.
- divide(Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute this ÷ a.
- divide(T) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'÷' operator.
- divide(T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'÷' operator.
- divide(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'÷' operator.
- divide(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'÷' operator.
- divide(T) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute this ÷ a.
- divide(T) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value is(this / divisor)
, withdivisor
interpreted as a real number. - divide(T) - Method in interface org.hipparchus.FieldElement
-
Compute this ÷ a.
- divide(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform division of two derivative structures.
- Divide - Class in org.hipparchus.analysis.function
-
Divide the first operand by the second.
- Divide() - Constructor for class org.hipparchus.analysis.function.Divide
-
Empty constructor.
- DividedDifferenceInterpolator - Class in org.hipparchus.analysis.interpolation
-
Implements the Divided Difference Algorithm for interpolation of real univariate functions.
- DividedDifferenceInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.DividedDifferenceInterpolator
-
Empty constructor.
- divideExact(int, int) - Static method in class org.hipparchus.util.FastMath
-
Divide two integers, checking for overflow.
- divideExact(long, long) - Static method in class org.hipparchus.util.FastMath
-
Divide two long integers, checking for overflow.
- divideUnsigned(int, int) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Returns the unsigned quotient of dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
- divideUnsigned(long, long) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Returns the unsigned quotient of dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
- dn() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarN
-
Get the value of the dn function.
- dn() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarN
-
Get the value of the dn function.
- doGrowTable(int, AbstractOpenIntHashMap.ValueCopier) - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Grow the tables.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.FieldMidPointIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.FieldRombergIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.FieldSimpsonIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.FieldTrapezoidIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.IterativeLegendreFieldGaussIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.IterativeLegendreGaussIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.MidPointIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.RombergIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.SimpsonIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doIntegrate() - Method in class org.hipparchus.analysis.integration.TrapezoidIntegrator
-
Method for implementing actual integration algorithms in derived classes.
- doRemove(int) - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Remove an element at specified index.
- doSolve() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Method for implementing actual optimization algorithms in derived classes.
- doSolve() - Method in class org.hipparchus.analysis.solvers.BaseSecantSolver
-
Method for implementing actual optimization algorithms in derived classes.
- doSolve() - Method in class org.hipparchus.analysis.solvers.BisectionSolver
-
Method for implementing actual optimization algorithms in derived classes.
- doSolve() - Method in class org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Method for implementing actual optimization algorithms in derived classes.
- doSolve() - Method in class org.hipparchus.analysis.solvers.BrentSolver
-
Method for implementing actual optimization algorithms in derived classes.
- doSolve() - Method in class org.hipparchus.analysis.solvers.LaguerreSolver
-
Method for implementing actual optimization algorithms in derived classes.
- doSolve() - Method in class org.hipparchus.analysis.solvers.MullerSolver
-
Method for implementing actual optimization algorithms in derived classes.
- doSolve() - Method in class org.hipparchus.analysis.solvers.MullerSolver2
-
Method for implementing actual optimization algorithms in derived classes.
- doSolve() - Method in class org.hipparchus.analysis.solvers.NewtonRaphsonSolver
-
Method for implementing actual optimization algorithms in derived classes.
- doSolve() - Method in class org.hipparchus.analysis.solvers.RiddersSolver
-
Method for implementing actual optimization algorithms in derived classes.
- doSolve() - Method in class org.hipparchus.analysis.solvers.SecantSolver
-
Method for implementing actual optimization algorithms in derived classes.
- doSolveInterval() - Method in class org.hipparchus.analysis.solvers.BaseSecantSolver
-
Find a root and return the containing interval.
- doSolveInterval() - Method in class org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Find a root and return the containing interval.
- dotProduct(Quaternion) - Method in class org.hipparchus.complex.Quaternion
-
Computes the dot-product of the instance by a quaternion.
- dotProduct(Quaternion, Quaternion) - Static method in class org.hipparchus.complex.Quaternion
-
Computes the dot-product of two quaternions.
- dotProduct(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute the dot product.
- dotProduct(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute the dot product.
- dotProduct(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Compute the dot product.
- dotProduct(FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Compute the dot product.
- dotProduct(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Compute the dot product of this vector with
v
. - dotProduct(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Compute the dot product of this vector with
v
. - dotrap(int, String, Dfp, Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Raises a trap.
- doubleToString(double) - Static method in class org.hipparchus.util.RyuDouble
-
Convert a double to shortest string representation, preserving full accuracy.
- doubleToString(double, int, int) - Static method in class org.hipparchus.util.RyuDouble
-
Convert a double to shortest string representation, preserving full accuracy.
- doubleValue() - Method in class org.hipparchus.fraction.BigFraction
-
Gets the fraction as a
double
. - doubleValue() - Method in class org.hipparchus.fraction.Fraction
-
Gets the fraction as a
double
. - doubleValue() - Method in class org.hipparchus.util.BigReal
-
Get the double value corresponding to the instance.
- doubleValue() - Method in class org.hipparchus.util.Binary64
- ds() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarS
-
Get the value of the ds function.
- ds() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarS
-
Get the value of the ds function.
- DSCompiler - Class in org.hipparchus.analysis.differentiation
-
Class holding "compiled" computation rules for derivative structures.
- DSFactory - Class in org.hipparchus.analysis.differentiation
-
Factory for
DerivativeStructure
. - DSFactory(int, int) - Constructor for class org.hipparchus.analysis.differentiation.DSFactory
-
Simple constructor.
- DSFactory.DSField - Class in org.hipparchus.analysis.differentiation
-
Field for {link DerivativeStructure} instances.
- DummyLocalizable - Class in org.hipparchus.exception
-
Dummy implementation of the
Localizable
interface, without localization. - DummyLocalizable(String) - Constructor for class org.hipparchus.exception.DummyLocalizable
-
Simple constructor.
- DUPLICATED_ABSCISSA_DIVISION_BY_ZERO - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
DUPLICATED_ABSCISSA_DIVISION_BY_ZERO.
E
- E - Static variable in class org.hipparchus.util.FastMath
-
Napier's constant e, base of the natural logarithm.
- ebeAdd(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Creates an array whose contents will be the element-by-element addition of the arguments.
- ebeDivide(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Creates an array whose contents will be the element-by-element division of the first argument by the second.
- ebeDivide(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Element-by-element division.
- ebeDivide(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Element-by-element division.
- ebeDivide(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Element-by-element division.
- ebeDivide(FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Element-by-element division.
- ebeDivide(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Element-by-element division.
- ebeDivide(RealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Element-by-element division.
- ebeDivide(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Element-by-element division.
- ebeMultiply(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Creates an array whose contents will be the element-by-element multiplication of the arguments.
- ebeMultiply(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Element-by-element multiplication.
- ebeMultiply(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Element-by-element multiplication.
- ebeMultiply(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Element-by-element multiplication.
- ebeMultiply(FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Element-by-element multiplication.
- ebeMultiply(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Element-by-element multiplication.
- ebeMultiply(RealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Element-by-element multiplication.
- ebeMultiply(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Element-by-element multiplication.
- ebeSubtract(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Creates an array whose contents will be the element-by-element subtraction of the second argument from the first.
- EigenDecompositionNonSymmetric - Class in org.hipparchus.linear
-
Calculates the eigen decomposition of a non-symmetric real matrix.
- EigenDecompositionNonSymmetric(RealMatrix) - Constructor for class org.hipparchus.linear.EigenDecompositionNonSymmetric
-
Calculates the eigen decomposition of the given real matrix.
- EigenDecompositionNonSymmetric(RealMatrix, double) - Constructor for class org.hipparchus.linear.EigenDecompositionNonSymmetric
-
Calculates the eigen decomposition of the given real matrix.
- EigenDecompositionSymmetric - Class in org.hipparchus.linear
-
Calculates the eigen decomposition of a symmetric real matrix.
- EigenDecompositionSymmetric(double[], double[]) - Constructor for class org.hipparchus.linear.EigenDecompositionSymmetric
-
Calculates the eigen decomposition of the symmetric tridiagonal matrix.
- EigenDecompositionSymmetric(double[], double[], double, boolean) - Constructor for class org.hipparchus.linear.EigenDecompositionSymmetric
-
Calculates the eigen decomposition of the symmetric tridiagonal matrix.
- EigenDecompositionSymmetric(RealMatrix) - Constructor for class org.hipparchus.linear.EigenDecompositionSymmetric
-
Calculates the eigen decomposition of the given symmetric real matrix.
- EigenDecompositionSymmetric(RealMatrix, double, boolean) - Constructor for class org.hipparchus.linear.EigenDecompositionSymmetric
-
Calculates the eigen decomposition of the given real matrix.
- EMPTY_INTERPOLATION_SAMPLE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
EMPTY_INTERPOLATION_SAMPLE.
- EMPTY_POLYNOMIALS_COEFFICIENTS_ARRAY - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
EMPTY_POLYNOMIALS_COEFFICIENTS_ARRAY.
- EMPTY_SELECTED_COLUMN_INDEX_ARRAY - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
EMPTY_SELECTED_COLUMN_INDEX_ARRAY.
- EMPTY_SELECTED_ROW_INDEX_ARRAY - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
EMPTY_SELECTED_ROW_INDEX_ARRAY.
- end() - Method in class org.hipparchus.linear.DefaultFieldMatrixChangingVisitor
-
End visiting a matrix.
- end() - Method in class org.hipparchus.linear.DefaultFieldMatrixPreservingVisitor
-
End visiting a matrix.
- end() - Method in class org.hipparchus.linear.DefaultRealMatrixChangingVisitor
-
End visiting a matrix.
- end() - Method in class org.hipparchus.linear.DefaultRealMatrixPreservingVisitor
-
End visiting a matrix.
- end() - Method in interface org.hipparchus.linear.FieldMatrixChangingVisitor
-
End visiting a matrix.
- end() - Method in interface org.hipparchus.linear.FieldMatrixPreservingVisitor
-
End visiting a matrix.
- end() - Method in interface org.hipparchus.linear.FieldVectorChangingVisitor
-
End visiting a vector.
- end() - Method in interface org.hipparchus.linear.FieldVectorPreservingVisitor
-
End visiting a vector.
- end() - Method in interface org.hipparchus.linear.RealMatrixChangingVisitor
-
End visiting a matrix.
- end() - Method in interface org.hipparchus.linear.RealMatrixPreservingVisitor
-
End visiting a matrix.
- end() - Method in interface org.hipparchus.linear.RealVectorChangingVisitor
-
End visiting a vector.
- end() - Method in interface org.hipparchus.linear.RealVectorPreservingVisitor
-
End visiting a vector.
- ENDPOINTS_NOT_AN_INTERVAL - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ENDPOINTS_NOT_AN_INTERVAL.
- enforceSymmetry(double[]) - Method in class org.hipparchus.analysis.integration.gauss.AbstractRuleFactory
-
Enforce symmetry of roots.
- enforceSymmetry(T[]) - Method in class org.hipparchus.analysis.integration.gauss.FieldAbstractRuleFactory
-
Enforce symmetry of roots.
- Entry() - Constructor for class org.hipparchus.linear.RealVector.Entry
-
Simple constructor.
- EnumeratedDistribution<T> - Class in org.hipparchus.distribution
-
A generic implementation of a discrete probability distribution (Wikipedia) over a finite sample space, based on an enumerated list of <value, probability> pairs.
- EnumeratedDistribution(List<Pair<T, Double>>) - Constructor for class org.hipparchus.distribution.EnumeratedDistribution
-
Create an enumerated distribution using the given probability mass function enumeration.
- EnumeratedIntegerDistribution - Class in org.hipparchus.distribution.discrete
-
Implementation of an integer-valued
EnumeratedDistribution
. - EnumeratedIntegerDistribution(int[]) - Constructor for class org.hipparchus.distribution.discrete.EnumeratedIntegerDistribution
-
Create a discrete integer-valued distribution from the input data.
- EnumeratedIntegerDistribution(int[], double[]) - Constructor for class org.hipparchus.distribution.discrete.EnumeratedIntegerDistribution
-
Create a discrete distribution using the given probability mass function definition.
- EnumeratedRealDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of a real-valued
EnumeratedDistribution
. - EnumeratedRealDistribution(double[]) - Constructor for class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
Create a discrete real-valued distribution from the input data.
- EnumeratedRealDistribution(double[], double[]) - Constructor for class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
Create a discrete real-valued distribution using the given probability mass function enumeration.
- EPSILON - Static variable in class org.hipparchus.util.Precision
-
Largest double-precision floating-point number such that
1 + EPSILON
is numerically equal to 1. - equalKeys(AbstractOpenIntHashMap) - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Check if keys are equals.
- equals(byte[], byte[]) - Static method in class org.hipparchus.util.MathArrays
-
Returns
true
if both arguments arenull
or have same dimensions and all their elements are equals. - equals(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Returns
true
iff both arguments arenull
or have same dimensions and all their elements are equal as defined byPrecision.equals(double,double)
. - equals(double, double) - Static method in class org.hipparchus.util.MathUtils
-
Returns
true
if the values are equal according to semantics ofDouble.equals(Object)
. - equals(double, double) - Static method in class org.hipparchus.util.Precision
-
Returns true iff they are equal as defined by
equals(x, y, 1)
. - equals(double, double, double) - Static method in class org.hipparchus.util.Precision
-
Returns
true
if there is no double value strictly between the arguments or the difference between them is within the range of allowed error (inclusive). - equals(double, double, int) - Static method in class org.hipparchus.util.Precision
-
Returns true if the arguments are equal or within the range of allowed error (inclusive).
- equals(float[], float[]) - Static method in class org.hipparchus.util.MathArrays
-
Returns true iff both arguments are null or have same dimensions and all their elements are equal as defined by
Precision.equals(float,float)
. - equals(float, float) - Static method in class org.hipparchus.util.Precision
-
Returns true iff they are equal as defined by
equals(x, y, 1)
. - equals(float, float, float) - Static method in class org.hipparchus.util.Precision
-
Returns true if the arguments are equal or within the range of allowed error (inclusive).
- equals(float, float, int) - Static method in class org.hipparchus.util.Precision
-
Returns true if the arguments are equal or within the range of allowed error (inclusive).
- equals(int[], int[]) - Static method in class org.hipparchus.util.MathArrays
-
Returns
true
if both arguments arenull
or have same dimensions and all their elements are equals. - equals(long[], long[]) - Static method in class org.hipparchus.util.MathArrays
-
Returns
true
if both arguments arenull
or have same dimensions and all their elements are equals. - equals(short[], short[]) - Static method in class org.hipparchus.util.MathArrays
-
Returns
true
if both arguments arenull
or have same dimensions and all their elements are equals. - equals(Object) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Test for the equality of two derivative structures.
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.DSFactory.DSField
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.FDSFactory.DerivativeField
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Test for the equality of two univariate derivatives.
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.FieldGradientField
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Test for the equality of two univariate derivatives.
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1Field
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Test for the equality of two univariate derivatives.
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2Field
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Test for the equality of two univariate derivatives.
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.GradientField
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Test for the equality of two sparse gradients.
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Test for the equality of two univariate derivatives.
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1Field
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Test for the equality of two univariate derivatives.
- equals(Object) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2Field
- equals(Object) - Method in class org.hipparchus.analysis.polynomials.JacobiKey
-
Check if the instance represent the same key as another instance.
- equals(Object) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
- equals(Object) - Method in class org.hipparchus.complex.Complex
-
Test for equality with another object.
- equals(Object) - Method in class org.hipparchus.complex.ComplexField
- equals(Object) - Method in class org.hipparchus.complex.FieldComplex
-
Test for equality with another object.
- equals(Object) - Method in class org.hipparchus.complex.FieldComplexField
- equals(Object) - Method in class org.hipparchus.complex.Quaternion
- equals(Object) - Method in class org.hipparchus.dfp.Dfp
-
Check if instance is equal to x.
- equals(Object) - Method in class org.hipparchus.dfp.DfpField
- equals(Object) - Method in class org.hipparchus.fraction.BigFraction
-
Test for the equality of two fractions.
- equals(Object) - Method in class org.hipparchus.fraction.BigFractionField
- equals(Object) - Method in class org.hipparchus.fraction.Fraction
-
Test for the equality of two fractions.
- equals(Object) - Method in class org.hipparchus.fraction.FractionField
- equals(Object) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns true iff
object
is aFieldMatrix
instance with the same dimensions as this and all corresponding matrix entries are equal. - equals(Object) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns true iff
object
is aRealMatrix
instance with the same dimensions as this and all corresponding matrix entries are equal. - equals(Object) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Test for the equality of two vectors.
- equals(Object) - Method in class org.hipparchus.linear.ArrayRealVector
-
Test for the equality of two real vectors.
- equals(Object) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Test for the equality of two real vectors.
- equals(Object) - Method in class org.hipparchus.linear.RealVector
-
Test for the equality of two real vectors.
- equals(Object) - Method in class org.hipparchus.linear.SparseFieldVector
- equals(Object) - Method in class org.hipparchus.util.BigReal
- equals(Object) - Method in class org.hipparchus.util.BigRealField
- equals(Object) - Method in class org.hipparchus.util.Binary64
- equals(Object) - Method in class org.hipparchus.util.Binary64Field
- equals(Object) - Method in class org.hipparchus.util.FieldTuple
- equals(Object) - Method in class org.hipparchus.util.OpenIntToDoubleHashMap
- equals(Object) - Method in class org.hipparchus.util.OpenIntToFieldHashMap
- equals(Object) - Method in class org.hipparchus.util.Pair
-
Compare the specified object with this entry for equality.
- equals(Object) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Returns true iff object is a ResizableDoubleArray with the same properties as this and an identical internal storage array.
- equals(Object) - Method in class org.hipparchus.util.Tuple
- equals(Complex, Complex) - Static method in class org.hipparchus.complex.Complex
-
Returns
true
iff the values are equal as defined byequals(x, y, 1)
. - equals(Complex, Complex, double) - Static method in class org.hipparchus.complex.Complex
-
Returns
true
if, both for the real part and for the imaginary part, there is no double value strictly between the arguments or the difference between them is within the range of allowed error (inclusive). - equals(Complex, Complex, int) - Static method in class org.hipparchus.complex.Complex
-
Test for the floating-point equality between Complex objects.
- equals(FieldComplex<T>, FieldComplex<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Returns
true
iff the values are equal as defined byequals(x, y, 1)
. - equals(FieldComplex<T>, FieldComplex<T>, double) - Static method in class org.hipparchus.complex.FieldComplex
-
Returns
true
if, both for the real part and for the imaginary part, there is no T value strictly between the arguments or the difference between them is within the range of allowed error (inclusive). - equals(FieldComplex<T>, FieldComplex<T>, int) - Static method in class org.hipparchus.complex.FieldComplex
-
Test for the floating-point equality between Complex objects.
- equals(Quaternion, double) - Method in class org.hipparchus.complex.Quaternion
-
Checks whether this instance is equal to another quaternion within a given tolerance.
- equalsIncludingNaN(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Returns
true
iff both arguments arenull
or have same dimensions and all their elements are equal as defined bythis method
. - equalsIncludingNaN(double, double) - Static method in class org.hipparchus.util.Precision
-
Returns true if the arguments are both NaN or they are equal as defined by
equals(x, y, 1)
. - equalsIncludingNaN(double, double, double) - Static method in class org.hipparchus.util.Precision
-
Returns true if the arguments are both NaN, are equal or are within the range of allowed error (inclusive).
- equalsIncludingNaN(double, double, int) - Static method in class org.hipparchus.util.Precision
-
Returns true if both arguments are NaN or if they are equal as defined by
equals(x, y, maxUlps)
. - equalsIncludingNaN(float[], float[]) - Static method in class org.hipparchus.util.MathArrays
-
Returns true iff both arguments are null or have same dimensions and all their elements are equal as defined by
this method
. - equalsIncludingNaN(float, float) - Static method in class org.hipparchus.util.Precision
-
Returns true if both arguments are NaN or they are equal as defined by
equals(x, y, 1)
. - equalsIncludingNaN(float, float, float) - Static method in class org.hipparchus.util.Precision
-
Returns true if the arguments are both NaN, are equal, or are within the range of allowed error (inclusive).
- equalsIncludingNaN(float, float, int) - Static method in class org.hipparchus.util.Precision
-
Returns true if the arguments are both NaN or if they are equal as defined by
equals(x, y, maxUlps)
. - equalStates(AbstractOpenIntHashMap) - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Check if states are equals.
- equalsWithRelativeTolerance(double, double, double) - Static method in class org.hipparchus.util.Precision
-
Returns
true
if there is no double value strictly between the arguments or the relative difference between them is less than or equal to the given tolerance. - equalsWithRelativeTolerance(Complex, Complex, double) - Static method in class org.hipparchus.complex.Complex
-
Returns
true
if, both for the real part and for the imaginary part, there is no double value strictly between the arguments or the relative difference between them is smaller or equal to the given tolerance. - equalsWithRelativeTolerance(FieldComplex<T>, FieldComplex<T>, double) - Static method in class org.hipparchus.complex.FieldComplex
-
Returns
true
if, both for the real part and for the imaginary part, there is no T value strictly between the arguments or the relative difference between them is smaller or equal to the given tolerance. - erf(double) - Static method in class org.hipparchus.special.Erf
-
Returns the error function.
- erf(double, double) - Static method in class org.hipparchus.special.Erf
-
Returns the difference between erf(x1) and erf(x2).
- erf(T) - Static method in class org.hipparchus.special.Erf
-
Returns the error function.
- erf(T, T) - Static method in class org.hipparchus.special.Erf
-
Returns the difference between erf(x1) and erf(x2).
- Erf - Class in org.hipparchus.special
-
This is a utility class that provides computation methods related to the error functions.
- erfc(double) - Static method in class org.hipparchus.special.Erf
-
Returns the complementary error function.
- erfc(T) - Static method in class org.hipparchus.special.Erf
-
Returns the complementary error function.
- erfcInv(double) - Static method in class org.hipparchus.special.Erf
-
Returns the inverse erfc.
- erfcInv(T) - Static method in class org.hipparchus.special.Erf
-
Returns the inverse erfc.
- erfInv(double) - Static method in class org.hipparchus.special.Erf
-
Returns the inverse erf.
- erfInv(T) - Static method in class org.hipparchus.special.Erf
-
Returns the inverse erf.
- ERR_SCALE - Static variable in class org.hipparchus.dfp.Dfp
-
The amount under/overflows are scaled by before going to trap handler
- evaluate(double) - Method in class org.hipparchus.util.ContinuedFraction
-
Evaluates the continued fraction at the value x.
- evaluate(double[]) - Method in interface org.hipparchus.util.MathArrays.Function
-
Operates on an entire array.
- evaluate(double[], double) - Static method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Uses Horner's Method to evaluate the polynomial with the given coefficients at the argument.
- evaluate(double[], double[], double) - Static method in class org.hipparchus.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Evaluate the Lagrange polynomial using Neville's Algorithm.
- evaluate(double[], double[], double) - Static method in class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Evaluate the Newton polynomial using nested multiplication.
- evaluate(double[], int, int) - Method in interface org.hipparchus.util.MathArrays.Function
-
Operates on a sub-array.
- evaluate(double, double) - Method in class org.hipparchus.util.ContinuedFraction
-
Evaluates the continued fraction at the value x.
- evaluate(double, double, int) - Method in class org.hipparchus.util.ContinuedFraction
-
Evaluates the continued fraction at the value x.
- evaluate(double, int) - Method in class org.hipparchus.util.ContinuedFraction
-
Evaluates the continued fraction at the value x.
- evaluate(T) - Method in class org.hipparchus.util.FieldContinuedFraction
-
Evaluates the continued fraction at the value x.
- evaluate(T[], T) - Static method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Uses Horner's Method to evaluate the polynomial with the given coefficients at the argument.
- evaluate(T, double) - Method in class org.hipparchus.util.FieldContinuedFraction
-
Evaluates the continued fraction at the value x.
- evaluate(T, double, int) - Method in class org.hipparchus.util.FieldContinuedFraction
-
Evaluates the continued fraction at the value x.
- evaluate(T, int) - Method in class org.hipparchus.util.FieldContinuedFraction
-
Evaluates the continued fraction at the value x.
- EVALUATION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
EVALUATION.
- EVALUATIONS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
EVALUATIONS.
- exp - Variable in class org.hipparchus.dfp.Dfp
-
Exponent.
- exp() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Exponential.
- exp() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Exponential.
- exp() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Exponential.
- exp() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Exponential.
- exp() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Exponential.
- exp() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Exponential.
- exp() - Method in interface org.hipparchus.CalculusFieldElement
-
Exponential.
- exp() - Method in class org.hipparchus.complex.Complex
-
Compute the exponential function of this complex number.
- exp() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the exponential function of this complex number.
- exp() - Method in class org.hipparchus.dfp.Dfp
-
Exponential.
- exp() - Method in class org.hipparchus.util.Binary64
-
Exponential.
- exp() - Method in class org.hipparchus.util.FieldTuple
-
Exponential.
- exp() - Method in class org.hipparchus.util.Tuple
-
Exponential.
- exp(double) - Static method in class org.hipparchus.util.FastMath
-
Exponential function.
- exp(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute exponential of a derivative structure.
- exp(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
Computes e to the given power.
- exp(T) - Static method in class org.hipparchus.util.FastMath
-
Exponential function.
- exp(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute exponential of a derivative structure.
- Exp - Class in org.hipparchus.analysis.function
-
Exponential function.
- Exp() - Constructor for class org.hipparchus.analysis.function.Exp
-
Empty constructor.
- expand() - Method in class org.hipparchus.util.ResizableDoubleArray
-
Expands the internal storage array using the expansion factor.
- EXPANSION_FACTOR_SMALLER_THAN_ONE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
EXPANSION_FACTOR_SMALLER_THAN_ONE.
- expInternal(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
Computes e to the given power.
- expm1() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Exponential minus 1.
- expm1() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Exponential minus 1.
- expm1() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Exponential minus 1.
- expm1() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Exponential minus 1.
- expm1() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Exponential minus 1.
- expm1() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Exponential minus 1.
- expm1() - Method in interface org.hipparchus.CalculusFieldElement
-
Exponential minus 1.
- expm1() - Method in class org.hipparchus.complex.Complex
-
Exponential minus 1.
- expm1() - Method in class org.hipparchus.complex.FieldComplex
-
Exponential minus 1.
- expm1() - Method in class org.hipparchus.dfp.Dfp
-
Exponential minus 1.
- expm1() - Method in class org.hipparchus.util.Binary64
-
Exponential minus 1.
- expm1() - Method in class org.hipparchus.util.FieldTuple
-
Exponential minus 1.
- expm1() - Method in class org.hipparchus.util.Tuple
-
Exponential minus 1.
- expm1(double) - Static method in class org.hipparchus.util.FastMath
-
Compute exp(x) - 1
- expm1(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute exp(x) - 1 of a derivative structure.
- expm1(T) - Static method in class org.hipparchus.util.FastMath
-
Compute exp(x) - 1
- expm1(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute exp(x) - 1 of a derivative structure.
- Expm1 - Class in org.hipparchus.analysis.function
-
ex-1
function. - Expm1() - Constructor for class org.hipparchus.analysis.function.Expm1
-
Empty constructor.
- EXPONENT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
EXPONENT.
- ExponentialDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the exponential distribution.
- ExponentialDistribution(double) - Constructor for class org.hipparchus.distribution.continuous.ExponentialDistribution
-
Create an exponential distribution with the given mean.
- extractField(T[]) - Static method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get the elements type from an array.
- extractField(T[][]) - Static method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get the elements type from an array.
F
- factorial(int) - Static method in class org.hipparchus.util.CombinatoricsUtils
-
Returns n!.
- FACTORIAL_NEGATIVE_PARAMETER - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
FACTORIAL_NEGATIVE_PARAMETER.
- factorialDouble(int) - Static method in class org.hipparchus.util.CombinatoricsUtils
- factorialLog(int) - Static method in class org.hipparchus.util.CombinatoricsUtils
-
Compute the natural logarithm of the factorial of
n
. - FAILED_BRACKETING - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
FAILED_BRACKETING.
- FAILED_DECOMPOSITION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
FAILED_DECOMPOSITION.
- FAILED_FRACTION_CONVERSION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
FAILED_FRACTION_CONVERSION.
- FastMath - Class in org.hipparchus.util
-
Faster, more accurate, portable alternative to
Math
andStrictMath
for large scale computation. - FDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the F-distribution.
- FDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.FDistribution
-
Creates an F distribution using the given degrees of freedom.
- FDistribution(double, double, double) - Constructor for class org.hipparchus.distribution.continuous.FDistribution
-
Creates an F distribution.
- FDSFactory<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.differentiation
-
Factory for
FieldDerivativeStructure
. - FDSFactory(Field<T>, int, int) - Constructor for class org.hipparchus.analysis.differentiation.FDSFactory
-
Simple constructor.
- FDSFactory.DerivativeField<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.differentiation
-
Field for {link FieldDerivativeStructure} instances.
- Field<T extends FieldElement<T>> - Interface in org.hipparchus
-
Interface representing a field.
- FieldAbstractRuleFactory<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration.gauss
-
Base class for rules that determines the integration nodes and their weights.
- FieldAbstractRuleFactory(Field<T>) - Constructor for class org.hipparchus.analysis.integration.gauss.FieldAbstractRuleFactory
-
Simple constructor
- FieldBivariateFunction - Interface in org.hipparchus.analysis
-
An interface representing a bivariate field function.
- FieldBlendable<B,
T extends FieldElement<T>> - Interface in org.hipparchus.util -
Interface representing classes that can blend with other instances of themselves using a given blending value.
- FieldBracketingNthOrderBrentSolver<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.solvers
-
This class implements a modification of the Brent algorithm.
- FieldBracketingNthOrderBrentSolver(T, T, T, int) - Constructor for class org.hipparchus.analysis.solvers.FieldBracketingNthOrderBrentSolver
-
Construct a solver.
- FieldComplex<T extends CalculusFieldElement<T>> - Class in org.hipparchus.complex
-
Representation of a Complex number, i.e.
- FieldComplex(T) - Constructor for class org.hipparchus.complex.FieldComplex
-
Create a complex number given only the real part.
- FieldComplex(T, T) - Constructor for class org.hipparchus.complex.FieldComplex
-
Create a complex number given the real and imaginary parts.
- FieldComplexField<T extends CalculusFieldElement<T>> - Class in org.hipparchus.complex
-
Representation of the complex numbers field.
- FieldComplexUnivariateIntegrator<T extends CalculusFieldElement<T>> - Class in org.hipparchus.complex
-
Wrapper to perform univariate complex integration using an underlying real integration algorithms.
- FieldComplexUnivariateIntegrator(FieldUnivariateIntegrator<T>) - Constructor for class org.hipparchus.complex.FieldComplexUnivariateIntegrator
-
Crate a complex integrator from a real integrator.
- FieldContinuedFraction - Class in org.hipparchus.util
-
Provides a generic means to evaluate continued fractions.
- FieldContinuedFraction() - Constructor for class org.hipparchus.util.FieldContinuedFraction
-
Default constructor.
- FieldCopolarC<T extends CalculusFieldElement<T>> - Class in org.hipparchus.special.elliptic.jacobi
-
Copolar trio with pole at point c in Glaisher’s Notation.
- FieldCopolarD<T extends CalculusFieldElement<T>> - Class in org.hipparchus.special.elliptic.jacobi
-
Copolar trio with pole at point d in Glaisher’s Notation.
- FieldCopolarN<T extends CalculusFieldElement<T>> - Class in org.hipparchus.special.elliptic.jacobi
-
Copolar trio with pole at point n in Glaisher’s Notation.
- FieldCopolarS<T extends CalculusFieldElement<T>> - Class in org.hipparchus.special.elliptic.jacobi
-
Copolar trio with pole at point s in Glaisher’s Notation.
- FieldDecompositionSolver<T extends FieldElement<T>> - Interface in org.hipparchus.linear
-
Interface handling decomposition algorithms that can solve A × X = B.
- FieldDerivative<S extends CalculusFieldElement<S>,
T extends FieldDerivative<S, T>> - Interface in org.hipparchus.analysis.differentiation -
Interface representing both the value and the differentials of a function.
- FieldDerivative1<S extends CalculusFieldElement<S>,
T extends FieldDerivative<S, T>> - Interface in org.hipparchus.analysis.differentiation -
Interface representing a Field object holding partial derivatives up to first order.
- FieldDerivativeStructure<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.differentiation
-
Class representing both the value and the differentials of a function.
- FieldElement<T extends FieldElement<T>> - Interface in org.hipparchus
-
Interface representing field elements.
- FieldGaussIntegrator<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration.gauss
-
Class that implements the Gaussian rule for
integrating
a weighted function. - FieldGaussIntegrator(Pair<T[], T[]>) - Constructor for class org.hipparchus.analysis.integration.gauss.FieldGaussIntegrator
-
Creates an integrator from the given pair of points (first element of the pair) and weights (second element of the pair.
- FieldGaussIntegrator(T[], T[]) - Constructor for class org.hipparchus.analysis.integration.gauss.FieldGaussIntegrator
-
Creates an integrator from the given
points
andweights
. - FieldGaussIntegratorFactory<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration.gauss
-
Class that provides different ways to compute the nodes and weights to be used by the
Gaussian integration rule
. - FieldGaussIntegratorFactory(Field<T>) - Constructor for class org.hipparchus.analysis.integration.gauss.FieldGaussIntegratorFactory
-
Simple constructor.
- FieldGradient<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.differentiation
-
Class representing both the value and the differentials of a function.
- FieldGradient(FieldDerivativeStructure<T>) - Constructor for class org.hipparchus.analysis.differentiation.FieldGradient
-
Build an instance from a
DerivativeStructure
. - FieldGradient(T, T...) - Constructor for class org.hipparchus.analysis.differentiation.FieldGradient
-
Build an instance with values and derivative.
- FieldGradientField<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.differentiation
-
Field for
Gradient
instances. - FieldHermiteInterpolator<T extends FieldElement<T>> - Class in org.hipparchus.analysis.interpolation
-
Polynomial interpolator using both sample values and sample derivatives.
- FieldHermiteInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.FieldHermiteInterpolator
-
Create an empty interpolator.
- FieldHermiteRuleFactory<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration.gauss
-
Factory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.
- FieldHermiteRuleFactory(Field<T>) - Constructor for class org.hipparchus.analysis.integration.gauss.FieldHermiteRuleFactory
-
Simple constructor
- FieldJacobiElliptic<T extends CalculusFieldElement<T>> - Class in org.hipparchus.special.elliptic.jacobi
-
Computation of Jacobi elliptic functions.
- FieldJacobiElliptic(T) - Constructor for class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Simple constructor.
- FieldJacobiTheta<T extends CalculusFieldElement<T>> - Class in org.hipparchus.special.elliptic.jacobi
-
Algorithm computing Jacobi theta functions.
- FieldJacobiTheta(T) - Constructor for class org.hipparchus.special.elliptic.jacobi.FieldJacobiTheta
-
Simple constructor.
- FieldLaguerreRuleFactory<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration.gauss
-
Factory that creates Gauss-type quadrature rule using Laguerre polynomials.
- FieldLaguerreRuleFactory(Field<T>) - Constructor for class org.hipparchus.analysis.integration.gauss.FieldLaguerreRuleFactory
-
Simple constructor
- FieldLegendreRuleFactory<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration.gauss
-
Factory that creates Gauss-type quadrature rule using Legendre polynomials.
- FieldLegendreRuleFactory(Field<T>) - Constructor for class org.hipparchus.analysis.integration.gauss.FieldLegendreRuleFactory
-
Simple constructor
- FieldLUDecomposer<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
Matrix decomposer using LU-decomposition.
- FieldLUDecomposer(Predicate<T>) - Constructor for class org.hipparchus.linear.FieldLUDecomposer
-
Creates a LU decomposer with specific zero checker for several matrices.
- FieldLUDecomposition<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
Calculates the LUP-decomposition of a square matrix.
- FieldLUDecomposition(FieldMatrix<T>) - Constructor for class org.hipparchus.linear.FieldLUDecomposition
-
Calculates the LU-decomposition of the given matrix.
- FieldLUDecomposition(FieldMatrix<T>, Predicate<T>) - Constructor for class org.hipparchus.linear.FieldLUDecomposition
-
Calculates the LU-decomposition of the given matrix.
- FieldLUDecomposition(FieldMatrix<T>, Predicate<T>, boolean) - Constructor for class org.hipparchus.linear.FieldLUDecomposition
-
Calculates the LU-decomposition of the given matrix.
- FieldMatrix<T extends FieldElement<T>> - Interface in org.hipparchus.linear
-
Interface defining field-valued matrix with basic algebraic operations.
- FieldMatrixChangingVisitor<T extends FieldElement<?>> - Interface in org.hipparchus.linear
-
Interface defining a visitor for matrix entries.
- FieldMatrixDecomposer<T extends FieldElement<T>> - Interface in org.hipparchus.linear
-
Interface for all algorithms providing matrix decomposition.
- FieldMatrixPreservingVisitor<T extends FieldElement<?>> - Interface in org.hipparchus.linear
-
Interface defining a visitor for matrix entries.
- FieldMidPointIntegrator<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration
-
Implements the Midpoint Rule for integration of real univariate functions.
- FieldMidPointIntegrator(Field<T>) - Constructor for class org.hipparchus.analysis.integration.FieldMidPointIntegrator
-
Construct a midpoint integrator with default settings.
- FieldMidPointIntegrator(Field<T>, double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.FieldMidPointIntegrator
-
Build a midpoint integrator with given accuracies and iterations counts.
- FieldMidPointIntegrator(Field<T>, int, int) - Constructor for class org.hipparchus.analysis.integration.FieldMidPointIntegrator
-
Build a midpoint integrator with given iteration counts.
- FieldMultivariateFunction - Interface in org.hipparchus.analysis
-
An interface representing a scalar multivariate function for any field type.
- FieldMultivariateMatrixFunction - Interface in org.hipparchus.analysis
-
An interface representing a matrix multivariate function for any field type.
- FieldMultivariateVectorFunction - Interface in org.hipparchus.analysis
-
An interface representing a vector multivariate function for any field type.
- FieldPolynomialFunction<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.polynomials
-
Immutable representation of a real polynomial function with real coefficients.
- FieldPolynomialFunction(T[]) - Constructor for class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Construct a polynomial with the given coefficients.
- FieldPolynomialSplineFunction<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.polynomials
-
Represents a polynomial spline function.
- FieldPolynomialSplineFunction(T[], FieldPolynomialFunction<T>[]) - Constructor for class org.hipparchus.analysis.polynomials.FieldPolynomialSplineFunction
-
Construct a polynomial spline function with the given segment delimiters and interpolating polynomials.
- FieldQRDecomposer<T extends CalculusFieldElement<T>> - Class in org.hipparchus.linear
-
Matrix decomposer using QR-decomposition.
- FieldQRDecomposer(T) - Constructor for class org.hipparchus.linear.FieldQRDecomposer
-
Creates a QR decomposer with specify threshold for several matrices.
- FieldQRDecomposition<T extends CalculusFieldElement<T>> - Class in org.hipparchus.linear
-
Calculates the QR-decomposition of a field matrix.
- FieldQRDecomposition(FieldMatrix<T>) - Constructor for class org.hipparchus.linear.FieldQRDecomposition
-
Calculates the QR-decomposition of the given matrix.
- FieldQRDecomposition(FieldMatrix<T>, T) - Constructor for class org.hipparchus.linear.FieldQRDecomposition
-
Calculates the QR-decomposition of the given matrix.
- FieldQRDecomposition(FieldMatrix<T>, T, Predicate<T>) - Constructor for class org.hipparchus.linear.FieldQRDecomposition
-
Calculates the QR-decomposition of the given matrix.
- FieldRombergIntegrator<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration
-
Implements the Romberg Algorithm for integration of real univariate functions.
- FieldRombergIntegrator(Field<T>) - Constructor for class org.hipparchus.analysis.integration.FieldRombergIntegrator
-
Construct a Romberg integrator with default settings
- FieldRombergIntegrator(Field<T>, double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.FieldRombergIntegrator
-
Build a Romberg integrator with given accuracies and iterations counts.
- FieldRombergIntegrator(Field<T>, int, int) - Constructor for class org.hipparchus.analysis.integration.FieldRombergIntegrator
-
Build a Romberg integrator with given iteration counts.
- FieldRuleFactory<T extends FieldElement<T>> - Interface in org.hipparchus.analysis.integration.gauss
-
Interface for rules that determines the integration nodes and their weights.
- FieldSimpsonIntegrator<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration
-
Implements Simpson's Rule for integration of real univariate functions.
- FieldSimpsonIntegrator(Field<T>) - Constructor for class org.hipparchus.analysis.integration.FieldSimpsonIntegrator
-
Construct an integrator with default settings.
- FieldSimpsonIntegrator(Field<T>, double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.FieldSimpsonIntegrator
-
Build a Simpson integrator with given accuracies and iterations counts.
- FieldSimpsonIntegrator(Field<T>, int, int) - Constructor for class org.hipparchus.analysis.integration.FieldSimpsonIntegrator
-
Build a Simpson integrator with given iteration counts.
- FieldSinCos<T> - Class in org.hipparchus.util
-
Holder for both sine and cosine values.
- FieldSinCos(T, T) - Constructor for class org.hipparchus.util.FieldSinCos
-
Simple constructor.
- FieldSinhCosh<T> - Class in org.hipparchus.util
-
Holder for both hyperbolic sine and hyperbolic cosine values.
- FieldSinhCosh(T, T) - Constructor for class org.hipparchus.util.FieldSinhCosh
-
Simple constructor.
- FieldTaylorMap<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.differentiation
-
Container for a Taylor map.
- FieldTaylorMap(Field<T>, int, int, int) - Constructor for class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Constructor for identity map.
- FieldTaylorMap(T[], FieldDerivativeStructure<T>[]) - Constructor for class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Simple constructor.
- FieldTheta<T extends CalculusFieldElement<T>> - Class in org.hipparchus.special.elliptic.jacobi
-
Values of
Jacobi theta
functions. - FieldTrapezoidIntegrator<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration
-
Implements the Trapezoid Rule for integration of real univariate functions.
- FieldTrapezoidIntegrator(Field<T>) - Constructor for class org.hipparchus.analysis.integration.FieldTrapezoidIntegrator
-
Construct a trapezoid integrator with default settings.
- FieldTrapezoidIntegrator(Field<T>, double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.FieldTrapezoidIntegrator
-
Build a trapezoid integrator with given accuracies and iterations counts.
- FieldTrapezoidIntegrator(Field<T>, int, int) - Constructor for class org.hipparchus.analysis.integration.FieldTrapezoidIntegrator
-
Build a trapezoid integrator with given iteration counts.
- FieldTuple<T extends CalculusFieldElement<T>> - Class in org.hipparchus.util
-
This class allows to perform the same computation of all components of a Tuple at once.
- FieldTuple(T...) - Constructor for class org.hipparchus.util.FieldTuple
-
Creates a new instance from its components.
- FieldUnivariateDerivative<S extends CalculusFieldElement<S>,
T extends FieldUnivariateDerivative<S, T>> - Class in org.hipparchus.analysis.differentiation -
Abstract class representing both the value and the differentials of a function.
- FieldUnivariateDerivative() - Constructor for class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative
-
Empty constructor.
- FieldUnivariateDerivative1<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.differentiation
-
Class representing both the value and the differentials of a function.
- FieldUnivariateDerivative1(FieldDerivativeStructure<T>) - Constructor for class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Build an instance from a
DerivativeStructure
. - FieldUnivariateDerivative1(T, T) - Constructor for class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Build an instance with values and derivative.
- FieldUnivariateDerivative1Field<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.differentiation
-
Field for
FieldUnivariateDerivative1
instances. - FieldUnivariateDerivative2<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.differentiation
-
Class representing both the value and the differentials of a function.
- FieldUnivariateDerivative2(FieldDerivativeStructure<T>) - Constructor for class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Build an instance from a
DerivativeStructure
. - FieldUnivariateDerivative2(T, T, T) - Constructor for class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Build an instance with values and derivative.
- FieldUnivariateDerivative2Field<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.differentiation
-
Field for
FieldUnivariateDerivative2
instances. - FieldUnivariateFunction - Interface in org.hipparchus.analysis
-
An interface representing a univariate real function for any field type.
- FieldUnivariateIntegrator<T extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis.integration
-
Interface for univariate real integration algorithms.
- FieldUnivariateInterpolator - Interface in org.hipparchus.analysis.interpolation
-
Interface representing a univariate field interpolating function.
- FieldUnivariateMatrixFunction - Interface in org.hipparchus.analysis
-
An interface representing a univariate matrix function for any field type.
- FieldUnivariateVectorFunction - Interface in org.hipparchus.analysis
-
An interface representing a univariate vectorial function for any field type.
- FieldVector<T extends FieldElement<T>> - Interface in org.hipparchus.linear
-
Interface defining a field-valued vector with basic algebraic operations.
- FieldVectorChangingVisitor<T extends FieldElement<?>> - Interface in org.hipparchus.linear
-
This interface defines a visitor for the entries of a vector.
- FieldVectorPreservingVisitor<T extends FieldElement<?>> - Interface in org.hipparchus.linear
-
This interface defines a visitor for the entries of a vector.
- findEigenValues(RealMatrix) - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Compute eigen values using the Schur transform.
- findEigenVectors(FieldMatrix<Complex>) - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Compute the eigen vectors using the inverse power method.
- findRoots(int, CalculusFieldUnivariateFunction<T>) - Method in class org.hipparchus.analysis.integration.gauss.FieldAbstractRuleFactory
-
Computes roots of the associated orthogonal polynomials.
- findRoots(int, UnivariateFunction) - Method in class org.hipparchus.analysis.integration.gauss.AbstractRuleFactory
-
Computes roots of the associated orthogonal polynomials.
- FINITE - Static variable in class org.hipparchus.dfp.Dfp
-
Indicator value for normal finite numbers.
- FiniteDifferencesDifferentiator - Class in org.hipparchus.analysis.differentiation
-
Univariate functions differentiator using finite differences.
- FiniteDifferencesDifferentiator(int, double) - Constructor for class org.hipparchus.analysis.differentiation.FiniteDifferencesDifferentiator
-
Build a differentiator with number of points and step size when independent variable is unbounded.
- FiniteDifferencesDifferentiator(int, double, double, double) - Constructor for class org.hipparchus.analysis.differentiation.FiniteDifferencesDifferentiator
-
Build a differentiator with number of points and step size when independent variable is bounded.
- fireInitializationEvent(IterationEvent) - Method in class org.hipparchus.util.IterationManager
-
Informs all registered listeners that the initial phase (prior to the main iteration loop) has been completed.
- fireIterationPerformedEvent(IterationEvent) - Method in class org.hipparchus.util.IterationManager
-
Informs all registered listeners that a new iteration (in the main iteration loop) has been performed.
- fireIterationStartedEvent(IterationEvent) - Method in class org.hipparchus.util.IterationManager
-
Informs all registered listeners that a new iteration (in the main iteration loop) has been started.
- fireTerminationEvent(IterationEvent) - Method in class org.hipparchus.util.IterationManager
-
Informs all registered listeners that the final phase (post-iterations) has been completed.
- FIRST_COLUMNS_NOT_INITIALIZED_YET - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
FIRST_COLUMNS_NOT_INITIALIZED_YET.
- FIRST_ROWS_NOT_INITIALIZED_YET - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
FIRST_ROWS_NOT_INITIALIZED_YET.
- fix1stArgument(BivariateFunction, double) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Creates a unary function by fixing the first argument of a binary function.
- fix2ndArgument(BivariateFunction, double) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Creates a unary function by fixing the second argument of a binary function.
- FLAG_DIV_ZERO - Static variable in class org.hipparchus.dfp.DfpField
-
IEEE 854-1987 flag for division by zero.
- FLAG_INEXACT - Static variable in class org.hipparchus.dfp.DfpField
-
IEEE 854-1987 flag for inexact result.
- FLAG_INVALID - Static variable in class org.hipparchus.dfp.DfpField
-
IEEE 854-1987 flag for invalid operation.
- FLAG_OVERFLOW - Static variable in class org.hipparchus.dfp.DfpField
-
IEEE 854-1987 flag for overflow.
- FLAG_UNDERFLOW - Static variable in class org.hipparchus.dfp.DfpField
-
IEEE 854-1987 flag for underflow.
- floatValue() - Method in class org.hipparchus.fraction.BigFraction
-
Gets the fraction as a
float
. - floatValue() - Method in class org.hipparchus.fraction.Fraction
-
Gets the fraction as a
float
. - floatValue() - Method in class org.hipparchus.util.Binary64
-
The current implementation performs casting to a
float
. - floor() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Get the largest whole number smaller than instance.
- floor() - Method in interface org.hipparchus.CalculusFieldElement
-
Get the largest whole number smaller than instance.
- floor() - Method in class org.hipparchus.complex.Complex
-
Get the largest whole number smaller than instance.
- floor() - Method in class org.hipparchus.complex.FieldComplex
-
Get the largest whole number smaller than instance.
- floor() - Method in class org.hipparchus.dfp.Dfp
-
Round to an integer using the round floor mode.
- floor() - Method in class org.hipparchus.util.Binary64
-
Get the largest whole number smaller than instance.
- floor() - Method in class org.hipparchus.util.FieldTuple
-
Get the largest whole number smaller than instance.
- floor() - Method in class org.hipparchus.util.Tuple
-
Get the largest whole number smaller than instance.
- floor(double) - Static method in class org.hipparchus.util.FastMath
-
Get the largest whole number smaller than x.
- floor(T) - Static method in class org.hipparchus.util.FastMath
-
Get the largest whole number smaller than x.
- Floor - Class in org.hipparchus.analysis.function
-
floor
function. - Floor() - Constructor for class org.hipparchus.analysis.function.Floor
-
Empty constructor.
- floorDiv(int, int) - Static method in class org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
with0 <= r < b
ifb > 0
andb < r <= 0
ifb < 0
. - floorDiv(long, int) - Static method in class org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
with0 <= r < b
ifb > 0
andb < r <= 0
ifb < 0
. - floorDiv(long, long) - Static method in class org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
with0 <= r < b
ifb > 0
andb < r <= 0
ifb < 0
. - floorDivExact(int, int) - Static method in class org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
with0 <= r < b
ifb > 0
andb < r <= 0
ifb < 0
. - floorDivExact(long, long) - Static method in class org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
with0 <= r < b
ifb > 0
andb < r <= 0
ifb < 0
. - floorMod(int, int) - Static method in class org.hipparchus.util.FastMath
-
Finds r such that
a = q b + r
with0 <= r < b
ifb > 0
andb < r <= 0
ifb < 0
. - floorMod(long, int) - Static method in class org.hipparchus.util.FastMath
-
Finds r such that
a = q b + r
with0 <= r < b
ifb > 0
andb < r <= 0
ifb < 0
. - floorMod(long, long) - Static method in class org.hipparchus.util.FastMath
-
Finds r such that
a = q b + r
with0 <= r < b
ifb > 0
andb < r <= 0
ifb < 0
. - fma(double, double, double) - Static method in class org.hipparchus.util.FastMath
-
Compute Fused-multiply-add operation a * b + c.
- fma(float, float, float) - Static method in class org.hipparchus.util.FastMath
-
Compute Fused-multiply-add operation a * b + c.
- forceSide(int, UnivariateFunction, BracketedUnivariateSolver<UnivariateFunction>, double, double, double, AllowedSolution) - Static method in class org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
Force a root found by a non-bracketing solver to lie on a specified side, as if the solver were a bracketing one.
- format(double, StringBuffer, FieldPosition) - Method in class org.hipparchus.fraction.ProperFractionFormat
-
Formats a double value as a fraction and appends the result to a StringBuffer.
- format(long, StringBuffer, FieldPosition) - Method in class org.hipparchus.fraction.ProperFractionFormat
-
Formats a long value as a fraction and appends the result to a StringBuffer.
- format(Double) - Method in class org.hipparchus.complex.ComplexFormat
-
This method calls
ComplexFormat.format(Object,StringBuffer,FieldPosition)
. - format(Object, StringBuffer, FieldPosition) - Method in class org.hipparchus.complex.ComplexFormat
-
Formats a object to produce a string.
- format(Object, StringBuffer, FieldPosition) - Method in class org.hipparchus.fraction.BigFractionFormat
-
Formats an object and appends the result to a StringBuffer.
- format(Object, StringBuffer, FieldPosition) - Method in class org.hipparchus.fraction.FractionFormat
-
Formats an object and appends the result to a StringBuffer.
- format(Complex) - Method in class org.hipparchus.complex.ComplexFormat
-
This method calls
ComplexFormat.format(Object,StringBuffer,FieldPosition)
. - format(Complex, StringBuffer, FieldPosition) - Method in class org.hipparchus.complex.ComplexFormat
-
Formats a
Complex
object to produce a string. - format(BigFraction, StringBuffer, FieldPosition) - Method in class org.hipparchus.fraction.BigFractionFormat
-
Formats a
BigFraction
object to produce a string. - format(BigFraction, StringBuffer, FieldPosition) - Method in class org.hipparchus.fraction.ProperBigFractionFormat
-
Formats a
BigFraction
object to produce a string. - format(Fraction, StringBuffer, FieldPosition) - Method in class org.hipparchus.fraction.FractionFormat
-
Formats a
Fraction
object to produce a string. - format(Fraction, StringBuffer, FieldPosition) - Method in class org.hipparchus.fraction.ProperFractionFormat
-
Formats a
Fraction
object to produce a string. - format(RealMatrix) - Method in class org.hipparchus.linear.RealMatrixFormat
-
This method calls
RealMatrixFormat.format(RealMatrix,StringBuffer,FieldPosition)
. - format(RealMatrix, StringBuffer, FieldPosition) - Method in class org.hipparchus.linear.RealMatrixFormat
-
Formats a
RealMatrix
object to produce a string. - format(RealVector) - Method in class org.hipparchus.linear.RealVectorFormat
-
This method calls
RealVectorFormat.format(RealVector,StringBuffer,FieldPosition)
. - format(RealVector, StringBuffer, FieldPosition) - Method in class org.hipparchus.linear.RealVectorFormat
-
Formats a
RealVector
object to produce a string. - formatBigFraction(BigFraction) - Static method in class org.hipparchus.fraction.BigFractionFormat
-
This static method calls formatBigFraction() on a default instance of BigFractionFormat.
- formatDouble(double, NumberFormat, StringBuffer, FieldPosition) - Static method in class org.hipparchus.util.CompositeFormat
-
Formats a double value to produce a string.
- formatFraction(Fraction) - Static method in class org.hipparchus.fraction.FractionFormat
-
This static method calls formatFraction() on a default instance of FractionFormat.
- FOUR_FIFTHS - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "4/5".
- FOUR_FIFTHS - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "4/5".
- Fraction - Class in org.hipparchus.fraction
-
Representation of a rational number.
- Fraction(double) - Constructor for class org.hipparchus.fraction.Fraction
-
Create a fraction given the double value.
- Fraction(double, double, int) - Constructor for class org.hipparchus.fraction.Fraction
-
Create a fraction given the double value and maximum error allowed.
- Fraction(double, int) - Constructor for class org.hipparchus.fraction.Fraction
-
Create a fraction given the double value and maximum denominator.
- Fraction(int) - Constructor for class org.hipparchus.fraction.Fraction
-
Create a fraction from an int.
- Fraction(int, int) - Constructor for class org.hipparchus.fraction.Fraction
-
Create a fraction given the numerator and denominator.
- FRACTION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
FRACTION.
- FRACTION_CONVERSION_OVERFLOW - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
FRACTION_CONVERSION_OVERFLOW.
- Fraction.ConvergenceTest - Interface in org.hipparchus.fraction
-
A test to determine if a series of fractions has converged.
- FractionField - Class in org.hipparchus.fraction
-
Representation of the fractional numbers field.
- FractionFormat - Class in org.hipparchus.fraction
-
Formats a Fraction number in proper format or improper format.
- FractionFormat() - Constructor for class org.hipparchus.fraction.FractionFormat
-
Create an improper formatting instance with the default number format for the numerator and denominator.
- FractionFormat(NumberFormat) - Constructor for class org.hipparchus.fraction.FractionFormat
-
Create an improper formatting instance with a custom number format for both the numerator and denominator.
- FractionFormat(NumberFormat, NumberFormat) - Constructor for class org.hipparchus.fraction.FractionFormat
-
Create an improper formatting instance with a custom number format for the numerator and a custom number format for the denominator.
- fractionMatrixToRealMatrix(FieldMatrix<Fraction>) - Static method in class org.hipparchus.linear.MatrixUtils
- FUNCTION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
FUNCTION.
- FunctionUtils - Class in org.hipparchus.analysis
-
Utilities for manipulating function objects.
G
- gamma(double) - Static method in class org.hipparchus.special.Gamma
-
Returns the value of Γ(x).
- gamma(T) - Static method in class org.hipparchus.special.Gamma
-
Returns the value of Γ(x).
- Gamma - Class in org.hipparchus.special
-
This is a utility class that provides computation methods related to the Γ (Gamma) family of functions.
- GAMMA - Static variable in class org.hipparchus.special.Gamma
- GammaDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the Gamma distribution.
- GammaDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.GammaDistribution
-
Creates a new gamma distribution with specified values of the shape and scale parameters.
- GammaDistribution(double, double, double) - Constructor for class org.hipparchus.distribution.continuous.GammaDistribution
-
Creates a Gamma distribution.
- Gaussian - Class in org.hipparchus.analysis.function
-
Gaussian function.
- Gaussian() - Constructor for class org.hipparchus.analysis.function.Gaussian
-
Normalized gaussian with zero mean and unit standard deviation.
- Gaussian(double, double) - Constructor for class org.hipparchus.analysis.function.Gaussian
-
Normalized gaussian with given mean and standard deviation.
- Gaussian(double, double, double) - Constructor for class org.hipparchus.analysis.function.Gaussian
-
Gaussian with given normalization factor, mean and standard deviation.
- Gaussian.Parametric - Class in org.hipparchus.analysis.function
-
Parametric function where the input array contains the parameters of the Gaussian, ordered as follows: Norm Mean Standard deviation
- GaussianRandomGenerator - Class in org.hipparchus.random
-
This class is a gaussian normalized random generator for scalars.
- GaussianRandomGenerator(RandomGenerator) - Constructor for class org.hipparchus.random.GaussianRandomGenerator
-
Create a new generator.
- GaussIntegrator - Class in org.hipparchus.analysis.integration.gauss
-
Class that implements the Gaussian rule for
integrating
a weighted function. - GaussIntegrator(double[], double[]) - Constructor for class org.hipparchus.analysis.integration.gauss.GaussIntegrator
-
Creates an integrator from the given
points
andweights
. - GaussIntegrator(Pair<double[], double[]>) - Constructor for class org.hipparchus.analysis.integration.gauss.GaussIntegrator
-
Creates an integrator from the given pair of points (first element of the pair) and weights (second element of the pair.
- GaussIntegratorFactory - Class in org.hipparchus.analysis.integration.gauss
-
Class that provides different ways to compute the nodes and weights to be used by the
Gaussian integration rule
. - GaussIntegratorFactory() - Constructor for class org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Simple constructor.
- GaussIntegratorFactory(int) - Constructor for class org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Simple constructor.
- GaussMarkovGenerator - Class in org.hipparchus.random
-
This class is a Gauss-Markov order 1 autoregressive process generator for scalars.
- GaussMarkovGenerator(double, double, RandomGenerator) - Constructor for class org.hipparchus.random.GaussMarkovGenerator
-
Create a new generator.
- gcd(int, int) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Computes the greatest common divisor of the absolute value of two numbers, using a modified version of the "binary gcd" method.
- gcd(long, long) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Gets the greatest common divisor of the absolute value of two numbers, using the "binary gcd" method which avoids division and modulo operations.
- gcd(BigFraction) - Method in class org.hipparchus.fraction.BigFraction
-
Rational number greatest common divisor.
- gcd(Fraction) - Method in class org.hipparchus.fraction.Fraction
-
Rational number greatest common divisor.
- GCD_OVERFLOW_32_BITS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
GCD_OVERFLOW_32_BITS.
- GCD_OVERFLOW_64_BITS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
GCD_OVERFLOW_64_BITS.
- GENERATE_EXCEPTION - Enum constant in enum org.hipparchus.linear.DependentVectorsHandler
-
Generate a
MathIllegalArgumentException
if dependent vectors are found. - GeometricDistribution - Class in org.hipparchus.distribution.discrete
-
Implementation of the geometric distribution.
- GeometricDistribution(double) - Constructor for class org.hipparchus.distribution.discrete.GeometricDistribution
-
Create a geometric distribution with the given probability of success.
- get(int) - Method in class org.hipparchus.util.OpenIntToDoubleHashMap
-
Get the stored value associated with the given key
- get(int) - Method in class org.hipparchus.util.OpenIntToFieldHashMap
-
Get the stored value associated with the given key
- getA(int, double) - Method in class org.hipparchus.util.ContinuedFraction
-
Access the n-th a coefficient of the continued fraction.
- getA(int, T) - Method in class org.hipparchus.util.FieldContinuedFraction
-
Access the n-th a coefficient of the continued fraction.
- getAbsoluteAccuracy() - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Get the absolute accuracy.
- getAbsoluteAccuracy() - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the absolute accuracy.
- getAbsoluteAccuracy() - Method in interface org.hipparchus.analysis.integration.FieldUnivariateIntegrator
-
Get the absolute accuracy.
- getAbsoluteAccuracy() - Method in interface org.hipparchus.analysis.integration.UnivariateIntegrator
-
Get the absolute accuracy.
- getAbsoluteAccuracy() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Get the absolute accuracy of the solver.
- getAbsoluteAccuracy() - Method in interface org.hipparchus.analysis.solvers.BaseUnivariateSolver
-
Get the absolute accuracy of the solver.
- getAbsoluteAccuracy() - Method in interface org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver
-
Get the absolute accuracy of the solver.
- getAbsoluteAccuracy() - Method in class org.hipparchus.analysis.solvers.FieldBracketingNthOrderBrentSolver
-
Get the absolute accuracy.
- getAllDerivatives() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get all partial derivatives.
- getAllDerivatives() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Get all partial derivatives.
- getAlpha() - Method in class org.hipparchus.distribution.continuous.BetaDistribution
-
Access the first shape parameter,
alpha
. - getArgument() - Method in class org.hipparchus.complex.Complex
-
Compute the argument of this complex number.
- getArgument() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the argument of this complex number.
- getArrayRef() - Method in class org.hipparchus.util.ResizableDoubleArray
-
Provides direct access to the internal storage array.
- getAvailableLocales() - Static method in class org.hipparchus.complex.ComplexFormat
-
Get the set of locales for which complex formats are available.
- getAvailableLocales() - Static method in class org.hipparchus.fraction.BigFractionFormat
-
Get the set of locales for which complex formats are available.
- getAvailableLocales() - Static method in class org.hipparchus.fraction.FractionFormat
-
Get the set of locales for which complex formats are available.
- getAvailableLocales() - Static method in class org.hipparchus.linear.RealMatrixFormat
-
Get the set of locales for which real vectors formats are available.
- getAvailableLocales() - Static method in class org.hipparchus.linear.RealVectorFormat
-
Get the set of locales for which real vectors formats are available.
- getB(int, double) - Method in class org.hipparchus.util.ContinuedFraction
-
Access the n-th b coefficient of the continued fraction.
- getB(int, T) - Method in class org.hipparchus.util.FieldContinuedFraction
-
Access the n-th b coefficient of the continued fraction.
- getBeta() - Method in class org.hipparchus.distribution.continuous.BetaDistribution
-
Access the second shape parameter,
beta
. - getCapacity() - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Get capacity.
- getCapacity() - Method in class org.hipparchus.util.ResizableDoubleArray
-
Gets the currently allocated size of the internal data structure used for storing elements.
- getCenters() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Returns a copy of the centers array.
- getClamp() - Static method in class org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Get the
clamping smoothstep function
. - getClamp(Field<T>) - Static method in class org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Get the
clamping smoothstep function
. - getCoefficients() - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Returns a copy of the coefficients array.
- getCoefficients() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Returns a copy of the coefficients array.
- getCoefficients() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Returns a copy of the coefficients array.
- getCoefficients() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Returns a copy of the coefficients array.
- getCoefficients() - Method in class org.hipparchus.analysis.solvers.AbstractPolynomialSolver
-
Get the coefficients of the polynomial function.
- getColumn(int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get the entries in column number
col
as an array. - getColumn(int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Get the entries at the given column index as an array.
- getColumn(int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Get the entries in column number
col
as an array. - getColumn(int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Get the entries at the given column index as an array.
- getColumn(int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Get the entries in column number
col
as an array. - getColumn(int) - Method in interface org.hipparchus.linear.RealMatrix
-
Get the entries at the given column index as an array.
- getColumnDimension() - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns the number of columns in the matrix.
- getColumnDimension() - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the number of columns of this matrix.
- getColumnDimension() - Method in interface org.hipparchus.linear.AnyMatrix
-
Returns the number of columns in the matrix.
- getColumnDimension() - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns the number of columns in the matrix.
- getColumnDimension() - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the number of columns of this matrix.
- getColumnDimension() - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the number of columns in the matrix.
- getColumnDimension() - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the number of columns of this matrix.
- getColumnDimension() - Method in interface org.hipparchus.linear.DecompositionSolver
-
Returns the number of columns in the matrix.
- getColumnDimension() - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the number of columns of this matrix.
- getColumnDimension() - Method in interface org.hipparchus.linear.FieldDecompositionSolver
-
Returns the number of columns in the matrix.
- getColumnDimension() - Method in class org.hipparchus.linear.JacobiPreconditioner
-
Returns the dimension of the domain of this operator.
- getColumnDimension() - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Returns the number of columns of this matrix.
- getColumnDimension() - Method in interface org.hipparchus.linear.RealLinearOperator
-
Returns the dimension of the domain of this operator.
- getColumnDimension() - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Returns the number of columns in the matrix.
- getColumnMatrix(int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get the entries in column number
column
as a column matrix. - getColumnMatrix(int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Get the entries at the given column index as a column matrix.
- getColumnMatrix(int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Get the entries in column number
column
as a column matrix. - getColumnMatrix(int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Get the entries at the given column index as a column matrix.
- getColumnMatrix(int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Get the entries in column number
column
as a column matrix. - getColumnMatrix(int) - Method in interface org.hipparchus.linear.RealMatrix
-
Get the entries at the given column index as a column matrix.
- getColumnSeparator() - Method in class org.hipparchus.linear.RealMatrixFormat
-
Get the format separator between components.
- getColumnVector(int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns the entries in column number
column
as a vector. - getColumnVector(int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Get the entries at the given column index as a vector.
- getColumnVector(int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the entries in column number
column
as a vector. - getColumnVector(int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Get the entries at the given column index as a vector.
- getColumnVector(int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the entries in column number
column
as a vector. - getColumnVector(int) - Method in interface org.hipparchus.linear.RealMatrix
-
Get the entries at the given column index as a vector.
- getCompiler() - Method in class org.hipparchus.analysis.differentiation.DSFactory
-
Get the compiler for the current dimensions.
- getCompiler() - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
Get the compiler for the current dimensions.
- getCompiler(int, int) - Static method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Get the compiler for number of free parameters and order.
- getComplexFormat() - Static method in class org.hipparchus.complex.ComplexFormat
-
Returns the default complex format for the current locale.
- getComplexFormat(String, Locale) - Static method in class org.hipparchus.complex.ComplexFormat
-
Returns the default complex format for the given locale.
- getComplexFormat(Locale) - Static method in class org.hipparchus.complex.ComplexFormat
-
Returns the default complex format for the given locale.
- getComponent(int) - Method in class org.hipparchus.util.FieldTuple
-
Get one component of the tuple.
- getComponent(int) - Method in class org.hipparchus.util.Tuple
-
Get one component of the tuple.
- getComponents() - Method in class org.hipparchus.distribution.multivariate.MixtureMultivariateRealDistribution
-
Gets the distributions that make up the mixture model.
- getComponents() - Method in class org.hipparchus.util.FieldTuple
-
Get all components of the tuple.
- getComponents() - Method in class org.hipparchus.util.Tuple
-
Get all components of the tuple.
- getConditionNumber() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Return the condition number of the matrix.
- getConjugate() - Method in class org.hipparchus.complex.Quaternion
-
Returns the conjugate quaternion of the instance.
- getContractionCriterion() - Method in class org.hipparchus.util.ResizableDoubleArray
-
The contraction criterion defines when the internal array will contract to store only the number of elements in the element array.
- getCount() - Method in class org.hipparchus.util.Incrementor
-
Gets the current count.
- getCount() - Method in class org.hipparchus.util.MultidimensionalCounter.Iterator
-
Get the current unidimensional counter slot.
- getCount(int) - Method in class org.hipparchus.util.MultidimensionalCounter.Iterator
-
Get the current count in the selected dimension.
- getCount(int...) - Method in class org.hipparchus.util.MultidimensionalCounter
-
Convert to unidimensional counter.
- getCounts() - Method in class org.hipparchus.util.MultidimensionalCounter.Iterator
-
Get the current multidimensional counter slots.
- getCounts(int) - Method in class org.hipparchus.util.MultidimensionalCounter
-
Convert to multidimensional counter.
- getCovariance(double) - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Returns the n × n covariance matrix.
- getCovariances() - Method in class org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
-
Gets the covariance matrix.
- getCubic() - Static method in class org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Get the
cubic smoothstep function
. - getCubic(Field<T>) - Static method in class org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Get the
cubic smoothstep function
. - getCurrent() - Method in class org.hipparchus.util.AbstractOpenIntHashMap.BaseIterator
-
Get index of current entry.
- getD() - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Getter D.
- getD() - Method in class org.hipparchus.linear.EigenDecompositionNonSymmetric
-
Gets the block diagonal matrix D of the decomposition.
- getD() - Method in class org.hipparchus.linear.EigenDecompositionSymmetric
-
Gets the diagonal matrix D of the decomposition.
- getData() - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in interface org.hipparchus.linear.RealMatrix
-
Returns matrix entries as a two-dimensional array.
- getDataRef() - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Get a reference to the underlying data array.
- getDataRef() - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Get a reference to the underlying data array.
- getDataRef() - Method in class org.hipparchus.linear.ArrayFieldVector
-
Returns a reference to the underlying data array.
- getDataRef() - Method in class org.hipparchus.linear.ArrayRealVector
-
Get a reference to the underlying data array.
- getDataRef() - Method in class org.hipparchus.linear.DiagonalMatrix
-
Gets a reference to the underlying data array.
- getDecimalDigits() - Method in class org.hipparchus.dfp.DfpDec
-
Get the number of decimal digits this class is going to represent.
- getDefaultNumberFormat() - Static method in class org.hipparchus.fraction.ProperBigFractionFormat
-
Create a default number format.
- getDefaultNumberFormat() - Static method in class org.hipparchus.fraction.FractionFormat
-
Create a default number format.
- getDefaultNumberFormat() - Static method in class org.hipparchus.util.CompositeFormat
-
Create a default number format.
- getDefaultNumberFormat(Locale) - Static method in class org.hipparchus.fraction.ProperFractionFormat
-
Create a default number format.
- getDefaultNumberFormat(Locale) - Static method in class org.hipparchus.util.CompositeFormat
-
Create a default number format.
- getDegreesOfFreedom() - Method in class org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Access the number of degrees of freedom.
- getDegreesOfFreedom() - Method in class org.hipparchus.distribution.continuous.TDistribution
-
Access the degrees of freedom.
- getDegToRad() - Method in class org.hipparchus.dfp.DfpField
-
Get the degrees to radians conversion factor.
- getDenominator() - Method in class org.hipparchus.fraction.BigFraction
-
Access the denominator as a
BigInteger
. - getDenominator() - Method in class org.hipparchus.fraction.Fraction
-
Access the denominator.
- getDenominatorAsInt() - Method in class org.hipparchus.fraction.BigFraction
-
Access the denominator as a
int
. - getDenominatorAsLong() - Method in class org.hipparchus.fraction.BigFraction
-
Access the denominator as a
long
. - getDenominatorDegreesOfFreedom() - Method in class org.hipparchus.distribution.continuous.FDistribution
-
Access the denominator degrees of freedom.
- getDenominatorFormat() - Method in class org.hipparchus.fraction.ProperFractionFormat
-
Access the denominator format.
- getDerivative(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative
-
Get a derivative from the univariate derivative.
- getDerivative(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get a derivative from the univariate derivative.
- getDerivative(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get a derivative from the univariate derivative.
- getDerivative(int) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Get the derivative with respect to a particular index variable.
- getDerivative(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative
-
Get a derivative from the univariate derivative.
- getDerivative(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Get a derivative from the univariate derivative.
- getDerivative(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get a derivative from the univariate derivative.
- getDerivativeField() - Method in class org.hipparchus.analysis.differentiation.DSFactory
-
Get the
Field
theDerivativeStructure
instances belong to. - getDerivativeField() - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
Get the
Field
theFieldDerivativeStructure
instances belong to. - getDeterminant() - Method in class org.hipparchus.linear.CholeskyDecomposition
-
Return the determinant of the matrix
- getDeterminant() - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Computes the determinant.
- getDeterminant() - Method in class org.hipparchus.linear.EigenDecompositionNonSymmetric
-
Computes the determinant of the matrix.
- getDeterminant() - Method in class org.hipparchus.linear.EigenDecompositionSymmetric
-
Computes the determinant of the matrix.
- getDeterminant() - Method in class org.hipparchus.linear.FieldLUDecomposition
-
Return the determinant of the matrix.
- getDeterminant() - Method in class org.hipparchus.linear.LUDecomposition
-
Return the determinant of the matrix
- getDimension() - Method in class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere
-
Get the space dimensionality.
- getDimension() - Method in class org.hipparchus.distribution.multivariate.AbstractMultivariateRealDistribution
-
Gets the number of random variables of the distribution.
- getDimension() - Method in interface org.hipparchus.distribution.MultivariateRealDistribution
-
Gets the number of random variables of the distribution.
- getDimension() - Method in class org.hipparchus.linear.ArrayFieldVector
-
Returns the size of the vector.
- getDimension() - Method in class org.hipparchus.linear.ArrayRealVector
-
Returns the size of the vector.
- getDimension() - Method in interface org.hipparchus.linear.FieldVector
-
Returns the size of the vector.
- getDimension() - Method in class org.hipparchus.linear.OpenMapRealVector
-
Returns the size of the vector.
- getDimension() - Method in class org.hipparchus.linear.RealVector
-
Returns the size of the vector.
- getDimension() - Method in class org.hipparchus.linear.SparseFieldVector
-
Returns the size of the vector.
- getDimension() - Method in class org.hipparchus.util.FieldTuple
-
Get the dimension of the tuple.
- getDimension() - Method in class org.hipparchus.util.MultidimensionalCounter
-
Get the number of dimensions of the multidimensional counter.
- getDimension() - Method in class org.hipparchus.util.Tuple
-
Get the dimension of the tuple.
- getDistance(OpenMapRealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Optimized method to compute distance.
- getDistance(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Distance between two vectors.
- getDistance(RealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Distance between two vectors.
- getDistance(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Distance between two vectors.
- getE() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant e.
- getEigenvalue(int) - Method in class org.hipparchus.linear.EigenDecompositionNonSymmetric
-
Returns the ith eigenvalue of the original matrix.
- getEigenvalue(int) - Method in class org.hipparchus.linear.EigenDecompositionSymmetric
-
Returns the ith eigenvalue of the original matrix.
- getEigenvalues() - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Getter of the eigen values.
- getEigenvalues() - Method in class org.hipparchus.linear.EigenDecompositionNonSymmetric
-
Gets a copy of the eigenvalues of the original matrix.
- getEigenvalues() - Method in class org.hipparchus.linear.EigenDecompositionSymmetric
-
Gets a copy of the eigenvalues of the original matrix.
- getEigenvector(int) - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Getter of the eigen vectors.
- getEigenvector(int) - Method in class org.hipparchus.linear.EigenDecompositionNonSymmetric
-
Gets a copy of the ith eigenvector of the original matrix.
- getEigenvector(int) - Method in class org.hipparchus.linear.EigenDecompositionSymmetric
-
Gets a copy of the ith eigenvector of the original matrix.
- getElement(int) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Returns the element at the specified index.
- getElements() - Method in class org.hipparchus.util.ResizableDoubleArray
-
Returns a double array containing the elements of this ResizableArray.
- getEntry(int) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Returns the entry in the specified index.
- getEntry(int) - Method in class org.hipparchus.linear.ArrayRealVector
-
Return the entry at the specified index.
- getEntry(int) - Method in interface org.hipparchus.linear.FieldVector
-
Returns the entry in the specified index.
- getEntry(int) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Return the entry at the specified index.
- getEntry(int) - Method in class org.hipparchus.linear.RealVector
-
Return the entry at the specified index.
- getEntry(int) - Method in class org.hipparchus.linear.SparseFieldVector
-
Returns the entry in the specified index.
- getEntry(int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns the entry in the specified row and column.
- getEntry(int, int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Get the entry in the specified row and column.
- getEntry(int, int) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns the entry in the specified row and column.
- getEntry(int, int) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Get the entry in the specified row and column.
- getEntry(int, int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the entry in the specified row and column.
- getEntry(int, int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Get the entry in the specified row and column.
- getEntry(int, int) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Get the entry in the specified row and column.
- getEntry(int, int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the entry in the specified row and column.
- getEntry(int, int) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Get the entry in the specified row and column.
- getEntry(int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Get the entry in the specified row and column.
- getEntry(int, int) - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Returns the entry in the specified row and column.
- getEpsilon() - Method in class org.hipparchus.linear.EigenDecompositionNonSymmetric
-
Get's the value for epsilon which is used for internal tests (e.g.
- getEpsilon() - Method in class org.hipparchus.linear.EigenDecompositionSymmetric
-
Get's the value for epsilon which is used for internal tests (e.g.
- getESplit() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant e split in two pieces.
- getEvaluations() - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Get the number of function evaluations of the last run of the integrator.
- getEvaluations() - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the number of function evaluations of the last run of the integrator.
- getEvaluations() - Method in interface org.hipparchus.analysis.integration.FieldUnivariateIntegrator
-
Get the number of function evaluations of the last run of the integrator.
- getEvaluations() - Method in interface org.hipparchus.analysis.integration.UnivariateIntegrator
-
Get the number of function evaluations of the last run of the integrator.
- getEvaluations() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Get the number of evaluations of the objective function.
- getEvaluations() - Method in interface org.hipparchus.analysis.solvers.BaseUnivariateSolver
-
Get the number of evaluations of the objective function.
- getEvaluations() - Method in interface org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver
-
Get the number of evaluations of the objective function.
- getEvaluations() - Method in class org.hipparchus.analysis.solvers.FieldBracketingNthOrderBrentSolver
-
Get the number of evaluations of the objective function.
- getExpansionFactor() - Method in class org.hipparchus.util.ResizableDoubleArray
-
The expansion factor controls the size of a new array when an array needs to be expanded.
- getExpansionMode() - Method in class org.hipparchus.util.ResizableDoubleArray
-
The expansion mode determines whether the internal storage array grows additively or multiplicatively when it is expanded.
- getExponent() - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Return the exponent of the instance, removing the bias.
- getExponent() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Return the exponent of the instance, removing the bias.
- getExponent() - Method in interface org.hipparchus.CalculusFieldElement
-
Return the exponent of the instance, removing the bias.
- getExponent() - Method in class org.hipparchus.dfp.Dfp
-
Return the exponent of the instance, removing the bias.
- getExponent() - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
-
Get the exponent characterizing the distribution.
- getExponent(double) - Static method in class org.hipparchus.util.FastMath
-
Return the exponent of a double number, removing the bias.
- getExponent(float) - Static method in class org.hipparchus.util.FastMath
-
Return the exponent of a float number, removing the bias.
- getExtendedField(int, boolean) - Method in class org.hipparchus.dfp.DfpField
-
Get extended field for accuracy conversion.
- getFactory() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get the factory that built the instance.
- getFactory() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Get the factory that built the instance.
- getField() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Get the field to which function argument and value belong.
- getField() - Method in class org.hipparchus.analysis.integration.gauss.FieldAbstractRuleFactory
-
Get the field to which rule coefficients belong.
- getField() - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialSplineFunction
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.complex.Complex
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.complex.FieldComplex
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.dfp.Dfp
- getField() - Method in interface org.hipparchus.FieldElement
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.fraction.BigFraction
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.fraction.Fraction
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get the type of field elements of the matrix.
- getField() - Method in class org.hipparchus.linear.ArrayFieldVector
-
Get the type of field elements of the vector.
- getField() - Method in interface org.hipparchus.linear.FieldMatrix
-
Get the type of field elements of the matrix.
- getField() - Method in interface org.hipparchus.linear.FieldVector
-
Get the type of field elements of the vector.
- getField() - Method in class org.hipparchus.linear.SparseFieldVector
-
Get the type of field elements of the vector.
- getField() - Method in class org.hipparchus.util.BigReal
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.util.Binary64
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.util.FieldTuple
-
Get the
Field
to which the instance belongs. - getField() - Method in class org.hipparchus.util.Tuple
-
Get the
Field
to which the instance belongs. - getField(int) - Static method in class org.hipparchus.analysis.differentiation.GradientField
-
Get the field for number of free parameters.
- getField(Field<T>) - Static method in class org.hipparchus.complex.FieldComplexField
-
Get the field for complex numbers.
- getField(Field<T>, int) - Static method in class org.hipparchus.analysis.differentiation.FieldGradientField
-
Get the field for number of free parameters.
- getFieldGeneralOrder(Field<T>, int) - Static method in class org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Create a
smoothstep function
of order 2N + 1. - getFirst() - Method in class org.hipparchus.util.Pair
-
Get the first element of the pair.
- getFirstDerivative() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get the first derivative.
- getFirstDerivative() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the first derivative.
- getFirstDerivative() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Get the first derivative.
- getFirstDerivative() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get the first derivative.
- getFormat() - Method in class org.hipparchus.linear.RealMatrixFormat
-
Get the components format.
- getFormat() - Method in class org.hipparchus.linear.RealVectorFormat
-
Get the components format.
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get the number of free parameters.
- getFreeParameters() - Method in interface org.hipparchus.analysis.differentiation.DifferentialAlgebra
-
Get the number of free parameters.
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Get the number of free parameters.
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get the number of free parameters.
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Get the number of free parameters.
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative
-
Get the number of free parameters.
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Get the number of free parameters.
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Get the number of free parameters.
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.TaylorMap
-
Get the number of free parameters.
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative
-
Get the number of free parameters.
- getFrobeniusNorm() - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the Frobenius norm of the matrix.
- getFrobeniusNorm() - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the Frobenius norm of the matrix.
- getFrobeniusNorm() - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the Frobenius norm of the matrix.
- getFunction(int) - Method in class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Get a function from the map.
- getFunction(int) - Method in class org.hipparchus.analysis.differentiation.TaylorMap
-
Get a function from the map.
- getFunctionValueAccuracy() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Get the function value accuracy of the solver.
- getFunctionValueAccuracy() - Method in interface org.hipparchus.analysis.solvers.BaseUnivariateSolver
-
Get the function value accuracy of the solver.
- getFunctionValueAccuracy() - Method in interface org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver
-
Get the function value accuracy of the solver.
- getFunctionValueAccuracy() - Method in class org.hipparchus.analysis.solvers.FieldBracketingNthOrderBrentSolver
-
Get the function accuracy.
- getGeneralOrder(int) - Static method in class org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Create a
smoothstep function
of order 2N + 1. - getGenerator() - Method in class org.hipparchus.random.CorrelatedRandomVectorGenerator
-
Get the underlying normalized components generator.
- getGradient() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get the gradient part of the function.
- getGradient() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Get the gradient part of the function.
- getH() - Method in class org.hipparchus.linear.FieldQRDecomposition
-
Returns the Householder reflector vectors.
- getH() - Method in class org.hipparchus.linear.HessenbergTransformer
-
Returns the Hessenberg matrix H of the transform.
- getH() - Method in class org.hipparchus.linear.QRDecomposition
-
Returns the Householder reflector vectors.
- getI(Field<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Get the square root of -1.
- getIEEEFlags() - Method in class org.hipparchus.dfp.DfpField
-
Get the IEEE 854 status flags.
- getImaginary() - Method in class org.hipparchus.complex.Complex
-
Access the imaginary part.
- getImaginary() - Method in class org.hipparchus.complex.FieldComplex
-
Access the imaginary part.
- getImaginary(int) - Method in class org.hipparchus.complex.RootsOfUnity
-
Get the imaginary part of the
k
-thn
-th root of unity. - getImaginaryCharacter() - Method in class org.hipparchus.complex.ComplexFormat
-
Access the imaginaryCharacter.
- getImaginaryFormat() - Method in class org.hipparchus.complex.ComplexFormat
-
Access the imaginaryFormat.
- getImaginaryPart() - Method in class org.hipparchus.complex.Complex
-
Access the imaginary part.
- getImaginaryPart() - Method in class org.hipparchus.complex.FieldComplex
-
Access the imaginary part.
- getImproperInstance() - Static method in class org.hipparchus.fraction.BigFractionFormat
-
Returns the default complex format for the current locale.
- getImproperInstance() - Static method in class org.hipparchus.fraction.FractionFormat
-
Returns the default complex format for the current locale.
- getImproperInstance(Locale) - Static method in class org.hipparchus.fraction.BigFractionFormat
-
Returns the default complex format for the given locale.
- getImproperInstance(Locale) - Static method in class org.hipparchus.fraction.FractionFormat
-
Returns the default complex format for the given locale.
- getIndex() - Method in class org.hipparchus.linear.OpenMapRealVector.OpenMapEntry
-
Get the index of the entry.
- getIndex() - Method in class org.hipparchus.linear.RealVector.Entry
-
Get the index of the entry.
- getIndex() - Method in class org.hipparchus.util.AbstractOpenIntHashMap.InsertionHolder
-
Get index at which new value should be put.
- getIndexM1(int) - Method in class org.hipparchus.random.AbstractWell.IndexTable
-
Returns index + M1 modulo the table size.
- getIndexM2(int) - Method in class org.hipparchus.random.AbstractWell.IndexTable
-
Returns index + M2 modulo the table size.
- getIndexM3(int) - Method in class org.hipparchus.random.AbstractWell.IndexTable
-
Returns index + M3 modulo the table size.
- getIndexPred(int) - Method in class org.hipparchus.random.AbstractWell.IndexTable
-
Returns the predecessor of the given index modulo the table size.
- getIndexPred2(int) - Method in class org.hipparchus.random.AbstractWell.IndexTable
-
Returns the second predecessor of the given index modulo the table size.
- getInf(Field<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Get a complex number representing "+INF + INFi".
- getInstance() - Static method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1Field
-
Get the unique instance.
- getInstance() - Static method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2Field
-
Get the unique instance.
- getInstance() - Static method in class org.hipparchus.complex.ComplexField
-
Get the unique instance.
- getInstance() - Static method in class org.hipparchus.fraction.BigFractionField
-
Get the unique instance.
- getInstance() - Static method in class org.hipparchus.fraction.FractionField
-
Get the unique instance.
- getInstance() - Static method in class org.hipparchus.util.BigRealField
-
Get the unique instance.
- getInstance() - Static method in class org.hipparchus.util.Binary64Field
-
Returns the unique instance of this class.
- getInterpolatingPoints() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Returns a copy of the interpolating points array.
- getInterpolatingValues() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Returns a copy of the interpolating values array.
- getInverse() - Method in class org.hipparchus.complex.Quaternion
-
Returns the inverse of this instance.
- getInverse() - Method in interface org.hipparchus.linear.DecompositionSolver
-
Get the pseudo-inverse of the decomposed matrix.
- getInverse() - Method in interface org.hipparchus.linear.FieldDecompositionSolver
-
Get the inverse (or pseudo-inverse) of the decomposed matrix.
- getInverseConditionNumber() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Computes the inverse of the condition number.
- getIterationManager() - Method in class org.hipparchus.linear.IterativeLinearSolver
-
Returns the iteration manager attached to this solver.
- getIterations() - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Get the number of iterations of the last run of the integrator.
- getIterations() - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the number of iterations of the last run of the integrator.
- getIterations() - Method in interface org.hipparchus.analysis.integration.FieldUnivariateIntegrator
-
Get the number of iterations of the last run of the integrator.
- getIterations() - Method in interface org.hipparchus.analysis.integration.UnivariateIntegrator
-
Get the number of iterations of the last run of the integrator.
- getIterations() - Method in class org.hipparchus.util.IterationEvent
-
Returns the number of iterations performed at the time
this
event is created. - getIterations() - Method in class org.hipparchus.util.IterationManager
-
Returns the number of iterations of this solver, 0 if no iterations has been performed yet.
- getK() - Method in interface org.hipparchus.linear.RiccatiEquationSolver
-
Get the linear controller k.
- getK() - Method in class org.hipparchus.linear.RiccatiEquationSolverImpl
-
{inheritDoc}
- getK() - Method in class org.hipparchus.util.Combinations
-
Gets the number of elements in each combination.
- getKey() - Method in class org.hipparchus.util.Pair
-
Get the key.
- getKnots() - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialSplineFunction
-
Get an array copy of the knot points.
- getKnots() - Method in class org.hipparchus.analysis.polynomials.PolynomialSplineFunction
-
Get an array copy of the knot points.
- getL() - Method in class org.hipparchus.linear.CholeskyDecomposition
-
Returns the matrix L of the decomposition.
- getL() - Method in class org.hipparchus.linear.FieldLUDecomposition
-
Returns the matrix L of the decomposition.
- getL() - Method in class org.hipparchus.linear.LUDecomposition
-
Returns the matrix L of the decomposition.
- getL() - Method in class org.hipparchus.linear.SemiDefinitePositiveCholeskyDecomposition
-
Returns the matrix L of the decomposition.
- getL1Distance(OpenMapRealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Distance between two vectors.
- getL1Distance(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Distance between two vectors.
- getL1Distance(RealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Distance between two vectors.
- getL1Distance(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Distance between two vectors.
- getL1Norm() - Method in class org.hipparchus.linear.ArrayRealVector
-
Returns the L1 norm of the vector.
- getL1Norm() - Method in class org.hipparchus.linear.RealVector
-
Returns the L1 norm of the vector.
- getLeftAbscissa() - Method in class org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver.Interval
-
Get the left abscissa.
- getLeftAbscissa() - Method in class org.hipparchus.analysis.solvers.BracketedUnivariateSolver.Interval
-
Get the left abscissa.
- getLeftValue() - Method in class org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver.Interval
-
Get the function value at
BracketedRealFieldUnivariateSolver.Interval.getLeftAbscissa()
. - getLeftValue() - Method in class org.hipparchus.analysis.solvers.BracketedUnivariateSolver.Interval
-
Get the function value at
BracketedUnivariateSolver.Interval.getLeftAbscissa()
. - getLInfDistance(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Distance between two vectors.
- getLInfDistance(RealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Distance between two vectors.
- getLInfDistance(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Distance between two vectors.
- getLInfNorm() - Method in class org.hipparchus.linear.ArrayRealVector
-
Returns the L∞ norm of the vector.
- getLInfNorm() - Method in class org.hipparchus.linear.RealVector
-
Returns the L∞ norm of the vector.
- getLn10() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant ln(10).
- getLn2() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant ln(2).
- getLn2Split() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant ln(2) split in two pieces.
- getLn5() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant ln(5).
- getLn5Split() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant ln(5) split in two pieces.
- getLocalizedMessage() - Method in exception org.hipparchus.exception.MathRuntimeException
- getLocalizedMessage() - Method in exception org.hipparchus.exception.NullArgumentException
- getLocalizedString(Locale) - Method in class org.hipparchus.exception.DummyLocalizable
-
Gets the localized string.
- getLocalizedString(Locale) - Method in interface org.hipparchus.exception.Localizable
-
Gets the localized string.
- getLocalizedString(Locale) - Method in enum org.hipparchus.exception.LocalizedCoreFormats
-
Gets the localized string.
- getLocation() - Method in class org.hipparchus.distribution.continuous.GumbelDistribution
-
Access the location parameter,
mu
. - getLocation() - Method in class org.hipparchus.distribution.continuous.LaplaceDistribution
-
Access the location parameter,
mu
. - getLocation() - Method in class org.hipparchus.distribution.continuous.LevyDistribution
-
Get the location parameter of the distribution.
- getLocation() - Method in class org.hipparchus.distribution.continuous.LogisticDistribution
-
Access the location parameter,
mu
. - getLocation() - Method in class org.hipparchus.distribution.continuous.LogNormalDistribution
-
Returns the location parameter of this distribution.
- getLT() - Method in class org.hipparchus.linear.CholeskyDecomposition
-
Returns the transpose of the matrix L of the decomposition.
- getLT() - Method in class org.hipparchus.linear.SemiDefinitePositiveCholeskyDecomposition
-
Returns the transpose of the matrix L of the decomposition.
- getM() - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Get the parameter of the function.
- getM() - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Get the parameter of the function.
- getMax() - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Get the upper bound.
- getMax() - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the upper bound.
- getMax() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Get higher end of the search interval.
- getMaxEvaluations() - Method in interface org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver
-
Get the maximum number of function evaluations.
- getMaxEvaluations() - Method in class org.hipparchus.analysis.solvers.FieldBracketingNthOrderBrentSolver
-
Get the maximal number of function evaluations.
- getMaximalCount() - Method in class org.hipparchus.util.Incrementor
-
Gets the upper limit of the counter.
- getMaximalIterationCount() - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Get the upper limit for the number of iterations.
- getMaximalIterationCount() - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the upper limit for the number of iterations.
- getMaximalIterationCount() - Method in interface org.hipparchus.analysis.integration.FieldUnivariateIntegrator
-
Get the upper limit for the number of iterations.
- getMaximalIterationCount() - Method in interface org.hipparchus.analysis.integration.UnivariateIntegrator
-
Get the upper limit for the number of iterations.
- getMaximalOrder() - Method in class org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Get the maximal order.
- getMaximalOrder() - Method in class org.hipparchus.analysis.solvers.FieldBracketingNthOrderBrentSolver
-
Get the maximal order.
- getMaxIndex() - Method in class org.hipparchus.linear.RealVector
-
Get the index of the maximum entry.
- getMaxIterations() - Method in class org.hipparchus.util.IterationManager
-
Returns the maximum number of iterations.
- getMaxValue() - Method in class org.hipparchus.linear.RealVector
-
Get the value of the maximum entry.
- getMean() - Method in class org.hipparchus.distribution.continuous.ExponentialDistribution
-
Access the mean.
- getMean() - Method in class org.hipparchus.distribution.continuous.NormalDistribution
-
Access the mean.
- getMean() - Method in class org.hipparchus.distribution.discrete.PoissonDistribution
-
Get the mean for the distribution.
- getMeans() - Method in class org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
-
Gets the mean vector.
- getMedian() - Method in class org.hipparchus.distribution.continuous.CauchyDistribution
-
Access the median.
- getMessage() - Method in exception org.hipparchus.exception.MathRuntimeException
- getMessage() - Method in exception org.hipparchus.exception.NullArgumentException
- getMessage(Locale) - Method in interface org.hipparchus.exception.LocalizedException
-
Gets the message in a specified locale.
- getMessage(Locale) - Method in exception org.hipparchus.exception.MathRuntimeException
-
Gets the message in a specified locale.
- getMessage(Locale) - Method in exception org.hipparchus.exception.NullArgumentException
-
Gets the message in a specified locale.
- getMin() - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Get the lower bound.
- getMin() - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the lower bound.
- getMin() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Get lower end of the search interval.
- getMinimalIterationCount() - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Get the min limit for the number of iterations.
- getMinimalIterationCount() - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the min limit for the number of iterations.
- getMinimalIterationCount() - Method in interface org.hipparchus.analysis.integration.FieldUnivariateIntegrator
-
Get the min limit for the number of iterations.
- getMinimalIterationCount() - Method in interface org.hipparchus.analysis.integration.UnivariateIntegrator
-
Get the min limit for the number of iterations.
- getMinIndex() - Method in class org.hipparchus.linear.RealVector
-
Get the index of the minimum entry.
- getMinusI(Field<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Get the square root of -1.
- getMinusOne(Field<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Get a complex number representing "-1.0 + 0.0i".
- getMinValue() - Method in class org.hipparchus.linear.RealVector
-
Get the value of the minimum entry.
- getMode() - Method in class org.hipparchus.distribution.continuous.TriangularDistribution
-
Returns the mode
c
of this distribution. - getMultiplicationFactor() - Method in class org.hipparchus.util.AbstractUnscentedTransform
-
Get the factor applied to the covariance matrix during the unscented transform.
- getMultiplicationFactor() - Method in class org.hipparchus.util.JulierUnscentedTransform
-
Get the factor applied to the covariance matrix during the unscented transform.
- getMultiplicationFactor() - Method in class org.hipparchus.util.MerweUnscentedTransform
-
Get the factor applied to the covariance matrix during the unscented transform.
- getN() - Method in class org.hipparchus.analysis.interpolation.GridAxis
-
Get the number of points required for interpolation.
- getN() - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialSplineFunction
-
Get the number of spline segments.
- getN() - Method in class org.hipparchus.analysis.polynomials.PolynomialSplineFunction
-
Get the number of spline segments.
- getN() - Method in class org.hipparchus.util.Combinations
-
Gets the size of the set from which combinations are drawn.
- getNaN(Field<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Get a complex number representing "NaN + NaNi".
- getNbFunctions() - Method in class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Get the number of functions of the map.
- getNbFunctions() - Method in class org.hipparchus.analysis.differentiation.TaylorMap
-
Get the number of functions of the map.
- getNbParameters() - Method in class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Deprecated.
- getNbParameters() - Method in class org.hipparchus.analysis.differentiation.TaylorMap
-
Deprecated.
- getNbPoints() - Method in class org.hipparchus.analysis.differentiation.FiniteDifferencesDifferentiator
-
Get the number of points to use.
- getNewtonCoefficients() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Returns a copy of coefficients in Newton form formula.
- getNextIndex() - Method in class org.hipparchus.random.HaltonSequenceGenerator
-
Returns the index i of the next point in the Halton sequence that will be returned by calling
HaltonSequenceGenerator.nextVector()
. - getNextIndex() - Method in class org.hipparchus.random.SobolSequenceGenerator
-
Returns the index i of the next point in the Sobol sequence that will be returned by calling
SobolSequenceGenerator.nextVector()
. - getNorm() - Method in class org.hipparchus.complex.Quaternion
-
Computes the norm of the quaternion.
- getNorm() - Method in class org.hipparchus.linear.ArrayRealVector
-
Returns the L2 norm of the vector.
- getNorm() - Method in class org.hipparchus.linear.RealVector
-
Returns the L2 norm of the vector.
- getNorm() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Returns the L2 norm of the matrix.
- getNorm1() - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the maximum absolute column sum norm (L1) of the matrix.
- getNorm1() - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the maximum absolute column sum norm (L1) of the matrix.
- getNormInfty() - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the maximum absolute row sum norm (L∞) of the matrix.
- getNormInfty() - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the maximum absolute row sum norm (L∞) of the matrix.
- getNormOfResidual() - Method in class org.hipparchus.linear.DefaultIterativeLinearSolverEvent
-
Returns the norm of the residual.
- getNormOfResidual() - Method in class org.hipparchus.linear.IterativeLinearSolverEvent
-
Returns the norm of the residual.
- getNumberOfElements() - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
-
Get the number of elements (e.g.
- getNumberOfPoints() - Method in class org.hipparchus.analysis.integration.gauss.FieldGaussIntegrator
-
Get order of the integration rule.
- getNumberOfPoints() - Method in class org.hipparchus.analysis.integration.gauss.GaussIntegrator
-
Get the order of the integration rule.
- getNumberOfRoots() - Method in class org.hipparchus.complex.RootsOfUnity
-
Returns the number of roots of unity currently stored.
- getNumberOfSuccesses() - Method in class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
Access the number of successes.
- getNumberOfSuccesses() - Method in class org.hipparchus.distribution.discrete.PascalDistribution
-
Access the number of successes for this distribution.
- getNumberOfTrials() - Method in class org.hipparchus.distribution.discrete.BinomialDistribution
-
Access the number of trials for this distribution.
- getNumElements() - Method in class org.hipparchus.util.ResizableDoubleArray
-
Returns the number of elements currently in the array.
- getNumerator() - Method in class org.hipparchus.fraction.BigFraction
-
Access the numerator as a
BigInteger
. - getNumerator() - Method in class org.hipparchus.fraction.Fraction
-
Access the numerator.
- getNumeratorAsInt() - Method in class org.hipparchus.fraction.BigFraction
-
Access the numerator as a
int
. - getNumeratorAsLong() - Method in class org.hipparchus.fraction.BigFraction
-
Access the numerator as a
long
. - getNumeratorDegreesOfFreedom() - Method in class org.hipparchus.distribution.continuous.FDistribution
-
Access the numerator degrees of freedom.
- getNumeratorFormat() - Method in class org.hipparchus.fraction.ProperFractionFormat
-
Access the numerator format.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.BetaDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.CauchyDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.ConstantRealDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.ExponentialDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.FDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.GammaDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.GumbelDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.LaplaceDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.LevyDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.LogisticDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.LogNormalDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.NakagamiDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.NormalDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.ParetoDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.TDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.TriangularDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.UniformRealDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.continuous.WeibullDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.discrete.BinomialDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.discrete.EnumeratedIntegerDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.discrete.GeometricDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.discrete.PascalDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.discrete.PoissonDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.discrete.UniformIntegerDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in interface org.hipparchus.distribution.IntegerDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalMean() - Method in interface org.hipparchus.distribution.RealDistribution
-
Use this method to get the numerical value of the mean of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.BetaDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.CauchyDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.ConstantRealDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.ExponentialDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.FDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.GammaDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.GumbelDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.LaplaceDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.LevyDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.LogisticDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.LogNormalDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.NakagamiDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.NormalDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.ParetoDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.TDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.TriangularDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.UniformRealDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.continuous.WeibullDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.discrete.BinomialDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.discrete.EnumeratedIntegerDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.discrete.GeometricDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.discrete.PascalDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.discrete.PoissonDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.discrete.UniformIntegerDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in interface org.hipparchus.distribution.IntegerDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getNumericalVariance() - Method in interface org.hipparchus.distribution.RealDistribution
-
Use this method to get the numerical value of the variance of this distribution.
- getnVals() - Method in class org.hipparchus.special.BesselJ.BesselJResult
-
Get number of valid function values.
- getOne() - Method in class org.hipparchus.analysis.differentiation.DSFactory.DSField
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.analysis.differentiation.FDSFactory.DerivativeField
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.analysis.differentiation.FieldGradientField
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1Field
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2Field
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.analysis.differentiation.GradientField
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1Field
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2Field
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.complex.ComplexField
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.complex.FieldComplexField
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.dfp.Dfp
-
Get the constant 1.
- getOne() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant 1.
- getOne() - Method in interface org.hipparchus.Field
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.fraction.BigFractionField
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.fraction.FractionField
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.util.BigRealField
-
Get the multiplicative identity of the field.
- getOne() - Method in class org.hipparchus.util.Binary64Field
-
Get the multiplicative identity of the field.
- getOne(Field<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Get a complex number representing "1.0 + 0.0i".
- getOrder() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Get the maximum derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get the maximum derivation order.
- getOrder() - Method in interface org.hipparchus.analysis.differentiation.DifferentialAlgebra
-
Get the maximum derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Get the derivation order.
- getOrder() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Get the maximum derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
- getOrder() - Method in class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Get the maximum derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.TaylorMap
-
Get the maximum derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get the maximum derivation order.
- getP() - Method in class org.hipparchus.linear.FieldLUDecomposition
-
Returns the P rows permutation matrix.
- getP() - Method in class org.hipparchus.linear.HessenbergTransformer
-
Returns the matrix P of the transform.
- getP() - Method in class org.hipparchus.linear.LUDecomposition
-
Returns the P rows permutation matrix.
- getP() - Method in interface org.hipparchus.linear.RiccatiEquationSolver
-
Get the solution.
- getP() - Method in class org.hipparchus.linear.RiccatiEquationSolverImpl
-
{inheritDoc}
- getP() - Method in class org.hipparchus.linear.RRQRDecomposition
-
Returns the pivot matrix, P, used in the QR Decomposition of matrix A such that AP = QR.
- getP() - Method in class org.hipparchus.linear.SchurTransformer
-
Returns the matrix P of the transform.
- getPartialDerivative(int) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get the partial derivative with respect to one parameter.
- getPartialDerivative(int) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Get the partial derivative with respect to one parameter.
- getPartialDerivative(int...) - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Get a partial derivative.
- getPartialDerivative(int...) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get a partial derivative.
- getPartialDerivative(int...) - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Get a partial derivative.
- getPartialDerivative(int...) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Get a partial derivative.
- getPartialDerivative(int...) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get a partial derivative.
- getPartialDerivative(int...) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative
-
Get a partial derivative.
- getPartialDerivative(int...) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Get a partial derivative.
- getPartialDerivative(int...) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Get a partial derivative.
- getPartialDerivative(int...) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative
-
Get a partial derivative.
- getPartialDerivativeIndex(int...) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Get the index of a partial derivative in the array.
- getPartialDerivativeOrders(int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Get the derivation orders for a specific index in the array.
- getPartialDerivativeOrdersSum(int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Get the sum of derivation orders for a specific index in the array.
- getParts() - Method in interface org.hipparchus.exception.LocalizedException
-
Get the variable parts of the error message.
- getParts() - Method in exception org.hipparchus.exception.MathRuntimeException
-
Get the variable parts of the error message.
- getParts() - Method in exception org.hipparchus.exception.NullArgumentException
-
Get the variable parts of the error message.
- getPartsField() - Method in class org.hipparchus.complex.FieldComplex
-
Get the
Field
the real and imaginary parts belong to. - getPi() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.analysis.differentiation.DSFactory.DSField
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.analysis.differentiation.FDSFactory.DerivativeField
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get the Archimedes constant π.
- getPi() - Method in interface org.hipparchus.CalculusFieldElement
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.complex.Complex
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.complex.FieldComplex
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.dfp.Dfp
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant π.
- getPi() - Method in class org.hipparchus.util.Binary64
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.util.FieldTuple
-
Get the Archimedes constant π.
- getPi() - Method in class org.hipparchus.util.Tuple
-
Get the Archimedes constant π.
- getPi(Field<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Get a complex number representing "π + 0.0i".
- getPiSplit() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant π split in two pieces.
- getPivot() - Method in class org.hipparchus.linear.FieldLUDecomposition
-
Returns the pivot permutation vector.
- getPivot() - Method in class org.hipparchus.linear.LUDecomposition
-
Returns the pivot permutation vector.
- getPivotingStrategy() - Method in class org.hipparchus.util.KthSelector
-
Get the pivoting strategy.
- getPmf() - Method in class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
Return the probability mass function as a list of (value, probability) pairs.
- getPmf() - Method in class org.hipparchus.distribution.discrete.EnumeratedIntegerDistribution
-
Return the probability mass function as a list of (value, probability) pairs.
- getPmf() - Method in class org.hipparchus.distribution.EnumeratedDistribution
-
Return the probability mass function as a list of (value, probability) pairs.
- getPoint() - Method in class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Get the point at which map is evaluated.
- getPoint() - Method in class org.hipparchus.analysis.differentiation.TaylorMap
-
Get the point at which map is evaluated.
- getPoint(int) - Method in class org.hipparchus.analysis.integration.gauss.FieldGaussIntegrator
-
Gets the integration point at the given index.
- getPoint(int) - Method in class org.hipparchus.analysis.integration.gauss.GaussIntegrator
-
Gets the integration point at the given index.
- getPolynomials() - Method in class org.hipparchus.analysis.interpolation.HermiteInterpolator
-
Compute the interpolation polynomials.
- getPolynomials() - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialSplineFunction
-
Get a copy of the interpolating polynomials array.
- getPolynomials() - Method in class org.hipparchus.analysis.polynomials.PolynomialSplineFunction
-
Get a copy of the interpolating polynomials array.
- getPopulationSize() - Method in class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
Access the population size.
- getPositivePolarForm() - Method in class org.hipparchus.complex.Quaternion
-
Returns the polar form of the quaternion.
- getPrefix() - Method in class org.hipparchus.linear.RealMatrixFormat
-
Get the format prefix.
- getPrefix() - Method in class org.hipparchus.linear.RealVectorFormat
-
Get the format prefix.
- getProbabilityOfSuccess() - Method in class org.hipparchus.distribution.discrete.BinomialDistribution
-
Access the probability of success for this distribution.
- getProbabilityOfSuccess() - Method in class org.hipparchus.distribution.discrete.GeometricDistribution
-
Access the probability of success for this distribution.
- getProbabilityOfSuccess() - Method in class org.hipparchus.distribution.discrete.PascalDistribution
-
Access the probability of success for this distribution.
- getProperInstance() - Static method in class org.hipparchus.fraction.BigFractionFormat
-
Returns the default complex format for the current locale.
- getProperInstance() - Static method in class org.hipparchus.fraction.FractionFormat
-
Returns the default complex format for the current locale.
- getProperInstance(Locale) - Static method in class org.hipparchus.fraction.BigFractionFormat
-
Returns the default complex format for the given locale.
- getProperInstance(Locale) - Static method in class org.hipparchus.fraction.FractionFormat
-
Returns the default complex format for the given locale.
- getPT() - Method in class org.hipparchus.linear.HessenbergTransformer
-
Returns the transpose of the matrix P of the transform.
- getPT() - Method in class org.hipparchus.linear.SchurTransformer
-
Returns the transpose of the matrix P of the transform.
- getQ() - Method in class org.hipparchus.linear.FieldQRDecomposition
-
Returns the matrix Q of the decomposition.
- getQ() - Method in class org.hipparchus.linear.QRDecomposition
-
Returns the matrix Q of the decomposition.
- getQ() - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiTheta
-
Get the nome.
- getQ() - Method in class org.hipparchus.special.elliptic.jacobi.JacobiTheta
-
Get the nome.
- getQ0() - Method in class org.hipparchus.complex.Quaternion
-
Gets the first component of the quaternion (scalar part).
- getQ1() - Method in class org.hipparchus.complex.Quaternion
-
Gets the second component of the quaternion (first component of the vector part).
- getQ2() - Method in class org.hipparchus.complex.Quaternion
-
Gets the third component of the quaternion (second component of the vector part).
- getQ3() - Method in class org.hipparchus.complex.Quaternion
-
Gets the fourth component of the quaternion (third component of the vector part).
- getQT() - Method in class org.hipparchus.linear.FieldQRDecomposition
-
Returns the transpose of the matrix Q of the decomposition.
- getQT() - Method in class org.hipparchus.linear.QRDecomposition
-
Returns the transpose of the matrix Q of the decomposition.
- getQuadratic() - Static method in class org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Get the
quadratic smoothstep function
. - getQuadratic(Field<T>) - Static method in class org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Get the
quadratic smoothstep function
. - getQuintic() - Static method in class org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Get the
quintic smoothstep function
. - getQuintic(Field<T>) - Static method in class org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Get the
quintic smoothstep function
. - getR() - Method in class org.hipparchus.linear.FieldQRDecomposition
-
Returns the matrix R of the decomposition.
- getR() - Method in class org.hipparchus.linear.QRDecomposition
-
Returns the matrix R of the decomposition.
- getRadixDigits() - Method in class org.hipparchus.dfp.Dfp
-
Get the number of radix digits of the instance.
- getRadixDigits() - Method in class org.hipparchus.dfp.DfpField
-
Get the number of radix digits of the
Dfp
instances built by this factory. - getRadToDeg() - Method in class org.hipparchus.dfp.DfpField
-
Get the radians to degrees conversion factor.
- getRank() - Method in class org.hipparchus.linear.RectangularCholeskyDecomposition
-
Get the rank of the symmetric positive semidefinite matrix.
- getRank() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Return the effective numerical matrix rank.
- getRank() - Method in class org.hipparchus.random.CorrelatedRandomVectorGenerator
-
Get the rank of the covariance matrix.
- getRank(double) - Method in class org.hipparchus.linear.RRQRDecomposition
-
Return the effective numerical matrix rank.
- getReal() - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Get the real value of the number.
- getReal() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.complex.Complex
-
Access the real part.
- getReal() - Method in class org.hipparchus.complex.FieldComplex
-
Access the real part.
- getReal() - Method in class org.hipparchus.dfp.Dfp
-
Get the real value of the number.
- getReal() - Method in interface org.hipparchus.FieldElement
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.fraction.BigFraction
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.fraction.Fraction
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.util.BigReal
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.util.Binary64
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.util.FieldTuple
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.util.Tuple
-
Get the real value of the number.
- getReal(int) - Method in class org.hipparchus.complex.RootsOfUnity
-
Get the real part of the
k
-thn
-th root of unity. - getRealFormat() - Method in class org.hipparchus.complex.ComplexFormat
-
Access the realFormat.
- getRealMatrixFormat() - Static method in class org.hipparchus.linear.RealMatrixFormat
-
Returns the default real vector format for the current locale.
- getRealMatrixFormat(Locale) - Static method in class org.hipparchus.linear.RealMatrixFormat
-
Returns the default real vector format for the given locale.
- getRealPart() - Method in class org.hipparchus.complex.Complex
-
Access the real part.
- getRealPart() - Method in class org.hipparchus.complex.FieldComplex
-
Access the real part.
- getRealVectorFormat() - Static method in class org.hipparchus.linear.RealVectorFormat
-
Returns the default real vector format for the current locale.
- getRealVectorFormat(Locale) - Static method in class org.hipparchus.linear.RealVectorFormat
-
Returns the default real vector format for the given locale.
- getReducedFraction(int, int) - Static method in class org.hipparchus.fraction.BigFraction
-
Creates a
BigFraction
instance with the 2 parts of a fraction Y/Z. - getReducedFraction(int, int) - Static method in class org.hipparchus.fraction.Fraction
-
Creates a
Fraction
instance with the 2 parts of a fraction Y/Z. - getRelativeAccuracy() - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Get the relative accuracy.
- getRelativeAccuracy() - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the relative accuracy.
- getRelativeAccuracy() - Method in interface org.hipparchus.analysis.integration.FieldUnivariateIntegrator
-
Get the relative accuracy.
- getRelativeAccuracy() - Method in interface org.hipparchus.analysis.integration.UnivariateIntegrator
-
Get the relative accuracy.
- getRelativeAccuracy() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Get the relative accuracy of the solver.
- getRelativeAccuracy() - Method in interface org.hipparchus.analysis.solvers.BaseUnivariateSolver
-
Get the relative accuracy of the solver.
- getRelativeAccuracy() - Method in interface org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver
-
Get the relative accuracy of the solver.
- getRelativeAccuracy() - Method in class org.hipparchus.analysis.solvers.FieldBracketingNthOrderBrentSolver
-
Get the relative accuracy.
- getResidual() - Method in class org.hipparchus.linear.DefaultIterativeLinearSolverEvent
-
Returns the residual.
- getResidual() - Method in class org.hipparchus.linear.IterativeLinearSolverEvent
-
Returns the residual.
- getResidual() - Method in class org.hipparchus.util.MathUtils.FieldSumAndResidual
-
Returns the residual error in the sum.
- getResidual() - Method in class org.hipparchus.util.MathUtils.SumAndResidual
-
Returns the residual error in the sum.
- getRightAbscissa() - Method in class org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver.Interval
-
Get the right abscissa.
- getRightAbscissa() - Method in class org.hipparchus.analysis.solvers.BracketedUnivariateSolver.Interval
-
Get the right abscissa.
- getRightHandSideVector() - Method in class org.hipparchus.linear.DefaultIterativeLinearSolverEvent
-
Returns the current right-hand side of the linear system to be solved.
- getRightHandSideVector() - Method in class org.hipparchus.linear.IterativeLinearSolverEvent
-
Returns the current right-hand side of the linear system to be solved.
- getRightValue() - Method in class org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver.Interval
-
Get the function value at
BracketedRealFieldUnivariateSolver.Interval.getRightAbscissa()
. - getRightValue() - Method in class org.hipparchus.analysis.solvers.BracketedUnivariateSolver.Interval
-
Get the function value at
BracketedUnivariateSolver.Interval.getRightAbscissa()
. - getRootMatrix() - Method in class org.hipparchus.linear.RectangularCholeskyDecomposition
-
Get the root of the covariance matrix.
- getRootMatrix() - Method in class org.hipparchus.random.CorrelatedRandomVectorGenerator
-
Get the root of the covariance matrix.
- getRoundingMode() - Method in class org.hipparchus.dfp.DfpField
-
Get the current rounding mode.
- getRoundingMode() - Method in class org.hipparchus.util.BigReal
-
Gets the rounding mode for division operations The default is
RoundingMode.HALF_UP
- getRow(int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get the entries in row number
row
as an array. - getRow(int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Get the entries at the given row index.
- getRow(int) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Get the entries in row number
row
as an array. - getRow(int) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Get the entries at the given row index.
- getRow(int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Get the entries in row number
row
as an array. - getRow(int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Get the entries at the given row index.
- getRow(int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Get the entries in row number
row
as an array. - getRow(int) - Method in interface org.hipparchus.linear.RealMatrix
-
Get the entries at the given row index.
- getRowDimension() - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns the number of rows in the matrix.
- getRowDimension() - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the number of rows of this matrix.
- getRowDimension() - Method in interface org.hipparchus.linear.AnyMatrix
-
Returns the number of rows in the matrix.
- getRowDimension() - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns the number of rows in the matrix.
- getRowDimension() - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the number of rows of this matrix.
- getRowDimension() - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the number of rows in the matrix.
- getRowDimension() - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the number of rows of this matrix.
- getRowDimension() - Method in interface org.hipparchus.linear.DecompositionSolver
-
Returns the number of rows in the matrix.
- getRowDimension() - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the number of rows of this matrix.
- getRowDimension() - Method in interface org.hipparchus.linear.FieldDecompositionSolver
-
Returns the number of rows in the matrix.
- getRowDimension() - Method in class org.hipparchus.linear.JacobiPreconditioner
-
Returns the dimension of the codomain of this operator.
- getRowDimension() - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Returns the number of rows of this matrix.
- getRowDimension() - Method in interface org.hipparchus.linear.RealLinearOperator
-
Returns the dimension of the codomain of this operator.
- getRowDimension() - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Returns the number of rows in the matrix.
- getRowMatrix(int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get the entries in row number
row
as a row matrix. - getRowMatrix(int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Get the entries at the given row index as a row matrix.
- getRowMatrix(int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Get the entries in row number
row
as a row matrix. - getRowMatrix(int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Get the entries at the given row index as a row matrix.
- getRowMatrix(int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Get the entries in row number
row
as a row matrix. - getRowMatrix(int) - Method in interface org.hipparchus.linear.RealMatrix
-
Get the entries at the given row index as a row matrix.
- getRowPrefix() - Method in class org.hipparchus.linear.RealMatrixFormat
-
Get the format prefix.
- getRowSeparator() - Method in class org.hipparchus.linear.RealMatrixFormat
-
Get the format separator between rows of the matrix.
- getRowSuffix() - Method in class org.hipparchus.linear.RealMatrixFormat
-
Get the format suffix.
- getRowVector(int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get the entries in row number
row
as a vector. - getRowVector(int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the entries in row number
row
as a vector. - getRowVector(int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Get the entries in row number
row
as a vector. - getRowVector(int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the entries in row number
row
as a vector. - getRowVector(int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Get the entries in row number
row
as a vector. - getRowVector(int) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the entries in row number
row
as a vector. - getRule(int) - Method in class org.hipparchus.analysis.integration.gauss.AbstractRuleFactory
-
Gets a copy of the quadrature rule with the given number of integration points.
- getRule(int) - Method in class org.hipparchus.analysis.integration.gauss.FieldAbstractRuleFactory
-
Gets a copy of the quadrature rule with the given number of integration points.
- getRule(int) - Method in interface org.hipparchus.analysis.integration.gauss.FieldRuleFactory
-
Gets a copy of the quadrature rule with the given number of integration points.
- getRule(int) - Method in interface org.hipparchus.analysis.integration.gauss.RuleFactory
-
Gets a copy of the quadrature rule with the given number of integration points.
- getRuntimeClass() - Method in class org.hipparchus.analysis.differentiation.DSFactory.DSField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.analysis.differentiation.FDSFactory.DerivativeField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.analysis.differentiation.FieldGradientField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1Field
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2Field
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.analysis.differentiation.GradientField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1Field
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2Field
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.complex.ComplexField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.complex.FieldComplexField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.dfp.DfpField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in interface org.hipparchus.Field
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.fraction.BigFractionField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.fraction.FractionField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.util.BigRealField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class org.hipparchus.util.Binary64Field
-
Returns the runtime class of the FieldElement.
- getS() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Returns the diagonal matrix Σ of the decomposition.
- getSampleSize() - Method in class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
Access the sample size.
- getScalarPart() - Method in class org.hipparchus.complex.Quaternion
-
Gets the scalar part of the quaternion.
- getScale() - Method in class org.hipparchus.distribution.continuous.CauchyDistribution
-
Access the scale parameter.
- getScale() - Method in class org.hipparchus.distribution.continuous.GammaDistribution
-
Returns the scale parameter of
this
distribution. - getScale() - Method in class org.hipparchus.distribution.continuous.GumbelDistribution
-
Access the scale parameter,
beta
. - getScale() - Method in class org.hipparchus.distribution.continuous.LaplaceDistribution
-
Access the scale parameter,
beta
. - getScale() - Method in class org.hipparchus.distribution.continuous.LevyDistribution
-
Get the scale parameter of the distribution.
- getScale() - Method in class org.hipparchus.distribution.continuous.LogisticDistribution
-
Access the scale parameter,
s
. - getScale() - Method in class org.hipparchus.distribution.continuous.NakagamiDistribution
-
Access the scale parameter,
omega
. - getScale() - Method in class org.hipparchus.distribution.continuous.ParetoDistribution
-
Returns the scale parameter of this distribution.
- getScale() - Method in class org.hipparchus.distribution.continuous.WeibullDistribution
-
Access the scale parameter,
beta
. - getScale() - Method in class org.hipparchus.util.BigReal
-
Sets the scale for division operations.
- getSecond() - Method in class org.hipparchus.util.Pair
-
Get the second element of the pair.
- getSecondDerivative() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the second derivative.
- getSecondDerivative() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get the second derivative.
- getSeparator() - Method in class org.hipparchus.linear.RealVectorFormat
-
Get the format separator between components.
- getShape() - Method in class org.hipparchus.distribution.continuous.GammaDistribution
-
Returns the shape parameter of
this
distribution. - getShape() - Method in class org.hipparchus.distribution.continuous.LogNormalDistribution
-
Returns the shape parameter of this distribution.
- getShape() - Method in class org.hipparchus.distribution.continuous.NakagamiDistribution
-
Access the shape parameter,
mu
. - getShape() - Method in class org.hipparchus.distribution.continuous.ParetoDistribution
-
Returns the shape parameter of this distribution.
- getShape() - Method in class org.hipparchus.distribution.continuous.WeibullDistribution
-
Access the shape parameter,
alpha
. - getSide(AllowedSolution) - Method in class org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver.Interval
-
Get the abscissa corresponding to the allowed side.
- getSide(AllowedSolution) - Method in class org.hipparchus.analysis.solvers.BracketedUnivariateSolver.Interval
-
Get the abscissa corresponding to the allowed side.
- getSingularMatrixCheckTolerance() - Method in class org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
-
Gets the current setting for the tolerance check used during singular checks before inversion
- getSingularValues() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Returns the diagonal elements of the matrix Σ of the decomposition.
- getSize() - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Get the array size required for holding partial derivatives data.
- getSize() - Method in class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere
-
Get the size of the sphere.
- getSize() - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Get the number of elements stored in the map.
- getSize() - Method in class org.hipparchus.util.MultidimensionalCounter
-
Get the total number of elements.
- getSizes() - Method in class org.hipparchus.util.MultidimensionalCounter
-
Get the number of multidimensional counter slots in each dimension.
- getSolution() - Method in class org.hipparchus.linear.DefaultIterativeLinearSolverEvent
-
Returns the current estimate of the solution to the linear system to be solved.
- getSolution() - Method in class org.hipparchus.linear.IterativeLinearSolverEvent
-
Returns the current estimate of the solution to the linear system to be solved.
- getSolver() - Method in class org.hipparchus.linear.CholeskyDecomposition
-
Get a solver for finding the A × X = B solution in least square sense.
- getSolver() - Method in class org.hipparchus.linear.EigenDecompositionSymmetric
-
Gets a solver for finding the \(A \times X = B\) solution in exact linear sense.
- getSolver() - Method in class org.hipparchus.linear.FieldLUDecomposition
-
Get a solver for finding the A × X = B solution in exact linear sense.
- getSolver() - Method in class org.hipparchus.linear.FieldQRDecomposition
-
Get a solver for finding the A × X = B solution in least square sense.
- getSolver() - Method in class org.hipparchus.linear.LUDecomposition
-
Get a solver for finding the A × X = B solution in exact linear sense.
- getSolver() - Method in class org.hipparchus.linear.QRDecomposition
-
Get a solver for finding the A × X = B solution in least square sense.
- getSolver() - Method in class org.hipparchus.linear.RRQRDecomposition
-
Get a solver for finding the A × X = B solution in least square sense.
- getSolver() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Get a solver for finding the A × X = B solution in least square sense.
- getSolverAbsoluteAccuracy() - Method in class org.hipparchus.distribution.continuous.AbstractRealDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSourceString() - Method in class org.hipparchus.exception.DummyLocalizable
-
Gets the source (non-localized) string.
- getSourceString() - Method in interface org.hipparchus.exception.Localizable
-
Gets the source (non-localized) string.
- getSourceString() - Method in enum org.hipparchus.exception.LocalizedCoreFormats
-
Gets the source (non-localized) string.
- getSparsity() - Method in class org.hipparchus.linear.OpenMapRealVector
-
Get percentage of none zero elements as a decimal percent.
- getSpecifier() - Method in interface org.hipparchus.exception.LocalizedException
-
Get the localizable specifier of the error message.
- getSpecifier() - Method in exception org.hipparchus.exception.MathRuntimeException
-
Get the localizable specifier of the error message.
- getSpecifier() - Method in exception org.hipparchus.exception.NullArgumentException
-
Get the localizable specifier of the error message.
- getSqr2() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant √2.
- getSqr2Reciprocal() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant √2 / 2.
- getSqr2Split() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant √2 split in two pieces.
- getSqr3() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant √3.
- getSqr3Reciprocal() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant √3 / 3.
- getSquareRoot() - Method in class org.hipparchus.linear.EigenDecompositionSymmetric
-
Computes the square-root of the matrix.
- getStandardDeviation() - Method in class org.hipparchus.distribution.continuous.NormalDistribution
-
Access the standard deviation.
- getStandardDeviations() - Method in class org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
-
Gets the square root of each element on the diagonal of the covariance matrix.
- getStartIndex() - Method in class org.hipparchus.util.ResizableDoubleArray
-
Returns the "start index" of the internal array.
- getStartValue() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Get initial guess.
- getStationarySigma() - Method in class org.hipparchus.random.GaussMarkovGenerator
-
Get the standard deviation of the stationary process.
- getStepSize() - Method in class org.hipparchus.analysis.differentiation.FiniteDifferencesDifferentiator
-
Get the step size.
- getSubMatrix(int[], int[]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get a submatrix.
- getSubMatrix(int[], int[]) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Gets a submatrix.
- getSubMatrix(int[], int[]) - Method in interface org.hipparchus.linear.FieldMatrix
-
Get a submatrix.
- getSubMatrix(int[], int[]) - Method in interface org.hipparchus.linear.RealMatrix
-
Gets a submatrix.
- getSubMatrix(int, int, int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get a submatrix.
- getSubMatrix(int, int, int, int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Gets a submatrix.
- getSubMatrix(int, int, int, int) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Get a submatrix.
- getSubMatrix(int, int, int, int) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Gets a submatrix.
- getSubMatrix(int, int, int, int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Get a submatrix.
- getSubMatrix(int, int, int, int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Gets a submatrix.
- getSubMatrix(int, int, int, int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Get a submatrix.
- getSubMatrix(int, int, int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Gets a submatrix.
- getSubVector(int, int) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Get a subvector from consecutive elements.
- getSubVector(int, int) - Method in class org.hipparchus.linear.ArrayRealVector
-
Get a subvector from consecutive elements.
- getSubVector(int, int) - Method in interface org.hipparchus.linear.FieldVector
-
Get a subvector from consecutive elements.
- getSubVector(int, int) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Get a subvector from consecutive elements.
- getSubVector(int, int) - Method in class org.hipparchus.linear.RealVector
-
Get a subvector from consecutive elements.
- getSubVector(int, int) - Method in class org.hipparchus.linear.SparseFieldVector
-
Get a subvector from consecutive elements.
- getSuffix() - Method in class org.hipparchus.linear.RealMatrixFormat
-
Get the format suffix.
- getSuffix() - Method in class org.hipparchus.linear.RealVectorFormat
-
Get the format suffix.
- getSum() - Method in class org.hipparchus.util.MathUtils.FieldSumAndResidual
-
Returns the sum.
- getSum() - Method in class org.hipparchus.util.MathUtils.SumAndResidual
-
Returns the sum.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.BetaDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.CauchyDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.ConstantRealDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.ExponentialDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.FDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.GammaDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.GumbelDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.LaplaceDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.LevyDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.LogisticDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.LogNormalDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.NakagamiDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.NormalDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.ParetoDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.TDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.TriangularDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.UniformRealDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.continuous.WeibullDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.discrete.BinomialDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.discrete.EnumeratedIntegerDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.discrete.GeometricDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.discrete.PascalDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.discrete.PoissonDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.discrete.UniformIntegerDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in interface org.hipparchus.distribution.IntegerDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in interface org.hipparchus.distribution.RealDistribution
-
Access the lower bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.BetaDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.CauchyDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.ConstantRealDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.ExponentialDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.FDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.GammaDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.GumbelDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.LaplaceDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.LevyDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.LogisticDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.LogNormalDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.NakagamiDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.NormalDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.ParetoDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.TDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.TriangularDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.UniformRealDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.continuous.WeibullDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.discrete.BinomialDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.discrete.EnumeratedIntegerDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.discrete.GeometricDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.discrete.PascalDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.discrete.PoissonDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.discrete.UniformIntegerDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in interface org.hipparchus.distribution.IntegerDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in interface org.hipparchus.distribution.RealDistribution
-
Access the upper bound of the support.
- getT() - Method in class org.hipparchus.linear.SchurTransformer
-
Returns the quasi-triangular Schur matrix T of the transform.
- getTau() - Method in class org.hipparchus.random.GaussMarkovGenerator
-
Get the correlation time.
- getTrace() - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns the trace of the matrix (the sum of the elements on the main diagonal).
- getTrace() - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the trace of the matrix (the sum of the elements on the main diagonal).
- getTrace() - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the trace of the matrix (the sum of the elements on the main diagonal).
- getTrace() - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the trace of the matrix (the sum of the elements on the main diagonal).
- getTwo() - Method in class org.hipparchus.dfp.Dfp
-
Get the constant 2.
- getTwo() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant 2.
- getU() - Method in class org.hipparchus.linear.FieldLUDecomposition
-
Returns the matrix U of the decomposition.
- getU() - Method in class org.hipparchus.linear.LUDecomposition
-
Returns the matrix U of the decomposition.
- getU() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Returns the matrix U of the decomposition.
- getUnivariateDerivative1Field(Field<T>) - Static method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1Field
-
Get the univariate derivative field corresponding to a value field.
- getUnivariateDerivative2Field(Field<T>) - Static method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2Field
-
Get the univariate derivative field corresponding to a value field.
- getUnscentedCovariance(RealVector[], RealVector) - Method in interface org.hipparchus.util.UnscentedTransformProvider
-
Computes the unscented covariance matrix from a weighted mean state and a set of sigma points.
- getUnscentedMeanState(RealVector[]) - Method in interface org.hipparchus.util.UnscentedTransformProvider
-
Computes a weighted mean state from a given set of sigma points.
- getUT() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Returns the transpose of the matrix U of the decomposition.
- getV() - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Getter V.
- getV() - Method in class org.hipparchus.linear.EigenDecompositionNonSymmetric
-
Gets the matrix V of the decomposition.
- getV() - Method in class org.hipparchus.linear.EigenDecompositionSymmetric
-
Gets the matrix V of the decomposition.
- getV() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Returns the matrix V of the decomposition.
- getVals() - Method in class org.hipparchus.special.BesselJ.BesselJResult
-
Get computed function values.
- getValue() - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Get the value part of the function.
- getValue() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get the value part of the derivative structure.
- getValue() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Get the value part of the function.
- getValue() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Get the value part of the derivative structure.
- getValue() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get the value part of the function.
- getValue() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get the value part of the univariate derivative.
- getValue() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the value part of the univariate derivative.
- getValue() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Get the value part of the function.
- getValue() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Get the value of the function.
- getValue() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Get the value part of the function.
- getValue() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get the value part of the function.
- getValue() - Method in class org.hipparchus.linear.OpenMapRealVector.OpenMapEntry
-
Get the value of the entry.
- getValue() - Method in class org.hipparchus.linear.RealVector.Entry
-
Get the value of the entry.
- getValue() - Method in class org.hipparchus.util.Pair
-
Get the value.
- getValueField() - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
Get the
Field
the value and parameters of the function belongs to. - getValueField() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get the
Field
the value and parameters of the function belongs to. - getValueField() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get the
Field
the value and parameters of the function belongs to. - getValueField() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the
Field
the value and parameters of the function belongs to. - getVectorPart() - Method in class org.hipparchus.complex.Quaternion
-
Gets the three components of the vector part of the quaternion.
- getVInv() - Method in class org.hipparchus.linear.EigenDecompositionNonSymmetric
-
Gets the inverse of the matrix V of the decomposition.
- getVT() - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Getter VT.
- getVT() - Method in class org.hipparchus.linear.EigenDecompositionSymmetric
-
Gets the transpose of the matrix V of the decomposition.
- getVT() - Method in class org.hipparchus.linear.OrderedComplexEigenDecomposition
-
Getter VT.
- getVT() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Returns the transpose of the matrix V of the decomposition.
- getWc() - Method in class org.hipparchus.util.JulierUnscentedTransform
-
Get the covariance weights.
- getWc() - Method in class org.hipparchus.util.MerweUnscentedTransform
-
Get the covariance weights.
- getWc() - Method in interface org.hipparchus.util.UnscentedTransformProvider
-
Get the covariance weights.
- getWeight(int) - Method in class org.hipparchus.analysis.integration.gauss.FieldGaussIntegrator
-
Gets the weight of the integration point at the given index.
- getWeight(int) - Method in class org.hipparchus.analysis.integration.gauss.GaussIntegrator
-
Gets the weight of the integration point at the given index.
- getWholeFormat() - Method in class org.hipparchus.fraction.ProperBigFractionFormat
-
Access the whole format.
- getWholeFormat() - Method in class org.hipparchus.fraction.ProperFractionFormat
-
Access the whole format.
- getWm() - Method in class org.hipparchus.util.JulierUnscentedTransform
-
Get the mean weights.
- getWm() - Method in class org.hipparchus.util.MerweUnscentedTransform
-
Get the mean weights.
- getWm() - Method in interface org.hipparchus.util.UnscentedTransformProvider
-
Get the mean weights.
- getXInf() - Method in class org.hipparchus.analysis.interpolation.BilinearInterpolatingFunction
-
Get the lowest grid x coordinate.
- getXSup() - Method in class org.hipparchus.analysis.interpolation.BilinearInterpolatingFunction
-
Get the highest grid x coordinate.
- getYInf() - Method in class org.hipparchus.analysis.interpolation.BilinearInterpolatingFunction
-
Get the lowest grid y coordinate.
- getYSup() - Method in class org.hipparchus.analysis.interpolation.BilinearInterpolatingFunction
-
Get the highest grid y coordinate.
- getZero() - Method in class org.hipparchus.analysis.differentiation.DSFactory.DSField
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.analysis.differentiation.FDSFactory.DerivativeField
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.analysis.differentiation.FieldGradientField
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1Field
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2Field
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.analysis.differentiation.GradientField
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1Field
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2Field
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.complex.ComplexField
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.complex.FieldComplexField
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.dfp.Dfp
-
Get the constant 0.
- getZero() - Method in class org.hipparchus.dfp.DfpField
-
Get the constant 0.
- getZero() - Method in interface org.hipparchus.Field
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.fraction.BigFractionField
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.fraction.FractionField
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.util.BigRealField
-
Get the additive identity of the field.
- getZero() - Method in class org.hipparchus.util.Binary64Field
-
Get the additive identity of the field.
- getZero(Field<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Get a complex number representing "0.0 + 0.0i".
- gradient(double, double...) - Method in class org.hipparchus.analysis.function.Gaussian.Parametric
-
Computes the value of the gradient at
x
. - gradient(double, double...) - Method in class org.hipparchus.analysis.function.HarmonicOscillator.Parametric
-
Computes the value of the gradient at
x
. - gradient(double, double...) - Method in class org.hipparchus.analysis.function.Logistic.Parametric
-
Computes the value of the gradient at
x
. - gradient(double, double...) - Method in class org.hipparchus.analysis.function.Logit.Parametric
-
Computes the value of the gradient at
x
. - gradient(double, double...) - Method in class org.hipparchus.analysis.function.Sigmoid.Parametric
-
Computes the value of the gradient at
x
. - gradient(double, double...) - Method in interface org.hipparchus.analysis.ParametricUnivariateFunction
-
Compute the gradient of the function with respect to its parameters.
- gradient(double, double...) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction.Parametric
-
Compute the gradient of the function with respect to its parameters.
- Gradient - Class in org.hipparchus.analysis.differentiation
-
Class representing both the value and the differentials of a function.
- Gradient(double, double...) - Constructor for class org.hipparchus.analysis.differentiation.Gradient
-
Build an instance with values and derivative.
- Gradient(DerivativeStructure) - Constructor for class org.hipparchus.analysis.differentiation.Gradient
-
Build an instance from a
DerivativeStructure
. - GradientField - Class in org.hipparchus.analysis.differentiation
-
Field for
Gradient
instances. - GradientFunction - Class in org.hipparchus.analysis.differentiation
-
Class representing the gradient of a multivariate function.
- GradientFunction(MultivariateDifferentiableFunction) - Constructor for class org.hipparchus.analysis.differentiation.GradientFunction
-
Simple constructor.
- greaterThan(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Check if instance is greater than x.
- GridAxis - Class in org.hipparchus.analysis.interpolation
-
Helper for finding interpolation nodes along one axis of grid data.
- GridAxis(double[], int) - Constructor for class org.hipparchus.analysis.interpolation.GridAxis
-
Simple constructor.
- growTable(int) - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Grow the tables.
- growTable(int) - Method in class org.hipparchus.util.OpenIntToDoubleHashMap
-
Grow the tables.
- growTable(int) - Method in class org.hipparchus.util.OpenIntToFieldHashMap
-
Grow the tables.
- GumbelDistribution - Class in org.hipparchus.distribution.continuous
-
This class implements the Gumbel distribution.
- GumbelDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.GumbelDistribution
-
Build a new instance.
H
- HaltonSequenceGenerator - Class in org.hipparchus.random
-
Implementation of a Halton sequence.
- HaltonSequenceGenerator(int) - Constructor for class org.hipparchus.random.HaltonSequenceGenerator
-
Construct a new Halton sequence generator for the given space dimension.
- HaltonSequenceGenerator(int, int[], int[]) - Constructor for class org.hipparchus.random.HaltonSequenceGenerator
-
Construct a new Halton sequence generator with the given base numbers and weights for each dimension.
- HarmonicOscillator - Class in org.hipparchus.analysis.function
-
simple harmonic oscillator function.
- HarmonicOscillator(double, double, double) - Constructor for class org.hipparchus.analysis.function.HarmonicOscillator
-
Harmonic oscillator function.
- HarmonicOscillator.Parametric - Class in org.hipparchus.analysis.function
-
Parametric function where the input array contains the parameters of the harmonic oscillator function, ordered as follows: Amplitude Angular frequency Phase
- hasComplexEigenvalues() - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Confirm if there are complex eigen values.
- hash(double) - Static method in class org.hipparchus.util.MathUtils
-
Returns an integer hash code representing the given double value.
- hash(double[]) - Static method in class org.hipparchus.util.MathUtils
-
Returns an integer hash code representing the given double array.
- hashCode() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get a hashCode for the derivative structure.
- hashCode() - Method in class org.hipparchus.analysis.differentiation.DSFactory.DSField
- hashCode() - Method in class org.hipparchus.analysis.differentiation.FDSFactory.DerivativeField
- hashCode() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get a hashCode for the univariate derivative.
- hashCode() - Method in class org.hipparchus.analysis.differentiation.FieldGradientField
- hashCode() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get a hashCode for the univariate derivative.
- hashCode() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1Field
- hashCode() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get a hashCode for the univariate derivative.
- hashCode() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2Field
- hashCode() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Get a hashCode for the univariate derivative.
- hashCode() - Method in class org.hipparchus.analysis.differentiation.GradientField
- hashCode() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Get a hashCode for the derivative structure.
- hashCode() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Get a hashCode for the univariate derivative.
- hashCode() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1Field
- hashCode() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get a hashCode for the univariate derivative.
- hashCode() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2Field
- hashCode() - Method in class org.hipparchus.analysis.polynomials.JacobiKey
-
Get hash code.
- hashCode() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
- hashCode() - Method in class org.hipparchus.complex.Complex
-
Get a hashCode for the complex number.
- hashCode() - Method in class org.hipparchus.complex.ComplexField
- hashCode() - Method in class org.hipparchus.complex.FieldComplex
-
Get a hashCode for the complex number.
- hashCode() - Method in class org.hipparchus.complex.FieldComplexField
- hashCode() - Method in class org.hipparchus.complex.Quaternion
- hashCode() - Method in class org.hipparchus.dfp.Dfp
-
Gets a hashCode for the instance.
- hashCode() - Method in class org.hipparchus.dfp.DfpField
- hashCode() - Method in class org.hipparchus.fraction.BigFraction
-
Gets a hashCode for the fraction.
- hashCode() - Method in class org.hipparchus.fraction.BigFractionField
- hashCode() - Method in class org.hipparchus.fraction.Fraction
-
Gets a hashCode for the fraction.
- hashCode() - Method in class org.hipparchus.fraction.FractionField
- hashCode() - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Computes a hashcode for the matrix.
- hashCode() - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Computes a hashcode for the matrix.
- hashCode() - Method in class org.hipparchus.linear.ArrayFieldVector
-
Get a hashCode for the real vector.
- hashCode() - Method in class org.hipparchus.linear.ArrayRealVector
-
.
- hashCode() - Method in class org.hipparchus.linear.OpenMapRealVector
-
.
- hashCode() - Method in class org.hipparchus.linear.RealVector
-
.
- hashCode() - Method in class org.hipparchus.linear.SparseFieldVector
- hashCode() - Method in class org.hipparchus.util.BigReal
- hashCode() - Method in class org.hipparchus.util.BigRealField
- hashCode() - Method in class org.hipparchus.util.Binary64
-
The current implementation returns the same value as
new Double(this.doubleValue()).hashCode()
- hashCode() - Method in class org.hipparchus.util.Binary64Field
- hashCode() - Method in class org.hipparchus.util.FieldTuple
- hashCode() - Method in class org.hipparchus.util.OpenIntToDoubleHashMap
- hashCode() - Method in class org.hipparchus.util.OpenIntToFieldHashMap
- hashCode() - Method in class org.hipparchus.util.Pair
-
Compute a hash code.
- hashCode() - Method in class org.hipparchus.util.ResizableDoubleArray
-
Returns a hash code consistent with equals.
- hashCode() - Method in class org.hipparchus.util.Tuple
- hasNext() - Method in class org.hipparchus.linear.OpenMapRealVector.OpenMapSparseIterator
- hasNext() - Method in class org.hipparchus.linear.RealVector.SparseEntryIterator
- hasNext() - Method in class org.hipparchus.util.AbstractOpenIntHashMap.BaseIterator
-
Check if there is a next element in the map.
- hasNext() - Method in class org.hipparchus.util.MultidimensionalCounter.Iterator
- hasNext() - Method in class org.hipparchus.util.RosenNumberPartitionIterator
- HEAD - Enum constant in enum org.hipparchus.util.MathArrays.Position
-
Designates the beginning of the array (near index 0).
- hermite(int) - Method in class org.hipparchus.analysis.integration.gauss.FieldGaussIntegratorFactory
-
Creates a Gauss-Hermite integrator of the given order.
- hermite(int) - Method in class org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Creates a Gauss-Hermite integrator of the given order.
- HermiteInterpolator - Class in org.hipparchus.analysis.interpolation
-
Polynomial interpolator using both sample values and sample derivatives.
- HermiteInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.HermiteInterpolator
-
Create an empty interpolator.
- HermiteRuleFactory - Class in org.hipparchus.analysis.integration.gauss
-
Factory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.
- HermiteRuleFactory() - Constructor for class org.hipparchus.analysis.integration.gauss.HermiteRuleFactory
-
Empty constructor.
- HessenbergTransformer - Class in org.hipparchus.linear
-
Class transforming a general real matrix to Hessenberg form.
- HessenbergTransformer(RealMatrix) - Constructor for class org.hipparchus.linear.HessenbergTransformer
-
Build the transformation to Hessenberg form of a general matrix.
- HypergeometricDistribution - Class in org.hipparchus.distribution.discrete
-
Implementation of the hypergeometric distribution.
- HypergeometricDistribution(int, int, int) - Constructor for class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
Construct a new hypergeometric distribution with the specified population size, number of successes in the population, and sample size.
- hypot(double, double) - Static method in class org.hipparchus.util.FastMath
-
Returns the hypotenuse of a triangle with sides
x
andy
- sqrt(x2 +y2)
avoiding intermediate overflow or underflow. - hypot(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(DerivativeStructure, DerivativeStructure) - Static method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Returns the hypotenuse of a triangle with sides
x
andy
- sqrt(x2 +y2) avoiding intermediate overflow or underflow. - hypot(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(FieldDerivativeStructure<T>, FieldDerivativeStructure<T>) - Static method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Returns the hypotenuse of a triangle with sides
x
andy
- sqrt(x2 +y2) avoiding intermediate overflow or underflow. - hypot(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(SparseGradient, SparseGradient) - Static method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Returns the hypotenuse of a triangle with sides
x
andy
- sqrt(x2 +y2) avoiding intermediate overflow or underflow. - hypot(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(Complex) - Method in class org.hipparchus.complex.Complex
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(Binary64) - Method in class org.hipparchus.util.Binary64
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(Tuple) - Method in class org.hipparchus.util.Tuple
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(T) - Method in interface org.hipparchus.CalculusFieldElement
-
Returns the hypotenuse of a triangle with sides
this
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow. - hypot(T, T) - Static method in class org.hipparchus.util.FastMath
-
Returns the hypotenuse of a triangle with sides
x
andy
- sqrt(x2 +y2)
avoiding intermediate overflow or underflow.
I
- I - Static variable in class org.hipparchus.complex.Complex
-
The square root of -1.
- I - Static variable in class org.hipparchus.complex.Quaternion
-
i
- Identity - Class in org.hipparchus.analysis.function
-
Identity function.
- Identity() - Constructor for class org.hipparchus.analysis.function.Identity
-
Empty constructor.
- IDENTITY - Static variable in class org.hipparchus.complex.Quaternion
-
Identity quaternion.
- IEEEremainder(double, double) - Static method in class org.hipparchus.util.FastMath
-
Computes the remainder as prescribed by the IEEE 754 standard.
- IEEEremainder(T, double) - Static method in class org.hipparchus.util.FastMath
-
Computes the remainder as prescribed by the IEEE 754 standard.
- IEEEremainder(T, T) - Static method in class org.hipparchus.util.FastMath
-
Computes the remainder as prescribed by the IEEE 754 standard.
- ILL_CONDITIONED_OPERATOR - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ILL_CONDITIONED_OPERATOR.
- ILLEGAL_STATE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ILLEGAL_STATE.
- ILLINOIS - Enum constant in enum org.hipparchus.analysis.solvers.BaseSecantSolver.Method
-
The
Illinois
method. - IllinoisSolver - Class in org.hipparchus.analysis.solvers
-
Implements the Illinois method for root-finding (approximating a zero of a univariate real function).
- IllinoisSolver() - Constructor for class org.hipparchus.analysis.solvers.IllinoisSolver
-
Construct a solver with default accuracy (1e-6).
- IllinoisSolver(double) - Constructor for class org.hipparchus.analysis.solvers.IllinoisSolver
-
Construct a solver.
- IllinoisSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.IllinoisSolver
-
Construct a solver.
- IllinoisSolver(double, double, double) - Constructor for class org.hipparchus.analysis.solvers.IllinoisSolver
-
Construct a solver.
- IMAGINARY_FORMAT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
IMAGINARY_FORMAT.
- INCREASING - Enum constant in enum org.hipparchus.util.MathArrays.OrderDirection
-
Constant for increasing direction.
- increment() - Method in class org.hipparchus.util.Incrementor
-
Adds the increment value to the current iteration count.
- increment(int) - Method in class org.hipparchus.util.Incrementor
-
Performs multiple increments.
- incrementEvaluationCount() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Increment the evaluation count by one.
- incrementExact(int) - Static method in class org.hipparchus.util.FastMath
-
Increment a number, detecting overflows.
- incrementExact(long) - Static method in class org.hipparchus.util.FastMath
-
Increment a number, detecting overflows.
- incrementIterationCount() - Method in class org.hipparchus.util.IterationManager
-
Increments the iteration count by one, and throws an exception if the maximum number of iterations is reached.
- Incrementor - Class in org.hipparchus.util
-
Utility that increments a counter until a maximum is reached, at which point, the instance will by default throw a
MathIllegalStateException
. - Incrementor() - Constructor for class org.hipparchus.util.Incrementor
-
Creates an Incrementor.
- Incrementor(int) - Constructor for class org.hipparchus.util.Incrementor
-
Creates an Incrementor.
- Incrementor(int, Incrementor.MaxCountExceededCallback) - Constructor for class org.hipparchus.util.Incrementor
-
Creates an Incrementor.
- Incrementor.MaxCountExceededCallback - Interface in org.hipparchus.util
-
Defines a method to be called at counter exhaustion.
- index - Variable in class org.hipparchus.random.AbstractWell
-
Current index in the bytes pool.
- INDEX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INDEX.
- INDEX_LARGER_THAN_MAX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INDEX_LARGER_THAN_MAX.
- INDEX_NOT_POSITIVE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INDEX_NOT_POSITIVE.
- IndexTable(int, int, int, int) - Constructor for class org.hipparchus.random.AbstractWell.IndexTable
-
Creates a new pre-calculated indirection index table.
- INF - Static variable in class org.hipparchus.complex.Complex
-
A complex number representing "+INF + INFi"
- INFINITE - Static variable in class org.hipparchus.dfp.Dfp
-
Indicator value for Infinity.
- INFINITE_ARRAY_ELEMENT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INFINITE_ARRAY_ELEMENT.
- INFINITE_BOUND - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INFINITE_BOUND.
- INFINITE_VALUE_CONVERSION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INFINITE_VALUE_CONVERSION.
- INITIAL_CAPACITY_NOT_POSITIVE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INITIAL_CAPACITY_NOT_POSITIVE.
- INITIAL_COLUMN_AFTER_FINAL_COLUMN - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INITIAL_COLUMN_AFTER_FINAL_COLUMN.
- INITIAL_ROW_AFTER_FINAL_ROW - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INITIAL_ROW_AFTER_FINAL_ROW.
- initializationPerformed(IterationEvent) - Method in interface org.hipparchus.util.IterationListener
-
Invoked after completion of the initial phase of the iterative algorithm (prior to the main iteration loop).
- INPUT_ARRAY - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INPUT_ARRAY.
- INPUT_EXPECTED_BETWEEN_ZERO_AND_ONE_INCLUDED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INPUT_EXPECTED_BETWEEN_ZERO_AND_ONE_INCLUDED.
- INSUFFICIENT_DATA - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INSUFFICIENT_DATA.
- INSUFFICIENT_DIMENSION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INSUFFICIENT_DIMENSION.
- INSUFFICIENT_OBSERVED_POINTS_IN_SAMPLE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INSUFFICIENT_OBSERVED_POINTS_IN_SAMPLE.
- INSUFFICIENT_ROWS_AND_COLUMNS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INSUFFICIENT_ROWS_AND_COLUMNS.
- IntegerDistribution - Interface in org.hipparchus.distribution
-
Interface for discrete distributions.
- integrate(double, double) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Returns the definite integral of this polymomial over the given interval.
- integrate(double, double) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Returns the definite integral of this polymomial over the given interval.
- integrate(int, int) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Integrate w.r.t.
- integrate(int, int) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Integrate w.r.t.
- integrate(int, CalculusFieldUnivariateFunction<Complex>, Complex, Complex) - Method in class org.hipparchus.complex.ComplexUnivariateIntegrator
-
Integrate a function along a straight path between points.
- integrate(int, CalculusFieldUnivariateFunction<Complex>, Complex, Complex...) - Method in class org.hipparchus.complex.ComplexUnivariateIntegrator
-
Integrate a function along a polyline path between any number of points.
- integrate(int, CalculusFieldUnivariateFunction<FieldComplex<T>>, FieldComplex<T>, FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplexUnivariateIntegrator
-
Integrate a function along a straight path between points.
- integrate(int, CalculusFieldUnivariateFunction<FieldComplex<T>>, FieldComplex<T>, FieldComplex<T>...) - Method in class org.hipparchus.complex.FieldComplexUnivariateIntegrator
-
Integrate a function along a polyline path between any number of points.
- integrate(int, CalculusFieldUnivariateFunction<T>, T, T) - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Integrate the function in the given interval.
- integrate(int, CalculusFieldUnivariateFunction<T>, T, T) - Method in interface org.hipparchus.analysis.integration.FieldUnivariateIntegrator
-
Integrate the function in the given interval.
- integrate(int, UnivariateFunction, double, double) - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Integrate the function in the given interval.
- integrate(int, UnivariateFunction, double, double) - Method in interface org.hipparchus.analysis.integration.UnivariateIntegrator
-
Integrate the function in the given interval.
- integrate(CalculusFieldUnivariateFunction<T>) - Method in class org.hipparchus.analysis.integration.gauss.FieldGaussIntegrator
-
Returns an estimate of the integral of
f(x) * w(x)
, wherew
is a weight function that depends on the actual flavor of the Gauss integration scheme. - integrate(CalculusFieldUnivariateFunction<T>) - Method in class org.hipparchus.analysis.integration.gauss.SymmetricFieldGaussIntegrator
-
Returns an estimate of the integral of
f(x) * w(x)
, wherew
is a weight function that depends on the actual flavor of the Gauss integration scheme. - integrate(UnivariateFunction) - Method in class org.hipparchus.analysis.integration.gauss.GaussIntegrator
-
Returns an estimate of the integral of
f(x) * w(x)
, wherew
is a weight function that depends on the actual flavor of the Gauss integration scheme. - integrate(UnivariateFunction) - Method in class org.hipparchus.analysis.integration.gauss.SymmetricGaussIntegrator
-
Returns an estimate of the integral of
f(x) * w(x)
, wherew
is a weight function that depends on the actual flavor of the Gauss integration scheme. - integrate(T, T) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Returns the definite integral of this polymomial over the given interval.
- INTERNAL_ERROR - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INTERNAL_ERROR.
- interpolate(double[][], double[]) - Method in class org.hipparchus.analysis.interpolation.MicrosphereProjectionInterpolator
-
Computes an interpolating function for the data set.
- interpolate(double[][], double[]) - Method in interface org.hipparchus.analysis.interpolation.MultivariateInterpolator
-
Computes an interpolating function for the data set.
- interpolate(double[], double[]) - Method in class org.hipparchus.analysis.interpolation.AkimaSplineInterpolator
-
Computes an interpolating function for the data set.
- interpolate(double[], double[]) - Method in class org.hipparchus.analysis.interpolation.DividedDifferenceInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[]) - Method in class org.hipparchus.analysis.interpolation.LinearInterpolator
-
Computes a linear interpolating function for the data set.
- interpolate(double[], double[]) - Method in class org.hipparchus.analysis.interpolation.LoessInterpolator
-
Compute an interpolating function by performing a loess fit on the data at the original abscissae and then building a cubic spline with a
SplineInterpolator
on the resulting fit. - interpolate(double[], double[]) - Method in class org.hipparchus.analysis.interpolation.NevilleInterpolator
-
Computes an interpolating function for the data set.
- interpolate(double[], double[]) - Method in class org.hipparchus.analysis.interpolation.SplineInterpolator
-
Computes an interpolating function for the data set.
- interpolate(double[], double[]) - Method in interface org.hipparchus.analysis.interpolation.UnivariateInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[]) - Method in class org.hipparchus.analysis.interpolation.UnivariatePeriodicInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[], double[][]) - Method in class org.hipparchus.analysis.interpolation.BicubicInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[], double[][]) - Method in class org.hipparchus.analysis.interpolation.BilinearInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[], double[][]) - Method in interface org.hipparchus.analysis.interpolation.BivariateGridInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[], double[][]) - Method in class org.hipparchus.analysis.interpolation.PiecewiseBicubicSplineInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[], double[], double[][][]) - Method in class org.hipparchus.analysis.interpolation.TricubicInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[], double[], double[][][]) - Method in interface org.hipparchus.analysis.interpolation.TrivariateGridInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(T[], T[]) - Method in class org.hipparchus.analysis.interpolation.AkimaSplineInterpolator
-
Computes an interpolating function for the data set.
- interpolate(T[], T[]) - Method in interface org.hipparchus.analysis.interpolation.FieldUnivariateInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(T[], T[]) - Method in class org.hipparchus.analysis.interpolation.LinearInterpolator
-
Computes a linear interpolating function for the data set.
- interpolate(T[], T[]) - Method in class org.hipparchus.analysis.interpolation.SplineInterpolator
-
Computes an interpolating function for the data set.
- InterpolatingMicrosphere - Class in org.hipparchus.analysis.interpolation
-
Utility class for the
MicrosphereProjectionInterpolator
algorithm. - InterpolatingMicrosphere(int, int, double, double, double) - Constructor for class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere
-
Create an unitialiazed sphere.
- InterpolatingMicrosphere(int, int, double, double, double, UnitSphereRandomVectorGenerator) - Constructor for class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere
-
Create a sphere from randomly sampled vectors.
- InterpolatingMicrosphere(InterpolatingMicrosphere) - Constructor for class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere
-
Copy constructor.
- InterpolatingMicrosphere2D - Class in org.hipparchus.analysis.interpolation
-
Utility class for the
MicrosphereProjectionInterpolator
algorithm. - InterpolatingMicrosphere2D(int, double, double, double) - Constructor for class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere2D
-
Create a sphere from vectors regularly sampled around a circle.
- InterpolatingMicrosphere2D(InterpolatingMicrosphere2D) - Constructor for class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere2D
-
Copy constructor.
- interpolationIndex(double) - Method in class org.hipparchus.analysis.interpolation.GridAxis
-
Get the index of the first interpolation node for some coordinate along the grid.
- Interval(double, double, double, double) - Constructor for class org.hipparchus.analysis.solvers.BracketedUnivariateSolver.Interval
-
Construct a new interval with the given end points.
- Interval(T, T, T, T) - Constructor for class org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver.Interval
-
Construct a new interval with the given end points.
- intLog10() - Method in class org.hipparchus.dfp.Dfp
-
Get the exponent of the greatest power of 10 that is less than or equal to abs(this).
- intValue() - Method in class org.hipparchus.dfp.Dfp
-
Convert this to an integer.
- intValue() - Method in class org.hipparchus.fraction.BigFraction
-
Gets the fraction as an
int
. - intValue() - Method in class org.hipparchus.fraction.Fraction
-
Gets the fraction as an
int
. - intValue() - Method in class org.hipparchus.util.Binary64
-
The current implementation performs casting to a
int
. - INVALID_MAX_ITERATIONS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
INVALID_MAX_ITERATIONS.
- inverse() - Method in class org.hipparchus.linear.DiagonalMatrix
-
Computes the inverse of this diagonal matrix.
- inverse(double) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Computes the inverse of this diagonal matrix.
- inverse(RealMatrix) - Static method in class org.hipparchus.linear.MatrixUtils
-
Computes the inverse of the given matrix.
- inverse(RealMatrix, double) - Static method in class org.hipparchus.linear.MatrixUtils
-
Computes the inverse of the given matrix.
- Inverse - Class in org.hipparchus.analysis.function
-
Inverse function.
- Inverse() - Constructor for class org.hipparchus.analysis.function.Inverse
-
Empty constructor.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.AbstractRealDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.CauchyDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.ConstantRealDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.ExponentialDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.GumbelDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.LaplaceDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.LevyDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.LogisticDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.NormalDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.TriangularDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.UniformRealDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.continuous.WeibullDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.discrete.AbstractIntegerDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.hipparchus.distribution.discrete.GeometricDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in interface org.hipparchus.distribution.IntegerDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in interface org.hipparchus.distribution.RealDistribution
-
Computes the quantile function of this distribution.
- inverseUnscentedTransform(RealVector[]) - Method in interface org.hipparchus.util.UnscentedTransformProvider
-
Perform the inverse unscented transform from an array of sigma points.
- invert(FieldMatrixDecomposer<T>) - Method in class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Invert the instance.
- invert(MatrixDecomposer) - Method in class org.hipparchus.analysis.differentiation.TaylorMap
-
Invert the instance.
- invGamma1pm1(double) - Static method in class org.hipparchus.special.Gamma
-
Returns the value of 1 / Γ(1 + x) - 1 for -0.5 ≤ x ≤ 1.5.
- invGamma1pm1(T) - Static method in class org.hipparchus.special.Gamma
-
Returns the value of 1 / Γ(1 + x) - 1 for -0.5 ≤ x ≤ 1.5.
- ISAACRandom - Class in org.hipparchus.random
-
A fast cryptographic pseudo-random number generator.
- ISAACRandom() - Constructor for class org.hipparchus.random.ISAACRandom
-
Creates a new ISAAC random number generator.
- ISAACRandom(int[]) - Constructor for class org.hipparchus.random.ISAACRandom
-
Creates a new ISAAC random number generator using an int array seed.
- ISAACRandom(long) - Constructor for class org.hipparchus.random.ISAACRandom
-
Creates a new ISAAC random number generator using a single long seed.
- isBracketing(double, double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Check whether the function takes opposite signs at the endpoints.
- isBracketing(UnivariateFunction, double, double) - Static method in class org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
Check whether the interval bounds bracket a root.
- isCounterClockWise() - Method in class org.hipparchus.complex.RootsOfUnity
- isDefaultValue(double) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Determine if this value is within epsilon of zero.
- isExisting() - Method in class org.hipparchus.util.AbstractOpenIntHashMap.InsertionHolder
-
Get indicator for value already present before insertion.
- isFinite() - Method in interface org.hipparchus.CalculusFieldElement
-
Check if the instance is finite (neither infinite nor NaN).
- isInfinite() - Method in interface org.hipparchus.CalculusFieldElement
-
Check if the instance is infinite.
- isInfinite() - Method in class org.hipparchus.complex.Complex
-
Checks whether either the real or imaginary part of this complex number takes an infinite value (either
Double.POSITIVE_INFINITY
orDouble.NEGATIVE_INFINITY
) and neither part isNaN
. - isInfinite() - Method in class org.hipparchus.complex.FieldComplex
-
Checks whether either the real or imaginary part of this complex number takes an infinite value (either
Double.POSITIVE_INFINITY
orDouble.NEGATIVE_INFINITY
) and neither part isNaN
. - isInfinite() - Method in class org.hipparchus.dfp.Dfp
-
Check if the instance is infinite.
- isInfinite() - Method in class org.hipparchus.linear.ArrayRealVector
-
Check whether any coordinate of this vector is infinite and none are
NaN
. - isInfinite() - Method in class org.hipparchus.linear.OpenMapRealVector
-
Check whether any coordinate of this vector is infinite and none are
NaN
. - isInfinite() - Method in class org.hipparchus.linear.RealVector
-
Check whether any coordinate of this vector is infinite and none are
NaN
. - isInfinite() - Method in class org.hipparchus.util.Binary64
-
Returns
true
ifthis
double precision number is infinite (Double.POSITIVE_INFINITY
orDouble.NEGATIVE_INFINITY
). - isInteger() - Method in class org.hipparchus.fraction.BigFraction
-
Check if a fraction is an integer.
- isInteger() - Method in class org.hipparchus.fraction.Fraction
-
Check if a fraction is an integer.
- isMathematicalInteger() - Method in class org.hipparchus.complex.Complex
-
Check whether the instance is an integer (i.e.
- isMathematicalInteger() - Method in class org.hipparchus.complex.FieldComplex
-
Check whether the instance is an integer (i.e.
- isMathematicalInteger(double) - Static method in class org.hipparchus.util.Precision
-
Check is x is a mathematical integer.
- isMathematicalInteger(float) - Static method in class org.hipparchus.util.Precision
-
Check is x is a mathematical integer.
- isMonotonic(double[], MathArrays.OrderDirection, boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that an array is monotonically increasing or decreasing.
- isMonotonic(T[], MathArrays.OrderDirection, boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that an array is monotonically increasing or decreasing.
- isNaN() - Method in interface org.hipparchus.CalculusFieldElement
-
Check if the instance is Not a Number.
- isNaN() - Method in class org.hipparchus.complex.Complex
-
Checks whether either or both parts of this complex number is
NaN
. - isNaN() - Method in class org.hipparchus.complex.FieldComplex
-
Checks whether either or both parts of this complex number is
NaN
. - isNaN() - Method in class org.hipparchus.dfp.Dfp
-
Check if the instance is Not a Number.
- isNaN() - Method in class org.hipparchus.linear.ArrayRealVector
-
Check if any coordinate of this vector is
NaN
. - isNaN() - Method in class org.hipparchus.linear.OpenMapRealVector
-
Check whether any coordinate of this vector is
NaN
. - isNaN() - Method in class org.hipparchus.linear.RealVector
-
Check whether any coordinate of this vector is
NaN
. - isNaN() - Method in class org.hipparchus.util.Binary64
-
Returns
true
ifthis
double precision number is Not-a-Number (NaN
), false otherwise. - isNonSingular() - Method in interface org.hipparchus.linear.DecompositionSolver
-
Check if the decomposed matrix is non-singular.
- isNonSingular() - Method in interface org.hipparchus.linear.FieldDecompositionSolver
-
Check if the decomposed matrix is non-singular.
- isPowerOfTwo(long) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Returns true if the argument is a power of two.
- isPureQuaternion(double) - Method in class org.hipparchus.complex.Quaternion
-
Checks whether the instance is a pure quaternion within a given tolerance.
- isReal() - Method in class org.hipparchus.complex.Complex
-
Check whether the instance is real (i.e.
- isReal() - Method in class org.hipparchus.complex.FieldComplex
-
Check whether the instance is real (i.e.
- isSequence(double, double, double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Check whether the arguments form a (strictly) increasing sequence.
- isSequence(double, double, double) - Static method in class org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
Check whether the arguments form a (strictly) increasing sequence.
- isSingular(double) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns whether this diagonal matrix is singular, i.e.
- isSquare() - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Is this a square matrix?
- isSquare() - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Is this a square matrix?
- isSquare() - Method in interface org.hipparchus.linear.AnyMatrix
-
Is this a square matrix?
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.BetaDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.CauchyDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.ConstantRealDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.ExponentialDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.FDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.GammaDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.GumbelDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.LaplaceDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.LevyDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.LogisticDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.LogNormalDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.NakagamiDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.NormalDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.ParetoDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.TDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.TriangularDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.UniformRealDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.continuous.WeibullDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.discrete.BinomialDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.discrete.EnumeratedIntegerDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.discrete.GeometricDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.discrete.PascalDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.discrete.PoissonDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.discrete.UniformIntegerDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in interface org.hipparchus.distribution.IntegerDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSupportConnected() - Method in interface org.hipparchus.distribution.RealDistribution
-
Use this method to get information about whether the support is connected, i.e.
- isSymmetric(RealMatrix, double) - Static method in class org.hipparchus.linear.MatrixUtils
-
Checks whether a matrix is symmetric.
- isTransposable() - Method in interface org.hipparchus.linear.RealLinearOperator
-
Returns
true
if this operator supportsRealLinearOperator.operateTranspose(RealVector)
. - isUnitQuaternion(double) - Method in class org.hipparchus.complex.Quaternion
-
Checks whether the instance is a unit quaternion within a given tolerance.
- isValidPoint(double) - Method in class org.hipparchus.analysis.polynomials.PolynomialSplineFunction
-
Indicates whether a point is within the interpolation range.
- isValidPoint(double, double) - Method in class org.hipparchus.analysis.interpolation.BicubicInterpolatingFunction
-
Indicates whether a point is within the interpolation range.
- isValidPoint(double, double) - Method in class org.hipparchus.analysis.interpolation.PiecewiseBicubicSplineInterpolatingFunction
-
Indicates whether a point is within the interpolation range.
- isValidPoint(double, double, double) - Method in class org.hipparchus.analysis.interpolation.TricubicInterpolatingFunction
-
Indicates whether a point is within the interpolation range.
- isValidPoint(T) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialSplineFunction
-
Indicates whether a point is within the interpolation range.
- isZero() - Method in class org.hipparchus.complex.Complex
-
Check if an element is semantically equal to zero.
- isZero() - Method in class org.hipparchus.complex.FieldComplex
-
Check if an element is semantically equal to zero.
- isZero() - Method in class org.hipparchus.dfp.Dfp
-
Check if instance is equal to zero.
- isZero() - Method in interface org.hipparchus.FieldElement
-
Check if an element is semantically equal to zero.
- isZero() - Method in class org.hipparchus.util.Binary64
-
Check if an element is semantically equal to zero.
- IterationEvent - Class in org.hipparchus.util
-
The root class from which all events occurring while running an
IterationManager
should be derived. - IterationEvent(Object, int) - Constructor for class org.hipparchus.util.IterationEvent
-
Creates a new instance of this class.
- IterationListener - Interface in org.hipparchus.util
-
The listener interface for receiving events occurring in an iterative algorithm.
- IterationManager - Class in org.hipparchus.util
-
This abstract class provides a general framework for managing iterative algorithms.
- IterationManager(int) - Constructor for class org.hipparchus.util.IterationManager
-
Creates a new instance of this class.
- IterationManager(int, Incrementor.MaxCountExceededCallback) - Constructor for class org.hipparchus.util.IterationManager
-
Creates a new instance of this class.
- iterationPerformed(IterationEvent) - Method in interface org.hipparchus.util.IterationListener
-
Invoked each time an iteration is completed (in the main iteration loop).
- iterations - Variable in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
The iteration count.
- iterations - Variable in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
The iteration count.
- ITERATIONS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ITERATIONS.
- iterationStarted(IterationEvent) - Method in interface org.hipparchus.util.IterationListener
-
Invoked each time a new iteration is completed (in the main iteration loop).
- IterativeLegendreFieldGaussIntegrator<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration
-
This algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a Legendre-Gauss quadrature.
- IterativeLegendreFieldGaussIntegrator(Field<T>, int, double, double) - Constructor for class org.hipparchus.analysis.integration.IterativeLegendreFieldGaussIntegrator
-
Builds an integrator with given accuracies.
- IterativeLegendreFieldGaussIntegrator(Field<T>, int, double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.IterativeLegendreFieldGaussIntegrator
-
Builds an integrator with given accuracies and iterations counts.
- IterativeLegendreFieldGaussIntegrator(Field<T>, int, int, int) - Constructor for class org.hipparchus.analysis.integration.IterativeLegendreFieldGaussIntegrator
-
Builds an integrator with given iteration counts.
- IterativeLegendreGaussIntegrator - Class in org.hipparchus.analysis.integration
-
This algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a Legendre-Gauss quadrature.
- IterativeLegendreGaussIntegrator(int, double, double) - Constructor for class org.hipparchus.analysis.integration.IterativeLegendreGaussIntegrator
-
Builds an integrator with given accuracies.
- IterativeLegendreGaussIntegrator(int, double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.IterativeLegendreGaussIntegrator
-
Builds an integrator with given accuracies and iterations counts.
- IterativeLegendreGaussIntegrator(int, int, int) - Constructor for class org.hipparchus.analysis.integration.IterativeLegendreGaussIntegrator
-
Builds an integrator with given iteration counts.
- IterativeLinearSolver - Class in org.hipparchus.linear
-
This abstract class defines an iterative solver for the linear system A · x = b.
- IterativeLinearSolver(int) - Constructor for class org.hipparchus.linear.IterativeLinearSolver
-
Creates a new instance of this class, with default iteration manager.
- IterativeLinearSolver(IterationManager) - Constructor for class org.hipparchus.linear.IterativeLinearSolver
-
Creates a new instance of this class, with custom iteration manager.
- IterativeLinearSolverEvent - Class in org.hipparchus.linear
-
This is the base class for all events occurring during the iterations of a
IterativeLinearSolver
. - IterativeLinearSolverEvent(Object, int) - Constructor for class org.hipparchus.linear.IterativeLinearSolverEvent
-
Creates a new instance of this class.
- iterator() - Method in class org.hipparchus.linear.RealVector
-
Generic dense iterator.
- iterator() - Method in class org.hipparchus.util.Combinations
- iterator() - Method in class org.hipparchus.util.MultidimensionalCounter
-
Create an iterator over this counter.
- iterator() - Method in class org.hipparchus.util.OpenIntToDoubleHashMap
-
Get an iterator over map elements.
- iterator() - Method in class org.hipparchus.util.OpenIntToFieldHashMap
-
Get an iterator over map elements.
- Iterator() - Constructor for class org.hipparchus.util.OpenIntToDoubleHashMap.Iterator
- Iterator() - Constructor for class org.hipparchus.util.OpenIntToFieldHashMap.Iterator
J
- J - Static variable in class org.hipparchus.complex.Quaternion
-
j
- JacobianFunction - Class in org.hipparchus.analysis.differentiation
-
Class representing the Jacobian of a multivariate vector function.
- JacobianFunction(MultivariateDifferentiableVectorFunction) - Constructor for class org.hipparchus.analysis.differentiation.JacobianFunction
-
Simple constructor.
- JacobiElliptic - Class in org.hipparchus.special.elliptic.jacobi
-
Algorithm computing Jacobi elliptic functions.
- JacobiElliptic(double) - Constructor for class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Simple constructor.
- JacobiEllipticBuilder - Class in org.hipparchus.special.elliptic.jacobi
-
Builder for algorithms compmuting Jacobi elliptic functions.
- JacobiKey - Class in org.hipparchus.analysis.polynomials
-
Class for handling Jacobi polynomials keys.
- JacobiKey(int, int) - Constructor for class org.hipparchus.analysis.polynomials.JacobiKey
-
Simple constructor.
- JacobiPreconditioner - Class in org.hipparchus.linear
-
This class implements the standard Jacobi (diagonal) preconditioner.
- JacobiPreconditioner(double[], boolean) - Constructor for class org.hipparchus.linear.JacobiPreconditioner
-
Creates a new instance of this class.
- JacobiTheta - Class in org.hipparchus.special.elliptic.jacobi
-
Algorithm computing Jacobi theta functions.
- JacobiTheta(double) - Constructor for class org.hipparchus.special.elliptic.jacobi.JacobiTheta
-
Simple constructor.
- JDKRandomGenerator - Class in org.hipparchus.random
-
A
RandomGenerator
adapter that delegates the random number generation to the standardRandom
class. - JDKRandomGenerator() - Constructor for class org.hipparchus.random.JDKRandomGenerator
-
Creates an instance with an arbitrary seed.
- JDKRandomGenerator(long) - Constructor for class org.hipparchus.random.JDKRandomGenerator
-
Creates an instance with the given seed.
- JDKRandomGenerator(Random) - Constructor for class org.hipparchus.random.JDKRandomGenerator
-
Creates an instance that wraps the given
Random
instance. - JulierUnscentedTransform - Class in org.hipparchus.util
-
Unscented transform as defined by Julier and Uhlmann.
- JulierUnscentedTransform(int) - Constructor for class org.hipparchus.util.JulierUnscentedTransform
-
Default constructor.
- JulierUnscentedTransform(int, double) - Constructor for class org.hipparchus.util.JulierUnscentedTransform
-
Simple constructor.
K
- K - Static variable in class org.hipparchus.complex.Quaternion
-
k
- key() - Method in class org.hipparchus.util.AbstractOpenIntHashMap.BaseIterator
-
Get the key of current entry.
- keysStatesHashCode() - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Compute partial hashcode on keys and states.
- kroneckerProduct(RealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Kronecker product of the current matrix and the parameter matrix.
- KthSelector - Class in org.hipparchus.util
-
A Simple Kth selector implementation to pick up the Kth ordered element from a work array containing the input numbers.
- KthSelector() - Constructor for class org.hipparchus.util.KthSelector
-
Constructor with default
median of 3
pivoting strategy. - KthSelector(PivotingStrategy) - Constructor for class org.hipparchus.util.KthSelector
-
Constructor with specified pivoting strategy
L
- laguerre(int) - Method in class org.hipparchus.analysis.integration.gauss.FieldGaussIntegratorFactory
-
Creates a Gauss-Laguerre integrator of the given order.
- laguerre(int) - Method in class org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Creates a Gauss-Laguerre integrator of the given order.
- LaguerreRuleFactory - Class in org.hipparchus.analysis.integration.gauss
-
Factory that creates Gauss-type quadrature rule using Laguerre polynomials.
- LaguerreRuleFactory() - Constructor for class org.hipparchus.analysis.integration.gauss.LaguerreRuleFactory
-
Empty constructor.
- LaguerreSolver - Class in org.hipparchus.analysis.solvers
-
Implements the Laguerre's Method for root finding of real coefficient polynomials.
- LaguerreSolver() - Constructor for class org.hipparchus.analysis.solvers.LaguerreSolver
-
Construct a solver with default accuracy (1e-6).
- LaguerreSolver(double) - Constructor for class org.hipparchus.analysis.solvers.LaguerreSolver
-
Construct a solver.
- LaguerreSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.LaguerreSolver
-
Construct a solver.
- LaguerreSolver(double, double, double) - Constructor for class org.hipparchus.analysis.solvers.LaguerreSolver
-
Construct a solver.
- lanczos(double) - Static method in class org.hipparchus.special.Gamma
-
Returns the Lanczos approximation used to compute the gamma function.
- lanczos(T) - Static method in class org.hipparchus.special.Gamma
-
Returns the Lanczos approximation used to compute the gamma function.
- LANCZOS_G - Static variable in class org.hipparchus.special.Gamma
-
The value of the
g
constant in the Lanczos approximation, seeGamma.lanczos(double)
. - LaplaceDistribution - Class in org.hipparchus.distribution.continuous
-
This class implements the Laplace distribution.
- LaplaceDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.LaplaceDistribution
-
Build a new instance.
- lcm(int, int) - Static method in class 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) - Static method in class 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(BigFraction) - Method in class org.hipparchus.fraction.BigFraction
-
Rational number least common multiple.
- lcm(Fraction) - Method in class org.hipparchus.fraction.Fraction
-
Rational number least common multiple.
- LCM_OVERFLOW_32_BITS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
LCM_OVERFLOW_32_BITS.
- LCM_OVERFLOW_64_BITS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
LCM_OVERFLOW_64_BITS.
- LEFT_SIDE - Enum constant in enum org.hipparchus.analysis.solvers.AllowedSolution
-
Only solutions that are less than or equal to the actual root are acceptable as solutions for root-finding.
- legendre(int) - Method in class org.hipparchus.analysis.integration.gauss.FieldGaussIntegratorFactory
-
Creates a Gauss-Legendre integrator of the given order.
- legendre(int) - Method in class org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Creates a Gauss-Legendre integrator of the given order.
- legendre(int, double, double) - Method in class org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Creates a Gauss-Legendre integrator of the given order.
- legendre(int, T, T) - Method in class org.hipparchus.analysis.integration.gauss.FieldGaussIntegratorFactory
-
Creates a Gauss-Legendre integrator of the given order.
- LegendreEllipticIntegral - Class in org.hipparchus.special.elliptic.legendre
-
Complete and incomplete elliptic integrals in Legendre form.
- legendreHighPrecision(int) - Method in class org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory
-
Creates a Gauss-Legendre integrator of the given order.
- legendreHighPrecision(int, double, double) - Method in class 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. - LegendreRuleFactory - Class in org.hipparchus.analysis.integration.gauss
-
Factory that creates Gauss-type quadrature rule using Legendre polynomials.
- LegendreRuleFactory() - Constructor for class org.hipparchus.analysis.integration.gauss.LegendreRuleFactory
-
Empty constructor.
- LENGTH - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
LENGTH.
- lessThan(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Check if instance is less than x.
- LevyDistribution - Class in org.hipparchus.distribution.continuous
-
This class implements the Lévy distribution.
- LevyDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.LevyDistribution
-
Build a new instance.
- linearCombination(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Compute a linear combination accurately.
- linearCombination(double[], DerivativeStructure[]) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(double[], FieldDerivativeStructure<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(double[], FieldGradient<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(double[], FieldUnivariateDerivative1<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double[], FieldUnivariateDerivative2<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double[], Gradient[]) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(double[], SparseGradient[]) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(double[], UnivariateDerivative1[]) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double[], UnivariateDerivative2[]) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double[], Complex[]) - Method in class org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(double[], FieldComplex<T>[]) - Method in class org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(double[], Dfp[]) - Method in class org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(double[], Binary64[]) - Method in class org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(double[], FieldTuple<T>[]) - Method in class org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(double[], Tuple[]) - Method in class org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(double[], T[]) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(double, double[], int, double, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, double[], int, double, double[], int, double, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, double[], int, double, double[], int, double, double[], int, double, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, double, double, double) - Static method in class org.hipparchus.util.MathArrays
-
Compute a linear combination accurately.
- linearCombination(double, double, double, double, double, double) - Static method in class org.hipparchus.util.MathArrays
-
Compute a linear combination accurately.
- linearCombination(double, double, double, double, double, double, double, double) - Static method in class org.hipparchus.util.MathArrays
-
Compute a linear combination accurately.
- linearCombination(double, DerivativeStructure, double, DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(double, DerivativeStructure, double, DerivativeStructure, double, DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(double, DerivativeStructure, double, DerivativeStructure, double, DerivativeStructure, double, DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>, double, FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(double, FieldGradient<T>, double, FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(double, FieldGradient<T>, double, FieldGradient<T>, double, FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(double, FieldGradient<T>, double, FieldGradient<T>, double, FieldGradient<T>, double, FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>, double, FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>, double, FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, Gradient, double, Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(double, Gradient, double, Gradient, double, Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(double, Gradient, double, Gradient, double, Gradient, double, Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(double, SparseGradient, double, SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(double, SparseGradient, double, SparseGradient, double, SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(double, SparseGradient, double, SparseGradient, double, SparseGradient, double, SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative1, double, UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative1, double, UnivariateDerivative1, double, UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative1, double, UnivariateDerivative1, double, UnivariateDerivative1, double, UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative2, double, UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative2, double, UnivariateDerivative2, double, UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, UnivariateDerivative2, double, UnivariateDerivative2, double, UnivariateDerivative2, double, UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double, Complex, double, Complex) - Method in class org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(double, Complex, double, Complex, double, Complex) - Method in class org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(double, Complex, double, Complex, double, Complex, double, Complex) - Method in class org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(double, FieldComplex<T>, double, FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(double, FieldComplex<T>, double, FieldComplex<T>, double, FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(double, FieldComplex<T>, double, FieldComplex<T>, double, FieldComplex<T>, double, FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(double, Dfp, double, Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(double, Dfp, double, Dfp, double, Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(double, Dfp, double, Dfp, double, Dfp, double, Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(double, Binary64, double, Binary64) - Method in class org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(double, Binary64, double, Binary64, double, Binary64) - Method in class org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(double, Binary64, double, Binary64, double, Binary64, double, Binary64) - Method in class org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(double, FieldTuple<T>, double, FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(double, FieldTuple<T>, double, FieldTuple<T>, double, FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(double, FieldTuple<T>, double, FieldTuple<T>, double, FieldTuple<T>, double, FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(double, Tuple, double, Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(double, Tuple, double, Tuple, double, Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(double, Tuple, double, Tuple, double, Tuple, double, Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(double, T[], int, double, T[], int, double, T[], int, double, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, T[], int, double, T[], int, double, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, T[], int, double, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(double, T, double, T) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(double, T, double, T, double, T) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(double, T, double, T, double, T, double, T) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(DerivativeStructure[], DerivativeStructure[]) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure, DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(FieldDerivativeStructure<T>[], FieldDerivativeStructure<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, FieldDerivativeStructure<T>) - Method in class 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>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(FieldGradient<T>[], FieldGradient<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>, FieldGradient<T>) - Method in class 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>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative1<T>[], FieldUnivariateDerivative1<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>, FieldUnivariateDerivative1<T>) - Method in class 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>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative2<T>[], FieldUnivariateDerivative2<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>, FieldUnivariateDerivative2<T>) - Method in class 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>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(Gradient[], Gradient[]) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(Gradient, Gradient, Gradient, Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(Gradient, Gradient, Gradient, Gradient, Gradient, Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(Gradient, Gradient, Gradient, Gradient, Gradient, Gradient, Gradient, Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(SparseGradient[], SparseGradient[]) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(SparseGradient, SparseGradient, SparseGradient, SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient, SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute a linear combination.
- linearCombination(UnivariateDerivative1[], UnivariateDerivative1[]) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1, UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute a linear combination.
- linearCombination(UnivariateDerivative2[], UnivariateDerivative2[]) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2, UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(Complex[], Complex[]) - Method in class org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(Complex, Complex, Complex, Complex) - Method in class org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(Complex, Complex, Complex, Complex, Complex, Complex) - Method in class org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(Complex, Complex, Complex, Complex, Complex, Complex, Complex, Complex) - Method in class org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(FieldComplex<T>[], FieldComplex<T>[]) - Method in class org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - Method in class 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>) - Method in class org.hipparchus.complex.FieldComplex
-
Compute a linear combination.
- linearCombination(Dfp[], Dfp[]) - Method in class org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(Dfp, Dfp, Dfp, Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(Dfp, Dfp, Dfp, Dfp, Dfp, Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(Dfp, Dfp, Dfp, Dfp, Dfp, Dfp, Dfp, Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(Binary64[], Binary64[]) - Method in class org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(Binary64, Binary64, Binary64, Binary64) - Method in class org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(Binary64, Binary64, Binary64, Binary64, Binary64, Binary64) - Method in class org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(Binary64, Binary64, Binary64, Binary64, Binary64, Binary64, Binary64, Binary64) - Method in class org.hipparchus.util.Binary64
-
Compute a linear combination.
- linearCombination(FieldTuple<T>[], FieldTuple<T>[]) - Method in class org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>, FieldTuple<T>) - Method in class 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>) - Method in class org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(Tuple[], Tuple[]) - Method in class org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(Tuple, Tuple, Tuple, Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(Tuple, Tuple, Tuple, Tuple, Tuple, Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(Tuple, Tuple, Tuple, Tuple, Tuple, Tuple, Tuple, Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(T[], FieldDerivativeStructure<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(T[], FieldGradient<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(T[], FieldUnivariateDerivative1<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(T[], FieldUnivariateDerivative2<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(T[], T[]) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(T, FieldGradient<T>, T, FieldGradient<T>, T, FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(T, FieldUnivariateDerivative1<T>, T, FieldUnivariateDerivative1<T>, T, FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(T, FieldUnivariateDerivative2<T>, T, FieldUnivariateDerivative2<T>, T, FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(T, T[], int, T, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(T, T[], int, T, T[], int, T, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(T, T[], int, T, T[], int, T, T[], int, T, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute linear combination.
- linearCombination(T, T, T, T) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(T, T, T, T, T, T) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(T, T, T, T, T, T, T, T) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- LinearInterpolator - Class in org.hipparchus.analysis.interpolation
-
Implements a linear function for interpolation of real univariate functions.
- LinearInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.LinearInterpolator
-
Empty constructor.
- Localizable - Interface in org.hipparchus.exception
-
Interface for localizable strings.
- LocalizedCoreFormats - Enum in org.hipparchus.exception
-
Enumeration for localized messages formats used in exceptions messages.
- LocalizedException - Interface in org.hipparchus.exception
-
This interface specified methods implemented by localized exception classes.
- locate(int) - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Locate the index of value associated with the given key
- LoessInterpolator - Class in org.hipparchus.analysis.interpolation
-
Implements the Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.
- LoessInterpolator() - Constructor for class 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) - Constructor for class org.hipparchus.analysis.interpolation.LoessInterpolator
-
Construct a new
LoessInterpolator
with given bandwidth and number of robustness iterations. - LoessInterpolator(double, int, double) - Constructor for class org.hipparchus.analysis.interpolation.LoessInterpolator
-
Construct a new
LoessInterpolator
with given bandwidth, number of robustness iterations and accuracy. - log() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Natural logarithm.
- log() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Natural logarithm.
- log() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Natural logarithm.
- log() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Natural logarithm.
- log() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Natural logarithm.
- log() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Natural logarithm.
- log() - Method in interface org.hipparchus.CalculusFieldElement
-
Natural logarithm.
- log() - Method in class org.hipparchus.complex.Complex
-
Compute the natural logarithm of this complex number.
- log() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the natural logarithm of this complex number.
- log() - Method in class org.hipparchus.dfp.Dfp
-
Natural logarithm.
- log() - Method in class org.hipparchus.util.Binary64
-
Natural logarithm.
- log() - Method in class org.hipparchus.util.FieldTuple
-
Natural logarithm.
- log() - Method in class org.hipparchus.util.Tuple
-
Natural logarithm.
- log(double) - Static method in class org.hipparchus.util.FastMath
-
Natural logarithm.
- log(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute natural logarithm of a derivative structure.
- log(double, double) - Static method in class org.hipparchus.util.FastMath
-
Computes the logarithm in a given base.
- log(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
Returns the natural logarithm of a.
- log(T) - Static method in class org.hipparchus.util.FastMath
-
Natural logarithm.
- log(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute natural logarithm of a derivative structure.
- Log - Class in org.hipparchus.analysis.function
-
Natural logarithm function.
- Log() - Constructor for class org.hipparchus.analysis.function.Log
-
Empty constructor.
- log10() - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Base 10 logarithm.
- log10() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Base 10 logarithm.
- log10() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Base 10 logarithm.
- log10() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Base 10 logarithm.
- log10() - Method in interface org.hipparchus.CalculusFieldElement
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.complex.Complex
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.complex.FieldComplex
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.dfp.Dfp
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.util.Binary64
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.util.FieldTuple
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.util.Tuple
-
Base 10 logarithm.
- log10(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the base 10 logarithm.
- log10(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Computes base 10 logarithm of a derivative structure.
- log10(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the base 10 logarithm.
- log10(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Computes base 10 logarithm of a derivative structure.
- Log10 - Class in org.hipparchus.analysis.function
-
Base 10 logarithm function.
- Log10() - Constructor for class org.hipparchus.analysis.function.Log10
-
Empty constructor.
- log10K() - Method in class 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() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Shifted natural logarithm.
- log1p() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Shifted natural logarithm.
- log1p() - Method in interface org.hipparchus.CalculusFieldElement
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.complex.Complex
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.complex.FieldComplex
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.dfp.Dfp
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.util.Binary64
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.util.FieldTuple
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.util.Tuple
-
Shifted natural logarithm.
- log1p(double) - Static method in class org.hipparchus.util.FastMath
-
Computes log(1 + x).
- log1p(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Computes shifted logarithm of a derivative structure.
- log1p(T) - Static method in class org.hipparchus.util.FastMath
-
Computes log(1 + x).
- log1p(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Computes shifted logarithm of a derivative structure.
- Log1p - Class in org.hipparchus.analysis.function
-
log(1 + p)
function. - Log1p() - Constructor for class org.hipparchus.analysis.function.Log1p
-
Empty constructor.
- logBeta(double, double) - Static method in class org.hipparchus.special.Beta
-
Returns the value of log B(p, q) for 0 ≤ x ≤ 1 and p, q > 0.
- logDensity(double) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in interface 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) - Static method in class org.hipparchus.special.Gamma
-
Returns the value of log Γ(x) for x > 0.
- logGamma(T) - Static method in class org.hipparchus.special.Gamma
-
Returns the value of log Γ(x) for x > 0.
- logGamma1p(double) - Static method in class org.hipparchus.special.Gamma
-
Returns the value of log Γ(1 + x) for -0.5 ≤ x ≤ 1.5.
- logGamma1p(T) - Static method in class org.hipparchus.special.Gamma
-
Returns the value of log Γ(1 + x) for -0.5 ≤ x ≤ 1.5.
- logInternal(Dfp[]) - Static method in class org.hipparchus.dfp.DfpMath
-
Computes the natural log of a number between 0 and 2.
- Logistic - Class in org.hipparchus.analysis.function
-
Generalised logistic function.
- Logistic(double, double, double, double, double, double) - Constructor for class org.hipparchus.analysis.function.Logistic
-
Simple constructor.
- Logistic.Parametric - Class in 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 - Class in org.hipparchus.distribution.continuous
-
This class implements the Logistic distribution.
- LogisticDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.LogisticDistribution
-
Build a new instance.
- Logit - Class in org.hipparchus.analysis.function
-
Logit function.
- Logit() - Constructor for class org.hipparchus.analysis.function.Logit
-
Usual logit function, where the lower bound is 0 and the higher bound is 1.
- Logit(double, double) - Constructor for class org.hipparchus.analysis.function.Logit
-
Logit function.
- Logit.Parametric - Class in org.hipparchus.analysis.function
-
Parametric function where the input array contains the parameters of the logit function, ordered as follows: Lower bound Higher bound
- LogNormalDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the log-normal (gaussian) distribution.
- LogNormalDistribution() - Constructor for class 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) - Constructor for class org.hipparchus.distribution.continuous.LogNormalDistribution
-
Create a log-normal distribution using the specified location and shape.
- LogNormalDistribution(double, double, double) - Constructor for class org.hipparchus.distribution.continuous.LogNormalDistribution
-
Creates a log-normal distribution.
- logProbability(int) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in class 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) - Method in interface 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. - longValue() - Method in class org.hipparchus.fraction.BigFraction
-
Gets the fraction as a
long
. - longValue() - Method in class org.hipparchus.fraction.Fraction
-
Gets the fraction as a
long
. - longValue() - Method in class org.hipparchus.util.Binary64
-
The current implementation performs casting to a
long
. - LOWER_BOUND_NOT_BELOW_UPPER_BOUND - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
LOWER_BOUND_NOT_BELOW_UPPER_BOUND.
- LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT.
- LUDecomposer - Class in org.hipparchus.linear
-
Matrix decomposer using LU-decomposition.
- LUDecomposer(double) - Constructor for class org.hipparchus.linear.LUDecomposer
-
Creates a LU decomposer with specify threshold for several matrices.
- LUDecomposition - Class in org.hipparchus.linear
-
Calculates the LUP-decomposition of a square matrix.
- LUDecomposition(RealMatrix) - Constructor for class org.hipparchus.linear.LUDecomposition
-
Calculates the LU-decomposition of the given matrix.
- LUDecomposition(RealMatrix, double) - Constructor for class org.hipparchus.linear.LUDecomposition
-
Calculates the LU-decomposition of the given matrix.
M
- manageDependent(int, List<RealVector>) - Method in enum org.hipparchus.linear.DependentVectorsHandler
-
Manage a dependent vector.
- manageDependent(Field<T>, int, List<FieldVector<T>>) - Method in enum org.hipparchus.linear.DependentVectorsHandler
-
Manage a dependent vector.
- mant - Variable in class org.hipparchus.dfp.Dfp
-
Mantissa.
- map(Function<T, T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Acts as if implemented as:
- map(UnivariateFunction) - Method in class org.hipparchus.linear.ArrayRealVector
-
Acts as if implemented as:
- map(UnivariateFunction) - Method in interface org.hipparchus.linear.RealMatrix
-
Acts as if implemented as:
- map(UnivariateFunction) - Method in class org.hipparchus.linear.RealVector
-
Acts as if implemented as:
- mapAdd(double) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Add a value to each entry.
- mapAdd(double) - Method in class org.hipparchus.linear.RealVector
-
Add a value to each entry.
- mapAdd(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map an addition operation to each entry.
- mapAdd(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map an addition operation to each entry.
- mapAdd(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map an addition operation to each entry.
- mapAddToSelf(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Add a value to each entry.
- mapAddToSelf(double) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Add a value to each entry.
- mapAddToSelf(double) - Method in class org.hipparchus.linear.RealVector
-
Add a value to each entry.
- mapAddToSelf(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map an addition operation to each entry.
- mapAddToSelf(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map an addition operation to each entry.
- mapAddToSelf(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map an addition operation to each entry.
- mapDivide(double) - Method in class org.hipparchus.linear.RealVector
-
Divide each entry by the argument.
- mapDivide(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map a division operation to each entry.
- mapDivide(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map a division operation to each entry.
- mapDivide(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map a division operation to each entry.
- mapDivideToSelf(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Divide each entry by the argument.
- mapDivideToSelf(double) - Method in class org.hipparchus.linear.RealVector
-
Divide each entry by the argument.
- mapDivideToSelf(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map a division operation to each entry.
- mapDivideToSelf(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map a division operation to each entry.
- mapDivideToSelf(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map a division operation to each entry.
- mapInv() - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map the 1/x function to each entry.
- mapInv() - Method in interface org.hipparchus.linear.FieldVector
-
Map the 1/x function to each entry.
- mapInv() - Method in class org.hipparchus.linear.SparseFieldVector
-
Map the 1/x function to each entry.
- mapInvToSelf() - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map the 1/x function to each entry.
- mapInvToSelf() - Method in interface org.hipparchus.linear.FieldVector
-
Map the 1/x function to each entry.
- mapInvToSelf() - Method in class org.hipparchus.linear.SparseFieldVector
-
Map the 1/x function to each entry.
- mapMultiply(double) - Method in class org.hipparchus.linear.RealVector
-
Multiply each entry by the argument.
- mapMultiply(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map a multiplication operation to each entry.
- mapMultiply(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map a multiplication operation to each entry.
- mapMultiply(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map a multiplication operation to each entry.
- mapMultiplyToSelf(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Multiply each entry.
- mapMultiplyToSelf(double) - Method in class org.hipparchus.linear.RealVector
-
Multiply each entry.
- mapMultiplyToSelf(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map a multiplication operation to each entry.
- mapMultiplyToSelf(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map a multiplication operation to each entry.
- mapMultiplyToSelf(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map a multiplication operation to each entry.
- mapSubtract(double) - Method in class org.hipparchus.linear.RealVector
-
Subtract a value from each entry.
- mapSubtract(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map a subtraction operation to each entry.
- mapSubtract(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map a subtraction operation to each entry.
- mapSubtract(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map a subtraction operation to each entry.
- mapSubtractToSelf(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Subtract a value from each entry.
- mapSubtractToSelf(double) - Method in class org.hipparchus.linear.RealVector
-
Subtract a value from each entry.
- mapSubtractToSelf(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map a subtraction operation to each entry.
- mapSubtractToSelf(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map a subtraction operation to each entry.
- mapSubtractToSelf(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map a subtraction operation to each entry.
- mapToSelf(Function<T, T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Replace each entry by the result of applying the function to it.
- mapToSelf(UnivariateFunction) - Method in class org.hipparchus.linear.ArrayRealVector
-
Acts as if it is implemented as:
- mapToSelf(UnivariateFunction) - Method in interface org.hipparchus.linear.RealMatrix
-
Replace each entry by the result of applying the function to it.
- mapToSelf(UnivariateFunction) - Method in class org.hipparchus.linear.RealVector
-
Acts as if it is implemented as:
- MathArrays - Class in org.hipparchus.util
-
Arrays utilities.
- MathArrays.Function - Interface in org.hipparchus.util
-
Real-valued function that operates on an array or a part of it.
- MathArrays.OrderDirection - Enum in org.hipparchus.util
-
Specification of ordering direction.
- MathArrays.Position - Enum in org.hipparchus.util
-
Specification for indicating that some operation applies before or after a given index.
- MathIllegalArgumentException - Exception in org.hipparchus.exception
-
Base class for all preconditions violation exceptions.
- MathIllegalArgumentException(Throwable, Localizable, Object...) - Constructor for exception org.hipparchus.exception.MathIllegalArgumentException
-
Simple constructor.
- MathIllegalArgumentException(Localizable, Object...) - Constructor for exception org.hipparchus.exception.MathIllegalArgumentException
-
Simple constructor.
- MathIllegalStateException - Exception in org.hipparchus.exception
-
Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
- MathIllegalStateException(Throwable, Localizable, Object...) - Constructor for exception org.hipparchus.exception.MathIllegalStateException
-
Simple constructor.
- MathIllegalStateException(Localizable, Object...) - Constructor for exception org.hipparchus.exception.MathIllegalStateException
-
Simple constructor.
- MathRuntimeException - Exception in org.hipparchus.exception
-
All exceptions thrown by the Hipparchus code inherit from this class.
- MathRuntimeException(Throwable, Localizable, Object...) - Constructor for exception org.hipparchus.exception.MathRuntimeException
-
Simple constructor.
- MathRuntimeException(Localizable, Object...) - Constructor for exception org.hipparchus.exception.MathRuntimeException
-
Simple constructor.
- MathUtils - Class in org.hipparchus.util
-
Miscellaneous utility functions.
- MathUtils.FieldSumAndResidual<T extends FieldElement<T>> - Class in org.hipparchus.util
-
Result class for
MathUtils.twoSum(FieldElement, FieldElement)
containing the sum and the residual error in the sum. - MathUtils.SumAndResidual - Class in org.hipparchus.util
-
Result class for
MathUtils.twoSum(double, double)
containing the sum and the residual error in the sum. - matricesToEigenArrays() - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Reset eigenvalues and eigen vectors from matrices.
- MatrixDecomposer - Interface in org.hipparchus.linear
-
Interface for all algorithms providing matrix decomposition.
- matrixExponential(RealMatrix) - Static method in class org.hipparchus.linear.MatrixUtils
-
Computes the matrix exponential of the given matrix.
- MatrixUtils - Class in org.hipparchus.linear
-
A collection of static methods that operate on or return matrices.
- max(double, double) - Static method in class org.hipparchus.util.FastMath
-
Compute the maximum of two values
- max(float, float) - Static method in class org.hipparchus.util.FastMath
-
Compute the maximum of two values
- max(int, int) - Static method in class org.hipparchus.util.FastMath
-
Compute the maximum of two values
- max(long, long) - Static method in class org.hipparchus.util.FastMath
-
Compute the maximum of two values
- max(T, double) - Static method in class org.hipparchus.util.FastMath
-
Compute the maximum of two values
- max(T, T) - Static method in class org.hipparchus.util.FastMath
-
Compute the maximum of two values
- max(T, T) - Static method in class org.hipparchus.util.MathUtils
-
Find the maximum of two field elements.
- Max - Class in org.hipparchus.analysis.function
-
Maximum function.
- Max() - Constructor for class org.hipparchus.analysis.function.Max
-
Empty constructor.
- MAX_BELL - Static variable in class org.hipparchus.util.CombinatoricsUtils
-
Maximum index of Bell number that fits into a long.
- MAX_COUNT_EXCEEDED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
MAX_COUNT_EXCEEDED.
- MAX_EXP - Static variable in class org.hipparchus.dfp.Dfp
-
The maximum exponent before overflow is signaled and results flushed to infinity
- MEAN - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
MEAN.
- MEDIAN_OF_3 - Enum constant in enum org.hipparchus.util.PivotingStrategy
-
Classic median of 3 strategy given begin and end indices.
- MersenneTwister - Class in org.hipparchus.random
-
This class implements a powerful pseudo-random number generator developed by Makoto Matsumoto and Takuji Nishimura during 1996-1997.
- MersenneTwister() - Constructor for class org.hipparchus.random.MersenneTwister
-
Creates a new random number generator.
- MersenneTwister(int) - Constructor for class org.hipparchus.random.MersenneTwister
-
Creates a new random number generator using a single int seed.
- MersenneTwister(int[]) - Constructor for class org.hipparchus.random.MersenneTwister
-
Creates a new random number generator using an int array seed.
- MersenneTwister(long) - Constructor for class org.hipparchus.random.MersenneTwister
-
Creates a new random number generator using a single long seed.
- MerweUnscentedTransform - Class in org.hipparchus.util
-
Unscented transform as defined by Merwe and Wan.
- MerweUnscentedTransform(int) - Constructor for class org.hipparchus.util.MerweUnscentedTransform
-
Default constructor.
- MerweUnscentedTransform(int, double, double, double) - Constructor for class org.hipparchus.util.MerweUnscentedTransform
-
Simple constructor.
- MicrosphereProjectionInterpolator - Class in org.hipparchus.analysis.interpolation
-
Interpolator that implements the algorithm described in William Dudziak's MS thesis.
- MicrosphereProjectionInterpolator(int, int, double, double, double, double, boolean, double) - Constructor for class org.hipparchus.analysis.interpolation.MicrosphereProjectionInterpolator
-
Create a microsphere interpolator.
- MicrosphereProjectionInterpolator(InterpolatingMicrosphere, double, boolean, double) - Constructor for class org.hipparchus.analysis.interpolation.MicrosphereProjectionInterpolator
-
Create a microsphere interpolator.
- midpoint(double, double) - Static method in class org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
Compute the midpoint of two values.
- MIDPOINT_MAX_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.FieldMidPointIntegrator
-
Maximum number of iterations for midpoint.
- MIDPOINT_MAX_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.MidPointIntegrator
-
Maximum number of iterations for midpoint.
- MidPointIntegrator - Class in org.hipparchus.analysis.integration
-
Implements the Midpoint Rule for integration of real univariate functions.
- MidPointIntegrator() - Constructor for class org.hipparchus.analysis.integration.MidPointIntegrator
-
Construct a midpoint integrator with default settings.
- MidPointIntegrator(double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.MidPointIntegrator
-
Build a midpoint integrator with given accuracies and iterations counts.
- MidPointIntegrator(int, int) - Constructor for class org.hipparchus.analysis.integration.MidPointIntegrator
-
Build a midpoint integrator with given iteration counts.
- min(double, double) - Static method in class org.hipparchus.util.FastMath
-
Compute the minimum of two values
- min(float, float) - Static method in class org.hipparchus.util.FastMath
-
Compute the minimum of two values
- min(int, int) - Static method in class org.hipparchus.util.FastMath
-
Compute the minimum of two values
- min(long, long) - Static method in class org.hipparchus.util.FastMath
-
Compute the minimum of two values
- min(T, double) - Static method in class org.hipparchus.util.FastMath
-
Compute the minimum of two values
- min(T, T) - Static method in class org.hipparchus.util.FastMath
-
Compute the minimum of two values
- min(T, T) - Static method in class org.hipparchus.util.MathUtils
-
Find the minimum of two field elements.
- Min - Class in org.hipparchus.analysis.function
-
Minimum function.
- Min() - Constructor for class org.hipparchus.analysis.function.Min
-
Empty constructor.
- MIN_EXP - Static variable in class org.hipparchus.dfp.Dfp
-
The minimum exponent before underflow is signaled.
- Minus - Class in org.hipparchus.analysis.function
-
Minus function.
- Minus() - Constructor for class org.hipparchus.analysis.function.Minus
-
Empty constructor.
- MINUS_I - Static variable in class org.hipparchus.complex.Complex
-
The square root of -1.
- MINUS_ONE - Static variable in class org.hipparchus.complex.Complex
-
A complex number representing "-1.0 + 0.0i".
- MINUS_ONE - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "-1 / 1".
- MINUS_ONE - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "-1 / 1".
- MixtureMultivariateNormalDistribution - Class in org.hipparchus.distribution.multivariate
-
Multivariate normal mixture distribution.
- MixtureMultivariateNormalDistribution(double[], double[][], double[][][]) - Constructor for class org.hipparchus.distribution.multivariate.MixtureMultivariateNormalDistribution
-
Creates a multivariate normal mixture distribution.
- MixtureMultivariateNormalDistribution(List<Pair<Double, MultivariateNormalDistribution>>) - Constructor for class org.hipparchus.distribution.multivariate.MixtureMultivariateNormalDistribution
-
Creates a mixture model from a list of distributions and their associated weights.
- MixtureMultivariateNormalDistribution(RandomGenerator, List<Pair<Double, MultivariateNormalDistribution>>) - Constructor for class org.hipparchus.distribution.multivariate.MixtureMultivariateNormalDistribution
-
Creates a mixture model from a list of distributions and their associated weights.
- MixtureMultivariateRealDistribution<T extends MultivariateRealDistribution> - Class in org.hipparchus.distribution.multivariate
-
Class for representing mixture model distributions.
- MixtureMultivariateRealDistribution(List<Pair<Double, T>>) - Constructor for class org.hipparchus.distribution.multivariate.MixtureMultivariateRealDistribution
-
Creates a mixture model from a list of distributions and their associated weights.
- MixtureMultivariateRealDistribution(RandomGenerator, List<Pair<Double, T>>) - Constructor for class org.hipparchus.distribution.multivariate.MixtureMultivariateRealDistribution
-
Creates a mixture model from a list of distributions and their associated weights.
- mulAndCheck(int, int) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Multiply two integers, checking for overflow.
- mulAndCheck(long, long) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Multiply two long integers, checking for overflow.
- MullerSolver - Class in org.hipparchus.analysis.solvers
-
This class implements the Muller's Method for root finding of real univariate functions.
- MullerSolver() - Constructor for class org.hipparchus.analysis.solvers.MullerSolver
-
Construct a solver with default accuracy (1e-6).
- MullerSolver(double) - Constructor for class org.hipparchus.analysis.solvers.MullerSolver
-
Construct a solver.
- MullerSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.MullerSolver
-
Construct a solver.
- MullerSolver2 - Class in org.hipparchus.analysis.solvers
-
This class implements the Muller's Method for root finding of real univariate functions.
- MullerSolver2() - Constructor for class org.hipparchus.analysis.solvers.MullerSolver2
-
Construct a solver with default accuracy (1e-6).
- MullerSolver2(double) - Constructor for class org.hipparchus.analysis.solvers.MullerSolver2
-
Construct a solver.
- MullerSolver2(double, double) - Constructor for class org.hipparchus.analysis.solvers.MullerSolver2
-
Construct a solver.
- MultidimensionalCounter - Class in org.hipparchus.util
-
Converter between unidimensional storage structure and multidimensional conceptual structure.
- MultidimensionalCounter(int...) - Constructor for class org.hipparchus.util.MultidimensionalCounter
-
Create a counter.
- MultidimensionalCounter.Iterator - Class in org.hipparchus.util
-
Perform iteration over the multidimensional counter.
- MULTIPLICATIVE - Enum constant in enum org.hipparchus.util.ResizableDoubleArray.ExpansionMode
-
Multiplicative expansion mode.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
'×' operator.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'×' operator.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'×' operator.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'×' operator.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'×' operator.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
'×' operator.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
'×' operator.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
'×' operator.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
'×' operator.
- multiply(double) - Method in interface org.hipparchus.CalculusFieldElement
-
'×' operator.
- multiply(double) - Method in class org.hipparchus.complex.Complex
-
Returns a
Complex
whose value isthis * factor
, withfactor
interpreted as a real number. - multiply(double) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value isthis * factor
, withfactor
interpreted as a real number. - multiply(double) - Method in class org.hipparchus.complex.Quaternion
-
Multiplies the instance by a scalar.
- multiply(double) - Method in class org.hipparchus.util.Binary64
-
'×' operator.
- multiply(double) - Method in class org.hipparchus.util.FieldTuple
-
'×' operator.
- multiply(double) - Method in class org.hipparchus.util.Tuple
-
'×' operator.
- multiply(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform multiplication of two derivative structures.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute n × this.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute n × this.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute n × this.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute n × this.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute n × this.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute n × this.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute n × this.
- multiply(int) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute n × this.
- multiply(int) - Method in class org.hipparchus.complex.Complex
-
Returns a
Complex
whose value isthis * factor
, withfactor
interpreted as a integer number. - multiply(int) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value isthis * factor
, withfactor
interpreted as a integer number. - multiply(int) - Method in class org.hipparchus.dfp.Dfp
-
Multiply this by a single digit x.
- multiply(int) - Method in interface org.hipparchus.FieldElement
-
Compute n × this.
- multiply(int) - Method in class org.hipparchus.fraction.BigFraction
-
Multiply the value of this fraction by the passed
int
, returning the result in reduced form. - multiply(int) - Method in class org.hipparchus.fraction.Fraction
-
Multiply the fraction by an integer.
- multiply(int) - Method in class org.hipparchus.util.BigReal
-
Compute n × this.
- multiply(int) - Method in class org.hipparchus.util.Binary64
-
Compute n × this.
- multiply(int) - Method in class org.hipparchus.util.FieldTuple
-
Compute n × this.
- multiply(int) - Method in class org.hipparchus.util.Tuple
-
Compute n × this.
- multiply(long) - Method in class org.hipparchus.fraction.BigFraction
-
Multiply the value of this fraction by the passed
long
, returning the result in reduced form. - multiply(BigInteger) - Method in class org.hipparchus.fraction.BigFraction
-
Multiplies the value of this fraction by the passed
BigInteger
, returning the result in reduced form. - multiply(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute this × a.
- multiply(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute this × a.
- multiply(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute this × a.
- multiply(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute this × a.
- multiply(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute this × a.
- multiply(Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute this × a.
- multiply(SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute this × a.
- multiply(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute this × a.
- multiply(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute this × a.
- multiply(UnivariateDifferentiableFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Multiplies functions.
- multiply(FieldPolynomialFunction<T>) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Multiply the instance by a polynomial.
- multiply(PolynomialFunction) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Multiply the instance by a polynomial.
- multiply(UnivariateFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Multiplies functions.
- multiply(Complex) - Method in class org.hipparchus.complex.Complex
-
Returns a
Complex
whose value isthis * factor
. - multiply(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value isthis * factor
. - multiply(Quaternion) - Method in class org.hipparchus.complex.Quaternion
-
Returns the Hamilton product of the instance by a quaternion.
- multiply(Quaternion, Quaternion) - Static method in class org.hipparchus.complex.Quaternion
-
Returns the Hamilton product of two quaternions.
- multiply(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Multiply this by x.
- multiply(BigFraction) - Method in class org.hipparchus.fraction.BigFraction
-
Multiplies the value of this fraction by another, returning the result in reduced form.
- multiply(Fraction) - Method in class org.hipparchus.fraction.Fraction
-
Multiplies the value of this fraction by another, returning the result in reduced form.
- multiply(Array2DRowFieldMatrix<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Postmultiplying this matrix by
m
. - multiply(Array2DRowRealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the result of postmultiplying
this
bym
. - multiply(BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the result of postmultiplying
this
bym
. - multiply(BlockRealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of postmultiplying this by
m
. - multiply(DiagonalMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of postmultiplying
this
bym
. - multiply(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Postmultiply this matrix by
m
. - multiply(FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Postmultiply this matrix by
m
. - multiply(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Postmultiply this matrix by
m
. - multiply(OpenMapRealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Postmultiply this matrix by
m
. - multiply(RealMatrix) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the result of postmultiplying
this
bym
. - multiply(RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of postmultiplying
this
bym
. - multiply(RealMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of postmultiplying
this
bym
. - multiply(RealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Returns the result of postmultiplying
this
bym
. - multiply(RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of postmultiplying
this
bym
. - multiply(BigReal) - Method in class org.hipparchus.util.BigReal
-
Compute this × a.
- multiply(Binary64) - Method in class org.hipparchus.util.Binary64
-
Compute this × a.
- multiply(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute this × a.
- multiply(Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute this × a.
- multiply(T) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'×' operator.
- multiply(T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'×' operator.
- multiply(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'×' operator.
- multiply(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'×' operator.
- multiply(T) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value isthis * factor
, withfactor
interpreted as a real number. - multiply(T) - Method in interface org.hipparchus.FieldElement
-
Compute this × a.
- multiply(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform multiplication of two derivative structures.
- Multiply - Class in org.hipparchus.analysis.function
-
Multiply the two operands.
- Multiply() - Constructor for class org.hipparchus.analysis.function.Multiply
-
Empty constructor.
- multiplyEntry(int, int, double) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Multiplies (in place) the specified entry of
this
matrix by the specified value. - multiplyEntry(int, int, double) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Multiplies (in place) the specified entry of
this
matrix by the specified value. - multiplyEntry(int, int, double) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Multiplies (in place) the specified entry of
this
matrix by the specified value. - multiplyEntry(int, int, double) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Multiplies (in place) the specified entry of
this
matrix by the specified value. - multiplyEntry(int, int, double) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Multiplies (in place) the specified entry of
this
matrix by the specified value. - multiplyEntry(int, int, double) - Method in interface org.hipparchus.linear.RealMatrix
-
Multiplies (in place) the specified entry of
this
matrix by the specified value. - multiplyEntry(int, int, T) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Change an entry in the specified row and column.
- multiplyEntry(int, int, T) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Change an entry in the specified row and column.
- multiplyEntry(int, int, T) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Change an entry in the specified row and column.
- multiplyEntry(int, int, T) - Method in interface org.hipparchus.linear.FieldMatrix
-
Change an entry in the specified row and column.
- multiplyEntry(int, int, T) - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Change an entry in the specified row and column.
- multiplyExact(int, int) - Static method in class org.hipparchus.util.FastMath
-
Multiply two numbers, detecting overflows.
- multiplyExact(long, int) - Static method in class org.hipparchus.util.FastMath
-
Multiply two numbers, detecting overflows.
- multiplyExact(long, long) - Static method in class org.hipparchus.util.FastMath
-
Multiply two numbers, detecting overflows.
- multiplyFull(int, int) - Static method in class org.hipparchus.util.FastMath
-
Multiply two integers and give an exact result without overflow.
- multiplyHigh(long, long) - Static method in class org.hipparchus.util.FastMath
-
Multiply two long integers and give the 64 most significant bits of the result.
- multiplyInPlace(SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Multiply in place.
- multiplyMinusI() - Method in class org.hipparchus.complex.Complex
-
Compute this *- -i.
- multiplyMinusI() - Method in class org.hipparchus.complex.FieldComplex
-
Compute this *- -i.
- multiplyPlusI() - Method in class org.hipparchus.complex.Complex
-
Compute this * i.
- multiplyPlusI() - Method in class org.hipparchus.complex.FieldComplex
-
Compute this * i.
- multiplyTransposed(Array2DRowFieldMatrix<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(Array2DRowRealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(BlockRealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(DiagonalMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(FieldMatrix<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(FieldMatrix<T>) - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(RealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(RealMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(RealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Returns the result of postmultiplying
this
bym^T
. - multiplyTransposed(RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of postmultiplying
this
bym^T
. - MultivariateDifferentiableFunction - Interface in org.hipparchus.analysis.differentiation
-
Extension of
MultivariateFunction
representing a multivariate differentiable real function. - MultivariateDifferentiableVectorFunction - Interface in org.hipparchus.analysis.differentiation
-
Extension of
MultivariateVectorFunction
representing a multivariate differentiable vectorial function. - MultivariateFunction - Interface in org.hipparchus.analysis
-
An interface representing a multivariate real function.
- MultivariateInterpolator - Interface in org.hipparchus.analysis.interpolation
-
Interface representing a univariate real interpolating function.
- MultivariateMatrixFunction - Interface in org.hipparchus.analysis
-
An interface representing a multivariate matrix function.
- MultivariateNormalDistribution - Class in org.hipparchus.distribution.multivariate
-
Implementation of the multivariate normal (Gaussian) distribution.
- MultivariateNormalDistribution(double[], double[][]) - Constructor for class org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
-
Creates a multivariate normal distribution with the given mean vector and covariance matrix.
The number of dimensions is equal to the length of the mean vector and to the number of rows and columns of the covariance matrix. - MultivariateNormalDistribution(double[], double[][], double) - Constructor for class org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
-
Creates a multivariate normal distribution with the given mean vector and covariance matrix.
The number of dimensions is equal to the length of the mean vector and to the number of rows and columns of the covariance matrix. - MultivariateNormalDistribution(RandomGenerator, double[], double[][]) - Constructor for class org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
-
Creates a multivariate normal distribution with the given mean vector and covariance matrix.
- MultivariateNormalDistribution(RandomGenerator, double[], double[][], double) - Constructor for class org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
-
Creates a multivariate normal distribution with the given mean vector and covariance matrix.
- MultivariateRealDistribution - Interface in org.hipparchus.distribution
-
Base interface for multivariate continuous distributions.
- MultivariateVectorFunction - Interface in org.hipparchus.analysis
-
An interface representing a multivariate vectorial function.
N
- NakagamiDistribution - Class in org.hipparchus.distribution.continuous
-
This class implements the Nakagami distribution.
- NakagamiDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.NakagamiDistribution
-
Build a new instance.
- NakagamiDistribution(double, double, double) - Constructor for class org.hipparchus.distribution.continuous.NakagamiDistribution
-
Build a new instance.
- NaN - Static variable in class org.hipparchus.complex.Complex
-
A complex number representing "NaN + NaNi".
- NAN - Static variable in class org.hipparchus.util.Binary64
-
The constant value of
Double.NaN
as aBinary64
. - NAN_ELEMENT_AT_INDEX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NAN_ELEMENT_AT_INDEX.
- NAN_NOT_ALLOWED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NAN_NOT_ALLOWED.
- NAN_VALUE_CONVERSION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NAN_VALUE_CONVERSION.
- nans - Variable in class org.hipparchus.dfp.Dfp
-
Indicator for non-finite / non-number values.
- natural(int) - Static method in class org.hipparchus.util.MathArrays
-
Returns an array representing the natural number
n
. - nc() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarC
-
Get the value of the nc function.
- nc() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarC
-
Get the value of the nc function.
- nd() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarD
-
Get the value of the nd function.
- nd() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarD
-
Get the value of the nd function.
- negate() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Negate the instance.
- negate() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Negate the instance.
- negate() - Method in class org.hipparchus.complex.Complex
-
Returns a
Complex
whose value is(-this)
. - negate() - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value is(-this)
. - negate() - Method in class org.hipparchus.dfp.Dfp
-
Returns a number that is this number with the sign bit reversed.
- negate() - Method in interface org.hipparchus.FieldElement
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.fraction.BigFraction
-
Return the additive inverse of this fraction, returning the result in reduced form.
- negate() - Method in class org.hipparchus.fraction.Fraction
-
Return the additive inverse of this fraction.
- negate() - Method in class org.hipparchus.util.BigReal
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.util.Binary64
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.util.FieldTuple
-
Returns the additive inverse of
this
element. - negate() - Method in class org.hipparchus.util.Tuple
-
Returns the additive inverse of
this
element. - negateExact(int) - Static method in class org.hipparchus.util.FastMath
-
Negates the argument.
- negateExact(long) - Static method in class org.hipparchus.util.FastMath
-
Negates the argument.
- NEGATIVE_COMPLEX_MODULE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NEGATIVE_COMPLEX_MODULE.
- NEGATIVE_DEFINITE_MATRIX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NEGATIVE_DEFINITE_MATRIX.
- NEGATIVE_ELEMENT_AT_INDEX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NEGATIVE_ELEMENT_AT_INDEX.
- NEGATIVE_INFINITY - Static variable in class org.hipparchus.util.Binary64
-
The constant value of
Double.NEGATIVE_INFINITY
as aBinary64
. - negativeOrNull() - Method in class org.hipparchus.dfp.Dfp
-
Check if instance is less than or equal to 0.
- NevilleInterpolator - Class in org.hipparchus.analysis.interpolation
-
Implements the Neville's Algorithm for interpolation of real univariate functions.
- NevilleInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.NevilleInterpolator
-
Empty constructor.
- newBundle(String, Locale, String, ClassLoader, boolean) - Method in class org.hipparchus.exception.UTF8Control
- newDfp() - Method in class org.hipparchus.dfp.DfpField
-
Makes a
Dfp
with a value of 0. - newDfp(byte) - Method in class org.hipparchus.dfp.DfpField
-
Create an instance from a byte value.
- newDfp(byte, byte) - Method in class org.hipparchus.dfp.DfpField
-
Creates a
Dfp
with a non-finite value. - newDfp(double) - Method in class org.hipparchus.dfp.DfpField
-
Create an instance from a double value.
- newDfp(int) - Method in class org.hipparchus.dfp.DfpField
-
Create an instance from an int value.
- newDfp(long) - Method in class org.hipparchus.dfp.DfpField
-
Create an instance from a long value.
- newDfp(String) - Method in class org.hipparchus.dfp.DfpField
-
Create a
Dfp
given a String representation. - newDfp(Dfp) - Method in class org.hipparchus.dfp.DfpField
-
Copy constructor.
- newInstance() - Method in class org.hipparchus.dfp.Dfp
-
Create an instance with a value of 0.
- newInstance() - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance with a value of 0.
- newInstance(byte) - Method in class org.hipparchus.dfp.Dfp
-
Create an instance from a byte value.
- newInstance(byte) - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance from a byte value.
- newInstance(byte, byte) - Method in class org.hipparchus.dfp.Dfp
-
Creates an instance with a non-finite value.
- newInstance(byte, byte) - Method in class org.hipparchus.dfp.DfpDec
-
Creates an instance with a non-finite value.
- newInstance(double) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in interface org.hipparchus.CalculusFieldElement
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.complex.Complex
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.complex.FieldComplex
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.dfp.Dfp
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.util.Binary64
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.util.FieldTuple
-
Create an instance corresponding to a constant real value.
- newInstance(double) - Method in class org.hipparchus.util.Tuple
-
Create an instance corresponding to a constant real value.
- newInstance(int) - Method in class org.hipparchus.dfp.Dfp
-
Create an instance from an int value.
- newInstance(int) - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance from an int value.
- newInstance(long) - Method in class org.hipparchus.dfp.Dfp
-
Create an instance from a long value.
- newInstance(long) - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance from a long value.
- newInstance(String) - Method in class org.hipparchus.dfp.Dfp
-
Create an instance from a String representation.
- newInstance(String) - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance from a String representation.
- newInstance(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Create an instance by copying an existing one.
- newInstance(Dfp) - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance by copying an existing one.
- newInstance(DfpField, DfpField.RoundingMode) - Method in class org.hipparchus.dfp.Dfp
-
Creates an instance by converting the instance to a different field (i.e.
- newInstance(S) - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Create an instance corresponding to a constant Field value.
- newInstance(T) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Create an instance corresponding to a constant Field value.
- newInstance(T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Create an instance corresponding to a constant Field value.
- newInstance(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Create an instance corresponding to a constant Field value.
- newInstance(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Create an instance corresponding to a constant Field value.
- NewtonRaphsonSolver - Class in org.hipparchus.analysis.solvers
-
Implements Newton's Method for finding zeros of real univariate differentiable functions.
- NewtonRaphsonSolver() - Constructor for class org.hipparchus.analysis.solvers.NewtonRaphsonSolver
-
Construct a solver.
- NewtonRaphsonSolver(double) - Constructor for class org.hipparchus.analysis.solvers.NewtonRaphsonSolver
-
Construct a solver.
- next() - Method in class org.hipparchus.linear.OpenMapRealVector.OpenMapSparseIterator
- next() - Method in class org.hipparchus.linear.RealVector.SparseEntryIterator
- next() - Method in class org.hipparchus.util.MultidimensionalCounter.Iterator
- next() - Method in class org.hipparchus.util.RosenNumberPartitionIterator
- next(double) - Method in class org.hipparchus.random.GaussMarkovGenerator
-
Generate next step in the autoregressive process.
- nextAfter(double, double) - Static method in class org.hipparchus.util.FastMath
-
Get the next machine representable number after a number, moving in the direction of another number.
- nextAfter(float, double) - Static method in class org.hipparchus.util.FastMath
-
Get the next machine representable number after a number, moving in the direction of another number.
- nextAfter(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Returns the next number greater than this one in the direction of x.
- nextAfter(Dfp) - Method in class org.hipparchus.dfp.DfpDec
-
Returns the next number greater than this one in the direction of x.
- nextBeta(double, double) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the next pseudo-random beta-distributed value with the given shape and scale parameters.
- nextBoolean() - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the next pseudorandom, uniformly distributed
boolean
value from this random number generator's sequence. - nextBoolean() - Method in class org.hipparchus.random.Well512a
-
Returns the next pseudorandom, uniformly distributed
boolean
value from this random number generator's sequence. - nextBoolean() - Method in class org.hipparchus.random.JDKRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
boolean
value from this random number generator's sequence. - nextBoolean() - Method in class org.hipparchus.random.RandomAdaptor
-
Returns the next pseudorandom, uniformly distributed
boolean
value from this random number generator's sequence. - nextBoolean() - Method in interface org.hipparchus.random.RandomGenerator
-
Returns the next pseudorandom, uniformly distributed
boolean
value from this random number generator's sequence. - nextBoolean() - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
boolean
value from this random number generator's sequence. - nextBytes(byte[]) - Method in class org.hipparchus.random.RandomDataGenerator
-
Generates random bytes and places them into a user-supplied byte array.
- nextBytes(byte[]) - Method in class org.hipparchus.random.Well512a
-
Generates random bytes and places them into a user-supplied byte array.
- nextBytes(byte[]) - Method in class org.hipparchus.random.JDKRandomGenerator
-
Generates random bytes and places them into a user-supplied byte array.
- nextBytes(byte[]) - Method in class org.hipparchus.random.RandomAdaptor
-
Generates random bytes and places them into a user-supplied byte array.
- nextBytes(byte[]) - Method in interface org.hipparchus.random.RandomGenerator
-
Generates random bytes and places them into a user-supplied byte array.
- nextBytes(byte[]) - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Generates random bytes and places them into a user-supplied byte array.
- nextBytes(byte[], int, int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Generates random bytes and places them into a user-supplied byte array.
- nextBytes(byte[], int, int) - Method in class org.hipparchus.random.Well512a
-
Generates random bytes and places them into a user-supplied byte array.
- nextBytes(byte[], int, int) - Method in class org.hipparchus.random.RandomAdaptor
-
Generates random bytes and places them into a user-supplied byte array.
- nextBytes(byte[], int, int) - Method in interface org.hipparchus.random.RandomGenerator
-
Generates random bytes and places them into a user-supplied byte array.
- nextBytes(byte[], int, int) - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Generates random bytes and places them into a user-supplied byte array.
- nextDeviate(IntegerDistribution) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a random deviate from the given distribution.
- nextDeviate(RealDistribution) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a random deviate from the given distribution.
- nextDeviates(IntegerDistribution, int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns an array of random deviates from the given distribution.
- nextDeviates(RealDistribution, int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns an array of random deviates from the given distribution.
- nextDouble() - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the next pseudorandom, uniformly distributed
double
value between0.0
and1.0
from this random number generator's sequence. - nextDouble() - Method in class org.hipparchus.random.Well512a
-
Returns the next pseudorandom, uniformly distributed
double
value between0.0
and1.0
from this random number generator's sequence. - nextDouble() - Method in class org.hipparchus.random.JDKRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
double
value between0.0
and1.0
from this random number generator's sequence. - nextDouble() - Method in class org.hipparchus.random.RandomAdaptor
-
Returns the next pseudorandom, uniformly distributed
double
value between0.0
and1.0
from this random number generator's sequence. - nextDouble() - Method in interface org.hipparchus.random.RandomGenerator
-
Returns the next pseudorandom, uniformly distributed
double
value between0.0
and1.0
from this random number generator's sequence. - nextDouble() - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
double
value between0.0
and1.0
from this random number generator's sequence. - nextDown(double) - Static method in class org.hipparchus.util.FastMath
-
Compute next number towards negative infinity.
- nextDown(float) - Static method in class org.hipparchus.util.FastMath
-
Compute next number towards negative infinity.
- nextExponential(double) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the next pseudo-random, exponentially distributed deviate.
- nextFloat() - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the next pseudorandom, uniformly distributed
float
value between0.0
and1.0
from this random number generator's sequence. - nextFloat() - Method in class org.hipparchus.random.Well512a
-
Returns the next pseudorandom, uniformly distributed
float
value between0.0
and1.0
from this random number generator's sequence. - nextFloat() - Method in class org.hipparchus.random.JDKRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
float
value between0.0
and1.0
from this random number generator's sequence. - nextFloat() - Method in class org.hipparchus.random.RandomAdaptor
-
Returns the next pseudorandom, uniformly distributed
float
value between0.0
and1.0
from this random number generator's sequence. - nextFloat() - Method in interface org.hipparchus.random.RandomGenerator
-
Returns the next pseudorandom, uniformly distributed
float
value between0.0
and1.0
from this random number generator's sequence. - nextFloat() - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
float
value between0.0
and1.0
from this random number generator's sequence. - nextGamma(double, double) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the next pseudo-random gamma-distributed value with the given shape and scale parameters.
- nextGaussian() - Method in class org.hipparchus.random.Well512a
-
Returns the next pseudorandom, Gaussian ("normally") distributed
double
value with mean0.0
and standard deviation1.0
from this random number generator's sequence. - nextGaussian() - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the next pseudorandom, Gaussian ("normally") distributed
double
value with mean0.0
and standard deviation1.0
from this random number generator's sequence. - nextGaussian() - Method in class org.hipparchus.random.JDKRandomGenerator
-
Returns the next pseudorandom, Gaussian ("normally") distributed
double
value with mean0.0
and standard deviation1.0
from this random number generator's sequence. - nextGaussian() - Method in class org.hipparchus.random.RandomAdaptor
-
Returns the next pseudorandom, Gaussian ("normally") distributed
double
value with mean0.0
and standard deviation1.0
from this random number generator's sequence. - nextGaussian() - Method in interface org.hipparchus.random.RandomGenerator
-
Returns the next pseudorandom, Gaussian ("normally") distributed
double
value with mean0.0
and standard deviation1.0
from this random number generator's sequence. - nextGaussian() - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Returns the next pseudorandom, Gaussian ("normally") distributed
double
value with mean0.0
and standard deviation1.0
from this random number generator's sequence. - nextHexString(int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Generates a random string of hex characters of length
len
. - nextInt() - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.AbstractWell
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.ISAACRandom
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.JDKRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.MersenneTwister
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.RandomAdaptor
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in interface org.hipparchus.random.RandomGenerator
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.Well1024a
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.Well19937a
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.Well19937c
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.Well44497a
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.Well44497b
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt() - Method in class org.hipparchus.random.Well512a
-
Returns the next pseudorandom, uniformly distributed
int
value from this random number generator's sequence. - nextInt(int) - Method in class org.hipparchus.random.Well512a
-
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence. - nextInt(int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence. - nextInt(int) - Method in class org.hipparchus.random.JDKRandomGenerator
-
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence. - nextInt(int) - Method in class org.hipparchus.random.RandomAdaptor
-
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence. - nextInt(int) - Method in interface org.hipparchus.random.RandomGenerator
-
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence. - nextInt(int) - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence. - nextInt(int, int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a uniformly distributed random integer between lower and upper (inclusive).
- nextLogNormal(double, double) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the next log-normally-distributed pseudo-random deviate.
- nextLong() - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the next pseudorandom, uniformly distributed
long
value from this random number generator's sequence. - nextLong() - Method in class org.hipparchus.random.Well512a
-
Returns the next pseudorandom, uniformly distributed
long
value from this random number generator's sequence. - nextLong() - Method in class org.hipparchus.random.JDKRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
long
value from this random number generator's sequence. - nextLong() - Method in class org.hipparchus.random.RandomAdaptor
-
Returns the next pseudorandom, uniformly distributed
long
value from this random number generator's sequence. - nextLong() - Method in interface org.hipparchus.random.RandomGenerator
-
Returns the next pseudorandom, uniformly distributed
long
value from this random number generator's sequence. - nextLong() - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
long
value from this random number generator's sequence. - nextLong(long) - Method in class org.hipparchus.random.Well512a
-
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence. - nextLong(long) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence. - nextLong(long) - Method in class org.hipparchus.random.RandomAdaptor
-
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence. - nextLong(long) - Method in interface org.hipparchus.random.RandomGenerator
-
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence. - nextLong(long) - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Returns a pseudorandom, uniformly distributed
int
value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence. - nextLong(long, long) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a uniformly distributed random long integer between lower and upper (inclusive).
- nextNormal(double, double) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the next normally-distributed pseudo-random deviate.
- nextNormalizedDouble() - Method in class org.hipparchus.random.GaussianRandomGenerator
-
Generate a random scalar with null mean and unit standard deviation.
- nextNormalizedDouble() - Method in interface org.hipparchus.random.NormalizedRandomGenerator
-
Generate a random scalar with null mean and unit standard deviation.
- nextNormalizedDouble() - Method in class org.hipparchus.random.StableRandomGenerator
-
Generate a random scalar with zero location and unit scale.
- nextNormalizedDouble() - Method in class org.hipparchus.random.UniformRandomGenerator
-
Generate a random scalar with null mean and unit standard deviation.
- nextPermutation(int, int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Generates an integer array of length
k
whose entries are selected randomly, without repetition, from the integers0, ..., n - 1
(inclusive). - nextPoisson(double) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a poisson-distributed deviate with the given mean.
- nextSample(double[], int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns an array of
k
double values selected randomly from the double arraya
. - nextSample(Collection<?>, int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns an array of
k
objects selected randomly from the Collectionc
. - nextSampleWithReplacement(int, double[]) - Method in class org.hipparchus.random.RandomDataGenerator
-
Generates a random sample of size sampleSize from {0, 1, ...
- nextUniform(double, double) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a double value uniformly distributed over [lower, upper]
- nextUp(double) - Static method in class org.hipparchus.util.FastMath
-
Compute next number towards positive infinity.
- nextUp(float) - Static method in class org.hipparchus.util.FastMath
-
Compute next number towards positive infinity.
- nextVector() - Method in class org.hipparchus.random.CorrelatedRandomVectorGenerator
-
Generate a correlated random vector.
- nextVector() - Method in class org.hipparchus.random.HaltonSequenceGenerator
-
Generate a random vector.
- nextVector() - Method in interface org.hipparchus.random.RandomVectorGenerator
-
Generate a random vector.
- nextVector() - Method in class org.hipparchus.random.SobolSequenceGenerator
-
Generate a random vector.
- nextVector() - Method in class org.hipparchus.random.UncorrelatedRandomVectorGenerator
-
Generate an uncorrelated random vector.
- nextVector() - Method in class org.hipparchus.random.UnitSphereRandomVectorGenerator
-
Generate a random vector.
- nextZipf(int, double) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns an integer value following a Zipf distribution with the given parameter.
- NO_CONVERGENCE_WITH_ANY_START_POINT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NO_CONVERGENCE_WITH_ANY_START_POINT.
- NO_DATA - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NO_DATA.
- NO_OPTIMUM_COMPUTED_YET - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NO_OPTIMUM_COMPUTED_YET.
- node(int) - Method in class org.hipparchus.analysis.interpolation.GridAxis
-
Get the interpolation node at specified index.
- nome(double) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the nome q.
- nome(T) - Static method in class org.hipparchus.special.elliptic.legendre.LegendreEllipticIntegral
-
Get the nome q.
- NON_CONVERGENT_CONTINUED_FRACTION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NON_CONVERGENT_CONTINUED_FRACTION.
- NON_POSITIVE_DEFINITE_OPERATOR - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NON_POSITIVE_DEFINITE_OPERATOR.
- NON_SELF_ADJOINT_OPERATOR - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NON_SELF_ADJOINT_OPERATOR.
- NON_SQUARE_MATRIX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NON_SQUARE_MATRIX.
- NON_SQUARE_OPERATOR - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NON_SQUARE_OPERATOR.
- NON_SYMMETRIC_MATRIX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NON_SYMMETRIC_MATRIX.
- norm() - Method in interface org.hipparchus.CalculusFieldElement
-
norm.
- norm() - Method in class org.hipparchus.complex.Complex
-
norm.
- norm(T) - Static method in class org.hipparchus.util.FastMath
-
Norm.
- NORM - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NORM.
- normalApproximateProbability(int) - Method in class org.hipparchus.distribution.discrete.PoissonDistribution
-
Calculates the Poisson distribution function using a normal approximation.
- NormalDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the normal (gaussian) distribution.
- NormalDistribution() - Constructor for class org.hipparchus.distribution.continuous.NormalDistribution
-
Create a normal distribution with mean equal to zero and standard deviation equal to one.
- NormalDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.NormalDistribution
-
Create a normal distribution using the given mean, standard deviation.
- normalize() - Method in class org.hipparchus.complex.Quaternion
-
Computes the normalized quaternion (the versor of the instance).
- NORMALIZE_INFINITE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NORMALIZE_INFINITE.
- NORMALIZE_NAN - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NORMALIZE_NAN.
- normalizeAngle(double, double) - Static method in class org.hipparchus.util.MathUtils
-
Normalize an angle in a 2π wide interval around a center value.
- normalizeAngle(T, T) - Static method in class org.hipparchus.util.MathUtils
-
Normalize an angle in a 2π wide interval around a center value.
- normalizeArray(double[], double) - Static method in class org.hipparchus.util.MathArrays
-
Normalizes an array to make it sum to a specified value.
- NormalizedRandomGenerator - Interface in org.hipparchus.random
-
This interface represent a normalized random generator for scalars.
- normalizeInput(double, double, double) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.SmoothStepFunction
-
Normalize input between left and right edges.
- normalizeInput(double, double, T) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.FieldSmoothStepFunction
-
Normalize input between left and right edges.
- NOT_BRACKETING_INTERVAL - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_BRACKETING_INTERVAL.
- NOT_DECREASING_SEQUENCE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_DECREASING_SEQUENCE.
- NOT_ENOUGH_POINTS_IN_SPLINE_PARTITION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_ENOUGH_POINTS_IN_SPLINE_PARTITION.
- NOT_FINITE_NUMBER - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_FINITE_NUMBER.
- NOT_INCREASING_SEQUENCE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_INCREASING_SEQUENCE.
- NOT_POSITIVE_DEFINITE_MATRIX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_POSITIVE_DEFINITE_MATRIX.
- NOT_POSITIVE_EXPONENT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_POSITIVE_EXPONENT.
- NOT_POSITIVE_NUMBER_OF_SAMPLES - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_POSITIVE_NUMBER_OF_SAMPLES.
- NOT_POSITIVE_SCALE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_POSITIVE_SCALE.
- NOT_POSITIVE_WINDOW_SIZE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_POSITIVE_WINDOW_SIZE.
- NOT_STRICTLY_DECREASING_SEQUENCE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_STRICTLY_DECREASING_SEQUENCE.
- NOT_STRICTLY_INCREASING_SEQUENCE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NOT_STRICTLY_INCREASING_SEQUENCE.
- ns() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarS
-
Get the value of the ns function.
- ns() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarS
-
Get the value of the ns function.
- nthRoot(int) - Method in class org.hipparchus.complex.Complex
-
Computes the n-th roots of this complex number.
- nthRoot(int) - Method in class org.hipparchus.complex.FieldComplex
-
Computes the n-th roots of this complex number.
- NULL_NOT_ALLOWED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NULL_NOT_ALLOWED.
- NullArgumentException - Exception in org.hipparchus.exception
-
All conditions checks that fail due to a
null
argument must throw this exception. - NullArgumentException() - Constructor for exception org.hipparchus.exception.NullArgumentException
-
Default constructor.
- NullArgumentException(Localizable, Object...) - Constructor for exception org.hipparchus.exception.NullArgumentException
-
Simple constructor.
- NUMBER_OF_ELEMENTS_SHOULD_BE_POSITIVE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMBER_OF_ELEMENTS_SHOULD_BE_POSITIVE.
- NUMBER_OF_INTERPOLATION_POINTS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMBER_OF_INTERPOLATION_POINTS.
- NUMBER_OF_POINTS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMBER_OF_POINTS.
- NUMBER_OF_SAMPLES - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMBER_OF_SAMPLES.
- NUMBER_OF_SUCCESS_LARGER_THAN_POPULATION_SIZE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMBER_OF_SUCCESS_LARGER_THAN_POPULATION_SIZE.
- NUMBER_OF_SUCCESSES - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMBER_OF_SUCCESSES.
- NUMBER_OF_TRIALS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMBER_OF_TRIALS.
- NUMBER_TOO_LARGE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMBER_TOO_LARGE.
- NUMBER_TOO_LARGE_BOUND_EXCLUDED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMBER_TOO_LARGE_BOUND_EXCLUDED.
- NUMBER_TOO_SMALL - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMBER_TOO_SMALL.
- NUMBER_TOO_SMALL_BOUND_EXCLUDED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMBER_TOO_SMALL_BOUND_EXCLUDED.
- NUMERATOR - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMERATOR.
- NUMERATOR_FORMAT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMERATOR_FORMAT.
- NUMERATOR_OVERFLOW_AFTER_MULTIPLY - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
NUMERATOR_OVERFLOW_AFTER_MULTIPLY.
- numVars() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Deprecated.
O
- OBSERVED_COUNTS_BOTTH_ZERO_FOR_ENTRY - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
OBSERVED_COUNTS_BOTTH_ZERO_FOR_ENTRY.
- OCTAVE_FORMAT - Static variable in class org.hipparchus.linear.MatrixUtils
-
A format for
RealMatrix
objects compatible with octave. - of(RandomGenerator) - Static method in class org.hipparchus.random.RandomAdaptor
-
Factory method to create a
Random
using the suppliedRandomGenerator
. - of(RandomGenerator) - Static method in class org.hipparchus.random.RandomDataGenerator
-
Factory method to create a
RandomData
instance using the suppliedRandomGenerator
. - ONE - Static variable in class org.hipparchus.complex.Complex
-
A complex number representing "1.0 + 0.0i".
- ONE - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "1".
- ONE - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "1".
- ONE - Static variable in class org.hipparchus.util.BigReal
-
A big real representing 1.
- ONE - Static variable in class org.hipparchus.util.Binary64
-
The constant value of
1d
as aBinary64
. - ONE_FIFTH - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "1/5".
- ONE_FIFTH - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "1/5".
- ONE_HALF - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "1/2".
- ONE_HALF - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "1/2".
- ONE_QUARTER - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "1/4".
- ONE_QUARTER - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "1/4".
- ONE_THIRD - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "1/3".
- ONE_THIRD - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "1/3".
- OpenIntToDoubleHashMap - Class in org.hipparchus.util
-
Open addressed map from int to double.
- OpenIntToDoubleHashMap() - Constructor for class org.hipparchus.util.OpenIntToDoubleHashMap
-
Build an empty map with default size and using NaN for missing entries.
- OpenIntToDoubleHashMap(double) - Constructor for class org.hipparchus.util.OpenIntToDoubleHashMap
-
Build an empty map with default size
- OpenIntToDoubleHashMap(int) - Constructor for class org.hipparchus.util.OpenIntToDoubleHashMap
-
Build an empty map with specified size and using NaN for missing entries.
- OpenIntToDoubleHashMap(int, double) - Constructor for class org.hipparchus.util.OpenIntToDoubleHashMap
-
Build an empty map with specified size.
- OpenIntToDoubleHashMap(OpenIntToDoubleHashMap) - Constructor for class org.hipparchus.util.OpenIntToDoubleHashMap
-
Copy constructor.
- OpenIntToDoubleHashMap.Iterator - Class in org.hipparchus.util
-
Iterator class for the map.
- OpenIntToFieldHashMap<T extends FieldElement<T>> - Class in org.hipparchus.util
-
Open addressed map from int to FieldElement.
- OpenIntToFieldHashMap(Field<T>) - Constructor for class org.hipparchus.util.OpenIntToFieldHashMap
-
Build an empty map with default size and using zero for missing entries.
- OpenIntToFieldHashMap(Field<T>, int) - Constructor for class org.hipparchus.util.OpenIntToFieldHashMap
-
Build an empty map with specified size and using zero for missing entries.
- OpenIntToFieldHashMap(Field<T>, int, T) - Constructor for class org.hipparchus.util.OpenIntToFieldHashMap
-
Build an empty map with specified size.
- OpenIntToFieldHashMap(Field<T>, T) - Constructor for class org.hipparchus.util.OpenIntToFieldHashMap
-
Build an empty map with default size
- OpenIntToFieldHashMap(OpenIntToFieldHashMap<T>) - Constructor for class org.hipparchus.util.OpenIntToFieldHashMap
-
Copy constructor.
- OpenIntToFieldHashMap.Iterator - Class in org.hipparchus.util
-
Iterator class for the map.
- OpenMapEntry(OpenIntToDoubleHashMap.Iterator) - Constructor for class org.hipparchus.linear.OpenMapRealVector.OpenMapEntry
-
Build an entry from an iterator point to an element.
- OpenMapRealMatrix - Class in org.hipparchus.linear
-
Sparse matrix implementation based on an open addressed map.
- OpenMapRealMatrix(int, int) - Constructor for class org.hipparchus.linear.OpenMapRealMatrix
-
Build a sparse matrix with the supplied row and column dimensions.
- OpenMapRealMatrix(OpenMapRealMatrix) - Constructor for class org.hipparchus.linear.OpenMapRealMatrix
-
Build a matrix by copying another one.
- OpenMapRealVector - Class in org.hipparchus.linear
-
This class implements the
RealVector
interface with aOpenIntToDoubleHashMap
backing store. - OpenMapRealVector() - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Build a 0-length vector.
- OpenMapRealVector(double[]) - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Create from an array.
- OpenMapRealVector(double[], double) - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Create from an array, specifying zero tolerance.
- OpenMapRealVector(int) - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Construct a vector of zeroes.
- OpenMapRealVector(int, double) - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Construct a vector of zeroes, specifying zero tolerance.
- OpenMapRealVector(int, int) - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Build a vector with known the sparseness (for advanced use only).
- OpenMapRealVector(int, int, double) - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Build a vector with known the sparseness and zero tolerance setting (for advanced use only).
- OpenMapRealVector(Double[]) - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Create from an array.
- OpenMapRealVector(Double[], double) - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Create from an array.
- OpenMapRealVector(OpenMapRealVector) - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Copy constructor.
- OpenMapRealVector(OpenMapRealVector, int) - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Build a resized vector, for use with append.
- OpenMapRealVector(RealVector) - Constructor for class org.hipparchus.linear.OpenMapRealVector
-
Generic copy constructor.
- OpenMapRealVector.OpenMapEntry - Class in org.hipparchus.linear
-
Implementation of
Entry
optimized for OpenMap. - OpenMapRealVector.OpenMapSparseIterator - Class in org.hipparchus.linear
-
Iterator class to do iteration over just the non-zero elements.
- OpenMapSparseIterator() - Constructor for class org.hipparchus.linear.OpenMapRealVector.OpenMapSparseIterator
-
Simple constructor.
- operate(double[]) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(double[]) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(double[]) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(double[]) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(double[]) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(FieldVector<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(RealVector) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(RealVector) - Method in class org.hipparchus.linear.JacobiPreconditioner
-
Returns the result of multiplying
this
by the vectorx
. - operate(RealVector) - Method in interface org.hipparchus.linear.RealLinearOperator
-
Returns the result of multiplying
this
by the vectorx
. - operate(RealVector) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(T[]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(T[]) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(T[]) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the result of multiplying this by the vector
v
. - operate(T[]) - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the result of multiplying this by the vector
v
. - operateTranspose(RealVector) - Method in interface org.hipparchus.linear.RealLinearOperator
-
Returns the result of multiplying the transpose of
this
operator by the vectorx
(optional operation). - OPERATOR - Static variable in class org.hipparchus.linear.ConjugateGradient
-
Key for the exception context.
- OrderedComplexEigenDecomposition - Class in org.hipparchus.linear
-
Given a matrix A, it computes a complex eigen decomposition A = VDV^{T}.
- OrderedComplexEigenDecomposition(RealMatrix) - Constructor for class org.hipparchus.linear.OrderedComplexEigenDecomposition
-
Constructor for the decomposition.
- OrderedComplexEigenDecomposition(RealMatrix, double, double, double) - Constructor for class org.hipparchus.linear.OrderedComplexEigenDecomposition
-
Constructor for decomposition.
- OrderedComplexEigenDecomposition(RealMatrix, double, double, double, Comparator<Complex>) - Constructor for class org.hipparchus.linear.OrderedComplexEigenDecomposition
-
Constructor for decomposition.
- org.hipparchus - package org.hipparchus
-
Common classes used throughout the Hipparchus library.
- org.hipparchus.analysis - package org.hipparchus.analysis
-
Parent package for common numerical analysis procedures, including root finding, function interpolation and integration.
- org.hipparchus.analysis.differentiation - package org.hipparchus.analysis.differentiation
-
This package holds the main interfaces and basic building block classes dealing with differentiation.
- org.hipparchus.analysis.function - package org.hipparchus.analysis.function
-
The
function
package contains function objects that wrap the methods contained inMath
, as well as common mathematical functions such as the gaussian and sinc functions. - org.hipparchus.analysis.integration - package org.hipparchus.analysis.integration
-
Numerical integration (quadrature) algorithms for univariate real functions.
- org.hipparchus.analysis.integration.gauss - package org.hipparchus.analysis.integration.gauss
-
Gauss family of quadrature schemes.
- org.hipparchus.analysis.interpolation - package org.hipparchus.analysis.interpolation
-
Univariate real functions interpolation algorithms.
- org.hipparchus.analysis.polynomials - package org.hipparchus.analysis.polynomials
-
Univariate real polynomials implementations, seen as differentiable univariate real functions.
- org.hipparchus.analysis.solvers - package org.hipparchus.analysis.solvers
-
Root finding algorithms, for univariate real functions.
- org.hipparchus.complex - package org.hipparchus.complex
-
Complex number type and implementations of complex transcendental functions.
- org.hipparchus.dfp - package org.hipparchus.dfp
-
Decimal floating point library for Java
- org.hipparchus.distribution - package org.hipparchus.distribution
-
Interfaces and implementations of common discrete and continuous distributions.
- org.hipparchus.distribution.continuous - package org.hipparchus.distribution.continuous
-
Implementations of common continuous distributions.
- org.hipparchus.distribution.discrete - package org.hipparchus.distribution.discrete
-
Implementations of common discrete distributions.
- org.hipparchus.distribution.multivariate - package org.hipparchus.distribution.multivariate
-
Implementations of multivariate distributions.
- org.hipparchus.exception - package org.hipparchus.exception
-
Specialized exceptions for algorithms errors.
- org.hipparchus.fraction - package org.hipparchus.fraction
-
Fraction number type and fraction number formatting.
- org.hipparchus.linear - package org.hipparchus.linear
-
Linear algebra support.
- org.hipparchus.random - package org.hipparchus.random
-
Random number and random data generators.
- org.hipparchus.special - package org.hipparchus.special
-
Implementations of special functions such as Beta and Gamma.
- org.hipparchus.special.elliptic - package org.hipparchus.special.elliptic
-
Implementations of elliptic functions and integrals.
- org.hipparchus.special.elliptic.carlson - package org.hipparchus.special.elliptic.carlson
-
Implementations of Carlson elliptic integrals.
- org.hipparchus.special.elliptic.jacobi - package org.hipparchus.special.elliptic.jacobi
-
Implementations of Jacobi elliptic functions.
- org.hipparchus.special.elliptic.legendre - package org.hipparchus.special.elliptic.legendre
-
Implementations of Legendre elliptic integrals.
- org.hipparchus.util - package org.hipparchus.util
-
Convenience routines and common data structures used throughout the Hipparchus library.
- orthonormalize(List<RealVector>, double, DependentVectorsHandler) - Static method in class org.hipparchus.linear.MatrixUtils
-
Orthonormalize a list of vectors.
- orthonormalize(Field<T>, List<FieldVector<T>>, T, DependentVectorsHandler) - Static method in class org.hipparchus.linear.MatrixUtils
-
Orthonormalize a list of vectors.
- OUT_OF_RANGE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
OUT_OF_RANGE.
- OUT_OF_RANGE_LEFT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
OUT_OF_RANGE_LEFT.
- OUT_OF_RANGE_ROOT_OF_UNITY_INDEX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
OUT_OF_RANGE_ROOT_OF_UNITY_INDEX.
- OUT_OF_RANGE_SIMPLE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
OUT_OF_RANGE_SIMPLE.
- outerProduct(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute the outer product.
- outerProduct(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute the outer product.
- outerProduct(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Compute the outer product.
- outerProduct(FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Compute the outer product.
- outerProduct(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Compute the outer product.
- outerProduct(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Compute the outer product.
- outerProduct(SparseFieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Optimized method to compute outer product when both vectors are sparse.
- OVERFLOW - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
OVERFLOW.
- OVERFLOW_IN_ADDITION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
OVERFLOW_IN_ADDITION.
- OVERFLOW_IN_FRACTION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
OVERFLOW_IN_FRACTION.
- OVERFLOW_IN_MULTIPLICATION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
OVERFLOW_IN_MULTIPLICATION.
- OVERFLOW_IN_SUBTRACTION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
OVERFLOW_IN_SUBTRACTION.
P
- Pair<K,
V> - Class in org.hipparchus.util -
Generic pair.
- Pair(K, V) - Constructor for class org.hipparchus.util.Pair
-
Create an entry representing a mapping from the specified key to the specified value.
- Pair(Pair<? extends K, ? extends V>) - Constructor for class org.hipparchus.util.Pair
-
Create an entry representing the same mapping as the specified entry.
- Parametric() - Constructor for class org.hipparchus.analysis.function.Gaussian.Parametric
-
Empty constructor.
- Parametric() - Constructor for class org.hipparchus.analysis.function.HarmonicOscillator.Parametric
-
Empty constructor.
- Parametric() - Constructor for class org.hipparchus.analysis.function.Logistic.Parametric
-
Empty constructor.
- Parametric() - Constructor for class org.hipparchus.analysis.function.Logit.Parametric
-
Empty constructor.
- Parametric() - Constructor for class org.hipparchus.analysis.function.Sigmoid.Parametric
-
Empty constructor.
- Parametric() - Constructor for class org.hipparchus.analysis.polynomials.PolynomialFunction.Parametric
-
Empty constructor.
- ParametricUnivariateFunction - Interface in org.hipparchus.analysis
-
An interface representing a real function that depends on one independent variable plus some extra parameters.
- ParetoDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the Pareto distribution.
- ParetoDistribution() - Constructor for class org.hipparchus.distribution.continuous.ParetoDistribution
-
Create a Pareto distribution with a scale of
1
and a shape of1
. - ParetoDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.ParetoDistribution
-
Create a Pareto distribution using the specified scale and shape.
- ParetoDistribution(double, double, double) - Constructor for class org.hipparchus.distribution.continuous.ParetoDistribution
-
Creates a Pareto distribution.
- parse(String) - Method in class org.hipparchus.complex.ComplexFormat
-
Parses a string to produce a
Complex
object. - parse(String) - Method in class org.hipparchus.fraction.BigFractionFormat
-
Parses a string to produce a
BigFraction
object. - parse(String) - Method in class org.hipparchus.fraction.FractionFormat
-
Parses a string to produce a
Fraction
object. - parse(String) - Method in class org.hipparchus.linear.RealMatrixFormat
-
Parse a string to produce a
RealMatrix
object. - parse(String) - Method in class org.hipparchus.linear.RealVectorFormat
-
Parse a string to produce a
RealVector
object. - parse(String, ParsePosition) - Method in class org.hipparchus.complex.ComplexFormat
-
Parses a string to produce a
Complex
object. - parse(String, ParsePosition) - Method in class org.hipparchus.fraction.BigFractionFormat
-
Parses a string to produce a
BigFraction
object. - parse(String, ParsePosition) - Method in class org.hipparchus.fraction.FractionFormat
-
Parses a string to produce a
Fraction
object. - parse(String, ParsePosition) - Method in class org.hipparchus.fraction.ProperBigFractionFormat
-
Parses a string to produce a
BigFraction
object. - parse(String, ParsePosition) - Method in class org.hipparchus.fraction.ProperFractionFormat
-
Parses a string to produce a
Fraction
object. - parse(String, ParsePosition) - Method in class org.hipparchus.linear.RealMatrixFormat
-
Parse a string to produce a
RealMatrix
object. - parse(String, ParsePosition) - Method in class org.hipparchus.linear.RealVectorFormat
-
Parse a string to produce a
RealVector
object. - parseAndIgnoreWhitespace(String, ParsePosition) - Static method in class org.hipparchus.fraction.ProperFractionFormat
-
Parses
source
until a non-whitespace character is found. - parseAndIgnoreWhitespace(String, ParsePosition) - Static method in class org.hipparchus.util.CompositeFormat
-
Parses
source
until a non-whitespace character is found. - parseFixedstring(String, String, ParsePosition) - Static method in class org.hipparchus.util.CompositeFormat
-
Parse
source
for an expected fixed string. - parseNextBigInteger(String, ParsePosition) - Method in class org.hipparchus.fraction.BigFractionFormat
-
Parses a string to produce a
BigInteger
. - parseNextCharacter(String, ParsePosition) - Static method in class org.hipparchus.fraction.ProperFractionFormat
-
Parses
source
until a non-whitespace character is found. - parseNextCharacter(String, ParsePosition) - Static method in class org.hipparchus.util.CompositeFormat
-
Parses
source
until a non-whitespace character is found. - parseNumber(String, NumberFormat, ParsePosition) - Static method in class org.hipparchus.util.CompositeFormat
-
Parses
source
for a number. - partitions(List<T>) - Static method in class org.hipparchus.util.CombinatoricsUtils
-
Generate a stream of partitions of a list.
- PascalDistribution - Class in org.hipparchus.distribution.discrete
-
Implementation of the Pascal distribution.
- PascalDistribution(int, double) - Constructor for class org.hipparchus.distribution.discrete.PascalDistribution
-
Create a Pascal distribution with the given number of successes and probability of success.
- PEGASUS - Enum constant in enum org.hipparchus.analysis.solvers.BaseSecantSolver.Method
-
The
Pegasus
method. - PegasusSolver - Class in org.hipparchus.analysis.solvers
-
Implements the Pegasus method for root-finding (approximating a zero of a univariate real function).
- PegasusSolver() - Constructor for class org.hipparchus.analysis.solvers.PegasusSolver
-
Construct a solver with default accuracy (1e-6).
- PegasusSolver(double) - Constructor for class org.hipparchus.analysis.solvers.PegasusSolver
-
Construct a solver.
- PegasusSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.PegasusSolver
-
Construct a solver.
- PegasusSolver(double, double, double) - Constructor for class org.hipparchus.analysis.solvers.PegasusSolver
-
Construct a solver.
- percentageValue() - Method in class org.hipparchus.fraction.BigFraction
-
Gets the fraction percentage as a
double
. - percentageValue() - Method in class org.hipparchus.fraction.Fraction
-
Gets the fraction percentage as a
double
. - performHouseholderReflection(int, double[][]) - Method in class org.hipparchus.linear.QRDecomposition
-
Perform Householder reflection for a minor A(minor, minor) of A.
- performHouseholderReflection(int, double[][]) - Method in class org.hipparchus.linear.RRQRDecomposition
-
Perform Householder reflection for a minor A(minor, minor) of A.
- performHouseholderReflection(int, T[][]) - Method in class org.hipparchus.linear.FieldQRDecomposition
-
Perform Householder reflection for a minor A(minor, minor) of A.
- PERMUTATION_EXCEEDS_N - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
PERMUTATION_EXCEEDS_N.
- PERMUTATION_SIZE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
PERMUTATION_SIZE.
- permutations(List<T>) - Static method in class org.hipparchus.util.CombinatoricsUtils
-
Generate a stream of permutations of a list.
- PI - Static variable in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
The constant value of π as a
UnivariateDerivative1
. - PI - Static variable in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
The constant value of π as a
UnivariateDerivative2
. - PI - Static variable in class org.hipparchus.complex.Complex
-
A complex number representing "π + 0.0i".
- PI - Static variable in class org.hipparchus.util.Binary64
-
The constant value of π as a
Binary64
. - PI - Static variable in class org.hipparchus.util.FastMath
-
Archimede's constant PI, ratio of circle circumference to diameter.
- PI_SQUARED - Static variable in class org.hipparchus.util.MathUtils
-
\(\pi^2\)
- PiecewiseBicubicSplineInterpolatingFunction - Class in org.hipparchus.analysis.interpolation
-
Function that implements the bicubic spline interpolation.
- PiecewiseBicubicSplineInterpolatingFunction(double[], double[], double[][]) - Constructor for class org.hipparchus.analysis.interpolation.PiecewiseBicubicSplineInterpolatingFunction
-
Simple constructor.
- PiecewiseBicubicSplineInterpolator - Class in org.hipparchus.analysis.interpolation
-
Generates a piecewise-bicubic interpolating function.
- PiecewiseBicubicSplineInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.PiecewiseBicubicSplineInterpolator
-
Empty constructor.
- pivotIndex(double[], int, int) - Method in enum org.hipparchus.util.PivotingStrategy
-
Find pivot index of the array so that partition and Kth element selection can be made
- PivotingStrategy - Enum in org.hipparchus.util
-
A strategy to pick a pivoting index of an array for doing partitioning.
- PoissonDistribution - Class in org.hipparchus.distribution.discrete
-
Implementation of the Poisson distribution.
- PoissonDistribution(double) - Constructor for class org.hipparchus.distribution.discrete.PoissonDistribution
-
Creates a new Poisson distribution with specified mean.
- PoissonDistribution(double, double) - Constructor for class org.hipparchus.distribution.discrete.PoissonDistribution
-
Creates a new Poisson distribution with the specified mean and convergence criterion.
- PoissonDistribution(double, double, int) - Constructor for class org.hipparchus.distribution.discrete.PoissonDistribution
-
Creates a new Poisson distribution with specified mean, convergence criterion and maximum number of iterations.
- PoissonDistribution(double, int) - Constructor for class org.hipparchus.distribution.discrete.PoissonDistribution
-
Creates a new Poisson distribution with the specified mean and maximum number of iterations.
- polar2Complex(double, double) - Static method in class org.hipparchus.complex.ComplexUtils
-
Creates a complex number from the given polar representation.
- polar2Complex(T, T) - Static method in class org.hipparchus.complex.ComplexUtils
-
Creates a complex number from the given polar representation.
- POLYNOMIAL - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
POLYNOMIAL.
- polynomialDerivative() - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Returns the derivative as a
FieldPolynomialFunction
. - polynomialDerivative() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Returns the derivative as a
PolynomialFunction
. - PolynomialFunction - Class in org.hipparchus.analysis.polynomials
-
Immutable representation of a real polynomial function with real coefficients.
- PolynomialFunction(double...) - Constructor for class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Construct a polynomial with the given coefficients.
- PolynomialFunction.Parametric - Class in org.hipparchus.analysis.polynomials
-
Dedicated parametric polynomial class.
- PolynomialFunctionLagrangeForm - Class in org.hipparchus.analysis.polynomials
-
Implements the representation of a real polynomial function in Lagrange Form.
- PolynomialFunctionLagrangeForm(double[], double[]) - Constructor for class org.hipparchus.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Construct a Lagrange polynomial with the given abscissas and function values.
- PolynomialFunctionNewtonForm - Class in org.hipparchus.analysis.polynomials
-
Implements the representation of a real polynomial function in Newton Form.
- PolynomialFunctionNewtonForm(double[], double[]) - Constructor for class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Construct a Newton polynomial with the given a[] and c[].
- PolynomialSolver - Interface in org.hipparchus.analysis.solvers
-
Interface for (polynomial) root-finding algorithms.
- polynomialSplineDerivative() - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialSplineFunction
-
Get the derivative of the polynomial spline function.
- polynomialSplineDerivative() - Method in class org.hipparchus.analysis.polynomials.PolynomialSplineFunction
-
Get the derivative of the polynomial spline function.
- PolynomialSplineFunction - Class in org.hipparchus.analysis.polynomials
-
Represents a polynomial spline function.
- PolynomialSplineFunction(double[], PolynomialFunction[]) - Constructor for class org.hipparchus.analysis.polynomials.PolynomialSplineFunction
-
Construct a polynomial spline function with the given segment delimiters and interpolating polynomials.
- PolynomialsUtils - Class in org.hipparchus.analysis.polynomials
-
A collection of static methods that operate on or return polynomials.
- POPULATION_SIZE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
POPULATION_SIZE.
- POSITIVE_INFINITY - Static variable in class org.hipparchus.util.Binary64
-
The constant value of
Double.POSITIVE_INFINITY
as aBinary64
. - positiveOrNull() - Method in class org.hipparchus.dfp.Dfp
-
Check if instance is greater than or equal to 0.
- POSITIVITY_THRESHOLD - Static variable in class org.hipparchus.linear.SemiDefinitePositiveCholeskyDecomposition
-
Default threshold below which elements are not considered positive.
- pow(double) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Power operation.
- pow(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Power operation.
- pow(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Power operation.
- pow(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Power operation.
- pow(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Power operation.
- pow(double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Power operation.
- pow(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Power operation.
- pow(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Power operation.
- pow(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Power operation.
- pow(double) - Method in interface org.hipparchus.CalculusFieldElement
-
Power operation.
- pow(double) - Method in class org.hipparchus.complex.Complex
-
Returns of value of this complex number raised to the power of
x
. - pow(double) - Method in class org.hipparchus.complex.FieldComplex
-
Returns of value of this complex number raised to the power of
x
. - pow(double) - Method in class org.hipparchus.dfp.Dfp
-
Power operation.
- pow(double) - Method in class org.hipparchus.fraction.BigFraction
-
Returns a
double
whose value is thisexponent, returning the result in reduced form. - pow(double) - Method in class org.hipparchus.util.Binary64
-
Power operation.
- pow(double) - Method in class org.hipparchus.util.FieldTuple
-
Power operation.
- pow(double) - Method in class org.hipparchus.util.Tuple
-
Power operation.
- pow(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute power of a derivative structure.
- pow(double[], int, double, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute power of a derivative structure.
- pow(double[], int, int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute integer power of a derivative structure.
- pow(double, double) - Static method in class org.hipparchus.util.FastMath
-
Power function.
- pow(double, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute power of a double to a derivative structure.
- pow(double, int) - Static method in class org.hipparchus.util.FastMath
-
Raise a double to an int power.
- pow(double, long) - Static method in class org.hipparchus.util.FastMath
-
Raise a double to a long power.
- pow(double, DerivativeStructure) - Static method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute ax where a is a double and x a
DerivativeStructure
- pow(double, FieldDerivativeStructure<T>) - Static method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute ax where a is a double and x a
FieldDerivativeStructure
- pow(double, FieldGradient<T>) - Static method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute ax where a is a double and x a
FieldGradient
- pow(double, FieldUnivariateDerivative1<T>) - Static method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute ax where a is a double and x a
FieldUnivariateDerivative1
- pow(double, FieldUnivariateDerivative2<T>) - Static method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute ax where a is a double and x a
FieldUnivariateDerivative2
- pow(double, Gradient) - Static method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute ax where a is a double and x a
Gradient
- pow(double, SparseGradient) - Static method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute ax where a is a double and x a
SparseGradient
- pow(double, UnivariateDerivative1) - Static method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute ax where a is a double and x a
UnivariateDerivative1
- pow(double, UnivariateDerivative2) - Static method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute ax where a is a double and x a
UnivariateDerivative2
- pow(double, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute power of a double to a derivative structure.
- pow(int) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Integer power operation.
- pow(int) - Method in interface org.hipparchus.CalculusFieldElement
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.complex.Complex
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.complex.FieldComplex
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.dfp.Dfp
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.fraction.BigFraction
-
Returns a
BigFraction
whose value is(this<sup>exponent</sup>)
, returning the result in reduced form. - pow(int) - Method in class org.hipparchus.util.Binary64
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.util.FieldTuple
-
Integer power operation.
- pow(int) - Method in class org.hipparchus.util.Tuple
-
Integer power operation.
- pow(int, int) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Raise an int to an int power.
- pow(long) - Method in class org.hipparchus.fraction.BigFraction
-
Returns a
BigFraction
whose value is thisexponent, returning the result in reduced form. - pow(long, int) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Raise a long to an int power.
- pow(BigInteger) - Method in class org.hipparchus.fraction.BigFraction
-
Returns a
BigFraction
whose value is thisexponent, returning the result in reduced form. - pow(BigInteger, int) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Raise a BigInteger to an int power.
- pow(BigInteger, long) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Raise a BigInteger to a long power.
- pow(BigInteger, BigInteger) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Raise a BigInteger to a BigInteger power.
- pow(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Power operation.
- pow(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Power operation.
- pow(Complex) - Method in class org.hipparchus.complex.Complex
-
Returns of value of this complex number raised to the power of
x
. - pow(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Returns of value of this complex number raised to the power of
x
. - pow(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Power operation.
- pow(Dfp, int) - Static method in class org.hipparchus.dfp.DfpMath
-
Raises base to the power a by successive squaring.
- pow(Dfp, Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
Computes x to the y power.
- pow(Binary64) - Method in class org.hipparchus.util.Binary64
-
Power operation.
- pow(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Power operation.
- pow(Tuple) - Method in class org.hipparchus.util.Tuple
-
Power operation.
- pow(T) - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Power operation.
- pow(T) - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Power operation.
- pow(T) - Method in interface org.hipparchus.CalculusFieldElement
-
Power operation.
- pow(T) - Method in class org.hipparchus.complex.FieldComplex
-
Returns of value of this complex number raised to the power of
x
. - pow(T[], int, double, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute power of a derivative structure.
- pow(T[], int, int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute integer power of a derivative structure.
- pow(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute power of a derivative structure.
- pow(T, double) - Static method in class org.hipparchus.util.FastMath
-
Power function.
- pow(T, int) - Static method in class org.hipparchus.util.FastMath
-
Raise a double to an int power.
- pow(T, T) - Static method in class org.hipparchus.util.FastMath
-
Power function.
- Pow - Class in org.hipparchus.analysis.function
-
Power function.
- Pow() - Constructor for class org.hipparchus.analysis.function.Pow
-
Empty constructor.
- power(int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns the result multiplying this with itself
p
times. - power(int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the result of multiplying
this
with itselfp
times. - power(int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the result multiplying this with itself
p
times. - power(int) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of multiplying
this
with itselfp
times. - Power - Class in org.hipparchus.analysis.function
-
Power function.
- Power(double) - Constructor for class org.hipparchus.analysis.function.Power
-
Simple constructor.
- power10(int) - Method in class org.hipparchus.dfp.Dfp
-
Return the specified power of 10.
- power10K(int) - Method in class org.hipparchus.dfp.Dfp
-
Get the specified power of 10000.
- Precision - Class in org.hipparchus.util
-
Utilities for comparing numbers.
- PreconditionedIterativeLinearSolver - Class in org.hipparchus.linear
-
This abstract class defines preconditioned iterative solvers.
- PreconditionedIterativeLinearSolver(int) - Constructor for class org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Creates a new instance of this class, with default iteration manager.
- PreconditionedIterativeLinearSolver(IterationManager) - Constructor for class org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Creates a new instance of this class, with custom iteration manager.
- preMultiply(double[]) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(double[]) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(double[]) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(double[]) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(double[]) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Premultiply this matrix by
m
. - preMultiply(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Premultiply this matrix by
m
. - preMultiply(FieldVector<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(RealMatrix) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the result of premultiplying
this
bym
. - preMultiply(RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of premultiplying
this
bym
. - preMultiply(RealVector) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(RealVector) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(RealVector) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(T[]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(T[]) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(T[]) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - preMultiply(T[]) - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the (row) vector result of premultiplying this by the vector
v
. - probability(double) - Method in class org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(double, double) - Method in class org.hipparchus.distribution.continuous.AbstractRealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(double, double) - Method in class org.hipparchus.distribution.continuous.LogNormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(double, double) - Method in class org.hipparchus.distribution.continuous.NormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(double, double) - Method in interface org.hipparchus.distribution.RealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(int) - Method in class org.hipparchus.distribution.discrete.BinomialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.hipparchus.distribution.discrete.EnumeratedIntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.hipparchus.distribution.discrete.GeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.hipparchus.distribution.discrete.PascalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.hipparchus.distribution.discrete.PoissonDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.hipparchus.distribution.discrete.UniformIntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in interface org.hipparchus.distribution.IntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int, int) - Method in class org.hipparchus.distribution.discrete.AbstractIntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(int, int) - Method in interface org.hipparchus.distribution.IntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(T) - Method in class org.hipparchus.distribution.EnumeratedDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - projection(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Find the orthogonal projection of this vector onto another vector.
- projection(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Find the orthogonal projection of this vector onto another vector.
- projection(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Find the orthogonal projection of this vector onto another vector.
- projection(FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Find the orthogonal projection of this vector onto another vector.
- projection(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Find the orthogonal projection of this vector onto another vector.
- ProperBigFractionFormat - Class in org.hipparchus.fraction
-
Formats a BigFraction number in proper format.
- ProperBigFractionFormat() - Constructor for class org.hipparchus.fraction.ProperBigFractionFormat
-
Create a proper formatting instance with the default number format for the whole, numerator, and denominator.
- ProperBigFractionFormat(NumberFormat) - Constructor for class org.hipparchus.fraction.ProperBigFractionFormat
-
Create a proper formatting instance with a custom number format for the whole, numerator, and denominator.
- ProperBigFractionFormat(NumberFormat, NumberFormat, NumberFormat) - Constructor for class org.hipparchus.fraction.ProperBigFractionFormat
-
Create a proper formatting instance with a custom number format for each of the whole, numerator, and denominator.
- ProperFractionFormat - Class in org.hipparchus.fraction
-
Formats a Fraction number in proper format.
- ProperFractionFormat() - Constructor for class org.hipparchus.fraction.ProperFractionFormat
-
Create a proper formatting instance with the default number format for the whole, numerator, and denominator.
- ProperFractionFormat(NumberFormat) - Constructor for class org.hipparchus.fraction.ProperFractionFormat
-
Create a proper formatting instance with a custom number format for the whole, numerator, and denominator.
- ProperFractionFormat(NumberFormat, NumberFormat, NumberFormat) - Constructor for class org.hipparchus.fraction.ProperFractionFormat
-
Create a proper formatting instance with a custom number format for each of the whole, numerator, and denominator.
- providesResidual() - Method in class org.hipparchus.linear.DefaultIterativeLinearSolverEvent
-
Returns
true
ifIterativeLinearSolverEvent.getResidual()
is supported. - providesResidual() - Method in class org.hipparchus.linear.IterativeLinearSolverEvent
-
Returns
true
ifIterativeLinearSolverEvent.getResidual()
is supported. - put(int) - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Put a value associated with a key in the map.
- put(int, double) - Method in class org.hipparchus.util.OpenIntToDoubleHashMap
-
Put a value associated with a key in the map.
- put(int, T) - Method in class org.hipparchus.util.OpenIntToFieldHashMap
-
Put a value associated with a key in the map.
Q
- QNAN - Static variable in class org.hipparchus.dfp.Dfp
-
Indicator value for quiet NaN.
- QRDecomposer - Class in org.hipparchus.linear
-
Matrix decomposer using QR-decomposition.
- QRDecomposer(double) - Constructor for class org.hipparchus.linear.QRDecomposer
-
Creates a QR decomposer with specify threshold for several matrices.
- QRDecomposition - Class in org.hipparchus.linear
-
Calculates the QR-decomposition of a matrix.
- QRDecomposition(RealMatrix) - Constructor for class org.hipparchus.linear.QRDecomposition
-
Calculates the QR-decomposition of the given matrix.
- QRDecomposition(RealMatrix, double) - Constructor for class org.hipparchus.linear.QRDecomposition
-
Calculates the QR-decomposition of the given matrix.
- Quaternion - Class in org.hipparchus.complex
-
This class implements quaternions (Hamilton's hypercomplex numbers).
- Quaternion(double[]) - Constructor for class org.hipparchus.complex.Quaternion
-
Builds a pure quaternion from a vector (assuming that the scalar part is zero).
- Quaternion(double, double[]) - Constructor for class org.hipparchus.complex.Quaternion
-
Builds a quaternion from scalar and vector parts.
- Quaternion(double, double, double, double) - Constructor for class org.hipparchus.complex.Quaternion
-
Builds a quaternion from its components.
R
- RADIX - Static variable in class org.hipparchus.dfp.Dfp
-
The radix, or base of this system.
- random - Variable in class org.hipparchus.distribution.multivariate.AbstractMultivariateRealDistribution
-
RNG instance used to generate samples from the distribution.
- random() - Static method in class org.hipparchus.util.FastMath
-
Returns a pseudo-random number between 0.0 and 1.0.
- RandomAdaptor - Class in org.hipparchus.random
-
Extension of
Random
wrapping aRandomGenerator
. - RandomAdaptor(RandomGenerator) - Constructor for class org.hipparchus.random.RandomAdaptor
-
Construct a RandomAdaptor wrapping the supplied RandomGenerator.
- RandomDataGenerator - Class in org.hipparchus.random
-
A class for generating random data.
- RandomDataGenerator() - Constructor for class org.hipparchus.random.RandomDataGenerator
-
Construct a RandomDataGenerator with a default RandomGenerator as its source of random data.
- RandomDataGenerator(long) - Constructor for class org.hipparchus.random.RandomDataGenerator
-
Construct a RandomDataGenerator with a default RandomGenerator as its source of random data, initialized with the given seed value.
- RandomGenerator - Interface in org.hipparchus.random
-
Interface for generators of random number sequences.
- RandomVectorGenerator - Interface in org.hipparchus.random
-
This interface represents a random generator for whole vectors.
- rC(double, double) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RC.
- rC(Complex, Complex) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RC.
- rC(FieldComplex<T>, FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RC.
- rC(T, T) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RC.
- rD(double, double, double) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RD.
- rD(Complex, Complex, Complex) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RD.
- rD(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RD.
- rD(T, T, T) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RD.
- readResolve() - Method in class org.hipparchus.complex.Complex
-
Resolve the transient fields in a deserialized Complex Object.
- REAL_FORMAT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
REAL_FORMAT.
- RealDistribution - Interface in org.hipparchus.distribution
-
Base interface for continuous distributions.
- RealLinearOperator - Interface in org.hipparchus.linear
-
This class defines a linear operator operating on real (
double
) vector spaces. - RealMatrix - Interface in org.hipparchus.linear
-
Interface defining a real-valued matrix with basic algebraic operations.
- RealMatrixChangingVisitor - Interface in org.hipparchus.linear
-
Interface defining a visitor for matrix entries.
- RealMatrixFormat - Class in org.hipparchus.linear
-
Formats a
nxm
matrix in components list format "{{a00,a01, ..., a0m-1},{a10, a11, ..., a1m-1},{...},{ an-10, an-11, ..., an-1m-1}}". - RealMatrixFormat() - Constructor for class org.hipparchus.linear.RealMatrixFormat
-
Create an instance with default settings.
- RealMatrixFormat(String, String, String, String, String, String) - Constructor for class org.hipparchus.linear.RealMatrixFormat
-
Create an instance with custom prefix, suffix and separator.
- RealMatrixFormat(String, String, String, String, String, String, NumberFormat) - Constructor for class org.hipparchus.linear.RealMatrixFormat
-
Create an instance with custom prefix, suffix, separator and format for components.
- RealMatrixFormat(NumberFormat) - Constructor for class org.hipparchus.linear.RealMatrixFormat
-
Create an instance with a custom number format for components.
- RealMatrixPreservingVisitor - Interface in org.hipparchus.linear
-
Interface defining a visitor for matrix entries.
- RealVector - Class in org.hipparchus.linear
-
Class defining a real-valued vector with basic algebraic operations.
- RealVector() - Constructor for class org.hipparchus.linear.RealVector
-
Empty constructor.
- RealVector.Entry - Class in org.hipparchus.linear
-
An entry in the vector.
- RealVector.SparseEntryIterator - Class in org.hipparchus.linear
-
This class should rarely be used, but is here to provide a default implementation of sparseIterator(), which is implemented by walking over the entries, skipping those that are zero.
- RealVectorChangingVisitor - Interface in org.hipparchus.linear
-
This interface defines a visitor for the entries of a vector.
- RealVectorFormat - Class in org.hipparchus.linear
-
Formats a vector in components list format "{v0; v1; ...; vk-1}".
- RealVectorFormat() - Constructor for class org.hipparchus.linear.RealVectorFormat
-
Create an instance with default settings.
- RealVectorFormat(String, String, String) - Constructor for class org.hipparchus.linear.RealVectorFormat
-
Create an instance with custom prefix, suffix and separator.
- RealVectorFormat(String, String, String, NumberFormat) - Constructor for class org.hipparchus.linear.RealVectorFormat
-
Create an instance with custom prefix, suffix, separator and format for components.
- RealVectorFormat(NumberFormat) - Constructor for class org.hipparchus.linear.RealVectorFormat
-
Create an instance with a custom number format for components.
- RealVectorPreservingVisitor - Interface in org.hipparchus.linear
-
This interface defines a visitor for the entries of a vector.
- rebase(double[], int, DSCompiler, double[], double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Rebase derivative structure with respect to low level parameter functions.
- rebase(DerivativeStructure...) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Rebase instance with respect to low level parameter functions.
- rebase(FieldDerivativeStructure<T>...) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Rebase instance with respect to low level parameter functions.
- rebase(T[], int, DSCompiler, T[], T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Rebase derivative structure with respect to low level parameter functions.
- reciprocal() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in class org.hipparchus.complex.Complex
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in class org.hipparchus.complex.FieldComplex
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in class org.hipparchus.dfp.Dfp
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in interface org.hipparchus.FieldElement
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in class org.hipparchus.fraction.BigFraction
-
Return the multiplicative inverse of this fraction.
- reciprocal() - Method in class org.hipparchus.fraction.Fraction
-
Return the multiplicative inverse of this fraction.
- reciprocal() - Method in class org.hipparchus.util.BigReal
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in class org.hipparchus.util.Binary64
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in class org.hipparchus.util.FieldTuple
-
Returns the multiplicative inverse of
this
element. - reciprocal() - Method in class org.hipparchus.util.Tuple
-
Returns the multiplicative inverse of
this
element. - reciprocal(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute reciprocal of derivative structure.
- reciprocal(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute reciprocal of derivative structure.
- RectangularCholeskyDecomposition - Class in org.hipparchus.linear
-
Calculates the rectangular Cholesky decomposition of a matrix.
- RectangularCholeskyDecomposition(RealMatrix) - Constructor for class org.hipparchus.linear.RectangularCholeskyDecomposition
-
Decompose a symmetric positive semidefinite matrix.
- RectangularCholeskyDecomposition(RealMatrix, double) - Constructor for class org.hipparchus.linear.RectangularCholeskyDecomposition
-
Decompose a symmetric positive semidefinite matrix.
- reduce() - Method in class org.hipparchus.fraction.BigFraction
-
Reduce this
BigFraction
to its lowest terms. - reduce(double, double, double) - Static method in class org.hipparchus.util.MathUtils
-
Reduce
|a - offset|
to the primary interval[0, |period|)
. - REDUCE_BASE_TO_SPAN - Enum constant in enum org.hipparchus.linear.DependentVectorsHandler
-
Ignore dependent vectors.
- REGULA_FALSI - Enum constant in enum org.hipparchus.analysis.solvers.BaseSecantSolver.Method
-
The
Regula Falsi
or False Position method. - RegulaFalsiSolver - Class in org.hipparchus.analysis.solvers
-
Implements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).
- RegulaFalsiSolver() - Constructor for class org.hipparchus.analysis.solvers.RegulaFalsiSolver
-
Construct a solver with default accuracy (1e-6).
- RegulaFalsiSolver(double) - Constructor for class org.hipparchus.analysis.solvers.RegulaFalsiSolver
-
Construct a solver.
- RegulaFalsiSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.RegulaFalsiSolver
-
Construct a solver.
- RegulaFalsiSolver(double, double, double) - Constructor for class org.hipparchus.analysis.solvers.RegulaFalsiSolver
-
Construct a solver.
- regularizedBeta(double, double, double) - Static method in class org.hipparchus.special.Beta
-
Returns the regularized beta function I(x, a, b).
- regularizedBeta(double, double, double, double) - Static method in class org.hipparchus.special.Beta
-
Returns the regularized beta function I(x, a, b).
- regularizedBeta(double, double, double, double, int) - Static method in class org.hipparchus.special.Beta
-
Returns the regularized beta function I(x, a, b).
- regularizedBeta(double, double, double, int) - Static method in class org.hipparchus.special.Beta
-
Returns the regularized beta function I(x, a, b).
- regularizedGammaP(double, double) - Static method in class org.hipparchus.special.Gamma
-
Returns the regularized gamma function P(a, x).
- regularizedGammaP(double, double, double, int) - Static method in class org.hipparchus.special.Gamma
-
Returns the regularized gamma function P(a, x).
- regularizedGammaP(T, T) - Static method in class org.hipparchus.special.Gamma
-
Returns the regularized gamma function P(a, x).
- regularizedGammaP(T, T, double, int) - Static method in class org.hipparchus.special.Gamma
-
Returns the regularized gamma function P(a, x).
- regularizedGammaQ(double, double) - Static method in class org.hipparchus.special.Gamma
-
Returns the regularized gamma function Q(a, x) = 1 - P(a, x).
- regularizedGammaQ(double, double, double, int) - Static method in class org.hipparchus.special.Gamma
-
Returns the regularized gamma function Q(a, x) = 1 - P(a, x).
- regularizedGammaQ(T, T) - Static method in class org.hipparchus.special.Gamma
-
Returns the regularized gamma function Q(a, x) = 1 - P(a, x).
- regularizedGammaQ(T, T, double, int) - Static method in class org.hipparchus.special.Gamma
-
Returns the regularized gamma function Q(a, x) = 1 - P(a, x).
- remainder(double) - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
IEEE remainder operator.
- remainder(double) - Method in interface org.hipparchus.CalculusFieldElement
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.complex.Complex
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.complex.FieldComplex
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.dfp.Dfp
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.util.Binary64
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.util.FieldTuple
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.util.Tuple
-
IEEE remainder operator.
- remainder(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform remainder of two derivative structures.
- remainder(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
IEEE remainder operator.
- remainder(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
IEEE remainder operator.
- remainder(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
IEEE remainder operator.
- remainder(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
IEEE remainder operator.
- remainder(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
IEEE remainder operator.
- remainder(Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
IEEE remainder operator.
- remainder(SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
IEEE remainder operator.
- remainder(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
IEEE remainder operator.
- remainder(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
IEEE remainder operator.
- remainder(Complex) - Method in class org.hipparchus.complex.Complex
-
IEEE remainder operator.
- remainder(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
IEEE remainder operator.
- remainder(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Returns the IEEE remainder.
- remainder(Binary64) - Method in class org.hipparchus.util.Binary64
-
IEEE remainder operator.
- remainder(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
IEEE remainder operator.
- remainder(Tuple) - Method in class org.hipparchus.util.Tuple
-
IEEE remainder operator.
- remainder(T) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
IEEE remainder operator.
- remainder(T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
IEEE remainder operator.
- remainder(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
IEEE remainder operator.
- remainder(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
IEEE remainder operator.
- remainder(T) - Method in interface org.hipparchus.CalculusFieldElement
-
IEEE remainder operator.
- remainder(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform remainder of two derivative structures.
- remainderUnsigned(int, int) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Returns the unsigned remainder from dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
- remainderUnsigned(long, long) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Returns the unsigned remainder from dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
- remove() - Method in class org.hipparchus.linear.OpenMapRealVector.OpenMapSparseIterator
- remove() - Method in class org.hipparchus.linear.RealVector.SparseEntryIterator
- remove() - Method in class org.hipparchus.util.MultidimensionalCounter.Iterator
- remove(int) - Method in class org.hipparchus.util.OpenIntToDoubleHashMap
-
Remove the value associated with a key.
- remove(int) - Method in class org.hipparchus.util.OpenIntToFieldHashMap
-
Remove the value associated with a key.
- removeIterationListener(IterationListener) - Method in class org.hipparchus.util.IterationManager
-
Removes the specified iteration listener from the list of listeners currently attached to
this
object. - representableDelta(double, double) - Static method in class org.hipparchus.util.Precision
-
Computes a number
delta
close tooriginalDelta
with the property that - reseedRandomGenerator(long) - Method in class org.hipparchus.distribution.multivariate.AbstractMultivariateRealDistribution
-
Reseeds the random generator used to generate samples.
- reseedRandomGenerator(long) - Method in class org.hipparchus.distribution.multivariate.MixtureMultivariateRealDistribution
-
Reseeds the random generator used to generate samples.
- reseedRandomGenerator(long) - Method in interface org.hipparchus.distribution.MultivariateRealDistribution
-
Reseeds the random generator used to generate samples.
- reset() - Method in class org.hipparchus.util.Incrementor
-
Resets the counter to 0.
- reset() - Method in class org.hipparchus.util.RosenNumberPartitionIterator
-
Reset this iterator to the start condition.
- resetCount() - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Reset count.
- resetIterationCount() - Method in class org.hipparchus.util.IterationManager
-
Sets the iteration count to 0.
- ResizableDoubleArray - Class in org.hipparchus.util
-
A variable length primitive double array implementation that automatically handles expanding and contracting its internal storage array as elements are added and removed.
- ResizableDoubleArray() - Constructor for class org.hipparchus.util.ResizableDoubleArray
-
Creates an instance with default properties.
- ResizableDoubleArray(double[]) - Constructor for class org.hipparchus.util.ResizableDoubleArray
-
Creates an instance from an existing
double[]
with the initial capacity and numElements corresponding to the size of the supplieddouble[]
array. - ResizableDoubleArray(int) - Constructor for class org.hipparchus.util.ResizableDoubleArray
-
Creates an instance with the specified initial capacity.
- ResizableDoubleArray(int, double) - Constructor for class org.hipparchus.util.ResizableDoubleArray
-
Creates an instance with the specified initial capacity and expansion factor.
- ResizableDoubleArray(int, double, double) - Constructor for class org.hipparchus.util.ResizableDoubleArray
-
Creates an instance with the specified initial capacity, expansion factor, and contraction criteria.
- ResizableDoubleArray(int, double, double, ResizableDoubleArray.ExpansionMode, double...) - Constructor for class org.hipparchus.util.ResizableDoubleArray
-
Creates an instance with the specified properties.
- ResizableDoubleArray(ResizableDoubleArray) - Constructor for class org.hipparchus.util.ResizableDoubleArray
-
Copy constructor.
- ResizableDoubleArray.ExpansionMode - Enum in org.hipparchus.util
-
Specification of expansion algorithm.
- RESIZE_MULTIPLIER - Static variable in class org.hipparchus.util.AbstractOpenIntHashMap
-
Multiplier for size growth when map fills up.
- rF(double, double, double) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RF.
- rF(Complex, Complex, Complex) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RF.
- rF(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RF.
- rF(T, T, T) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RF.
- rG(double, double, double) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RG.
- rG(Complex, Complex, Complex) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RG.
- rG(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RG.
- rG(T, T, T) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RG.
- RiccatiEquationSolver - Interface in org.hipparchus.linear
-
An algebraic Riccati equation is a type of nonlinear equation that arises in the context of infinite-horizon optimal control problems in continuous time or discrete time.
- RiccatiEquationSolverImpl - Class in org.hipparchus.linear
-
This solver computes the solution using the following approach: 1.
- RiccatiEquationSolverImpl(RealMatrix, RealMatrix, RealMatrix, RealMatrix) - Constructor for class org.hipparchus.linear.RiccatiEquationSolverImpl
-
Constructor of the solver.
- RiddersSolver - Class in org.hipparchus.analysis.solvers
-
Implements the Ridders' Method for root finding of real univariate functions.
- RiddersSolver() - Constructor for class org.hipparchus.analysis.solvers.RiddersSolver
-
Construct a solver with default accuracy (1e-6).
- RiddersSolver(double) - Constructor for class org.hipparchus.analysis.solvers.RiddersSolver
-
Construct a solver.
- RiddersSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.RiddersSolver
-
Construct a solver.
- RIGHT_EDGE_GREATER_THAN_LEFT_EDGE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
RIGHT_EDGE_GREATER_THAN_LEFT_EDGE.
- RIGHT_SIDE - Enum constant in enum org.hipparchus.analysis.solvers.AllowedSolution
-
Only solutions that are greater than or equal to the actual root are acceptable as solutions for root-finding.
- rint() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in interface org.hipparchus.CalculusFieldElement
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.complex.Complex
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.complex.FieldComplex
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.dfp.Dfp
-
Round to nearest integer using the round-half-even method.
- rint() - Method in class org.hipparchus.util.Binary64
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.util.FieldTuple
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.util.Tuple
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint(double) - Static method in class org.hipparchus.util.FastMath
-
Get the whole number that is the nearest to x, or the even one if x is exactly half way between two integers.
- rint(T) - Static method in class org.hipparchus.util.FastMath
-
Get the whole number that is the nearest to x, or the even one if x is exactly half way between two integers.
- Rint - Class in org.hipparchus.analysis.function
-
rint
function. - Rint() - Constructor for class org.hipparchus.analysis.function.Rint
-
Empty constructor.
- rJ(double, double, double, double) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RJ.
- rJ(double, double, double, double, double) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RJ.
- rJ(Complex, Complex, Complex, Complex) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RJ.
- rJ(Complex, Complex, Complex, Complex, Complex) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RJ.
- rJ(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RJ.
- rJ(FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>, FieldComplex<T>) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RJ.
- rJ(T, T, T, T) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RJ.
- rJ(T, T, T, T, T) - Static method in class org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegral
-
Compute Carlson elliptic integral RJ.
- rjBesl(double, double, int) - Static method in class org.hipparchus.special.BesselJ
-
Calculates Bessel functions \(J_{n+alpha}(x)\) for non-negative argument x, and non-negative order n + alpha.
- ROBUSTNESS_ITERATIONS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ROBUSTNESS_ITERATIONS.
- ROMBERG_MAX_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.FieldRombergIntegrator
-
Maximal number of iterations for Romberg.
- ROMBERG_MAX_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.RombergIntegrator
-
Maximal number of iterations for Romberg.
- RombergIntegrator - Class in org.hipparchus.analysis.integration
-
Implements the Romberg Algorithm for integration of real univariate functions.
- RombergIntegrator() - Constructor for class org.hipparchus.analysis.integration.RombergIntegrator
-
Construct a Romberg integrator with default settings (max iteration count set to
RombergIntegrator.ROMBERG_MAX_ITERATIONS_COUNT
) - RombergIntegrator(double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.RombergIntegrator
-
Build a Romberg integrator with given accuracies and iterations counts.
- RombergIntegrator(int, int) - Constructor for class org.hipparchus.analysis.integration.RombergIntegrator
-
Build a Romberg integrator with given iteration counts.
- rootN(double[], int, int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute nth root of a derivative structure.
- rootN(int) - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Nth root.
- rootN(int) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Nth root.
- rootN(int) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Nth root.
- rootN(int) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Nth root.
- rootN(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Nth root.
- rootN(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Nth root.
- rootN(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Nth root.
- rootN(int) - Method in interface org.hipparchus.CalculusFieldElement
-
Nth root.
- rootN(int) - Method in class org.hipparchus.complex.Complex
-
Nth root.
- rootN(int) - Method in class org.hipparchus.complex.FieldComplex
-
Nth root.
- rootN(int) - Method in class org.hipparchus.dfp.Dfp
-
Nth root.
- rootN(int) - Method in class org.hipparchus.util.Binary64
-
Nth root.
- rootN(int) - Method in class org.hipparchus.util.FieldTuple
-
Nth root.
- rootN(int) - Method in class org.hipparchus.util.Tuple
-
Nth root.
- rootN(T[], int, int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute nth root of a derivative structure.
- ROOTS_OF_UNITY_NOT_COMPUTED_YET - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ROOTS_OF_UNITY_NOT_COMPUTED_YET.
- RootsOfUnity - Class in org.hipparchus.complex
-
A helper class for the computation and caching of the
n
-th roots of unity. - RootsOfUnity() - Constructor for class org.hipparchus.complex.RootsOfUnity
-
Build an engine for computing the
n
-th roots of unity. - RosenNumberPartitionIterator - Class in org.hipparchus.util
-
An iterator that generates all partitions of
n
elements, intok
parts containing the number of elements in each part, based on Rosen's algorithm. - RosenNumberPartitionIterator(int, int) - Constructor for class org.hipparchus.util.RosenNumberPartitionIterator
-
Simple constructor.
- round() - Method in interface org.hipparchus.CalculusFieldElement
-
Get the closest long to instance real value.
- round(double) - Static method in class org.hipparchus.util.FastMath
-
Get the closest long to x.
- round(double, int) - Static method in class org.hipparchus.util.Precision
-
Rounds the given value to the specified number of decimal places.
- round(double, int, RoundingMode) - Static method in class org.hipparchus.util.Precision
-
Rounds the given value to the specified number of decimal places.
- round(float) - Static method in class org.hipparchus.util.FastMath
-
Get the closest int to x.
- round(float, int) - Static method in class org.hipparchus.util.Precision
-
Rounds the given value to the specified number of decimal places.
- round(float, int, RoundingMode) - Static method in class org.hipparchus.util.Precision
-
Rounds the given value to the specified number of decimal places.
- round(int) - Method in class org.hipparchus.dfp.Dfp
-
Round this given the next digit n using the current rounding mode.
- round(int) - Method in class org.hipparchus.dfp.DfpDec
-
Round this given the next digit n using the current rounding mode.
- round(T) - Static method in class org.hipparchus.util.FastMath
-
Get the closest long to x.
- ROUND_CEIL - Enum constant in enum org.hipparchus.dfp.DfpField.RoundingMode
-
Rounds towards positive infinity.
- ROUND_DOWN - Enum constant in enum org.hipparchus.dfp.DfpField.RoundingMode
-
Rounds toward zero (truncation).
- ROUND_FLOOR - Enum constant in enum org.hipparchus.dfp.DfpField.RoundingMode
-
Rounds towards negative infinity.
- ROUND_HALF_DOWN - Enum constant in enum org.hipparchus.dfp.DfpField.RoundingMode
-
Rounds towards nearest unless both are equidistant in which case it rounds toward zero.
- ROUND_HALF_EVEN - Enum constant in enum org.hipparchus.dfp.DfpField.RoundingMode
-
Rounds towards nearest unless both are equidistant in which case it rounds toward the even neighbor.
- ROUND_HALF_ODD - Enum constant in enum org.hipparchus.dfp.DfpField.RoundingMode
-
Rounds towards nearest unless both are equidistant in which case it rounds toward the odd neighbor.
- ROUND_HALF_UP - Enum constant in enum org.hipparchus.dfp.DfpField.RoundingMode
-
Rounds towards nearest unless both are equidistant in which case it rounds away from zero.
- ROUND_UP - Enum constant in enum org.hipparchus.dfp.DfpField.RoundingMode
-
Rounds away from zero if discarded digit is non-zero.
- ROW_INDEX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ROW_INDEX.
- RRQRDecomposition - Class in org.hipparchus.linear
-
Calculates the rank-revealing QR-decomposition of a matrix, with column pivoting.
- RRQRDecomposition(RealMatrix) - Constructor for class org.hipparchus.linear.RRQRDecomposition
-
Calculates the QR-decomposition of the given matrix.
- RRQRDecomposition(RealMatrix, double) - Constructor for class org.hipparchus.linear.RRQRDecomposition
-
Calculates the QR-decomposition of the given matrix.
- RuleFactory - Interface in org.hipparchus.analysis.integration.gauss
-
Interface for rules that determines the integration nodes and their weights.
- RyuDouble - Class in org.hipparchus.util
-
An implementation of Ryū for double.
S
- SAFE_MIN - Static variable in class org.hipparchus.util.Precision
-
Safe minimum, such that
1 / SAFE_MIN
does not overflow. - safeNorm(double[]) - Static method in class org.hipparchus.util.MathArrays
-
Returns the Cartesian norm (2-norm), handling both overflow and underflow.
- sample() - Method in class org.hipparchus.distribution.multivariate.AbstractMultivariateRealDistribution
-
Generates a random value vector sampled from this distribution.
- sample() - Method in class org.hipparchus.distribution.multivariate.MixtureMultivariateRealDistribution
-
Generates a random value vector sampled from this distribution.
- sample() - Method in class org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
-
Generates a random value vector sampled from this distribution.
- sample() - Method in interface org.hipparchus.distribution.MultivariateRealDistribution
-
Generates a random value vector sampled from this distribution.
- sample(int) - Method in class org.hipparchus.distribution.multivariate.AbstractMultivariateRealDistribution
-
Generates a list of a random value vectors from the distribution.
- sample(int) - Method in interface org.hipparchus.distribution.MultivariateRealDistribution
-
Generates a list of a random value vectors from the distribution.
- sample(UnivariateFunction, double, double, int) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Samples the specified univariate real function on the specified interval.
- SAMPLE_SIZE_EXCEEDS_COLLECTION_SIZE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
SAMPLE_SIZE_EXCEEDS_COLLECTION_SIZE.
- SAMPLE_SIZE_LARGER_THAN_POPULATION_SIZE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
SAMPLE_SIZE_LARGER_THAN_POPULATION_SIZE.
- sc() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarC
-
Get the value of the sc function.
- sc() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarC
-
Get the value of the sc function.
- scalarAdd(double) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the result of adding
d
to each entry ofthis
. - scalarAdd(double) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of adding
d
to each entry ofthis
. - scalarAdd(double) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of adding
d
to each entry ofthis
. - scalarAdd(T) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Increment each entry of this matrix.
- scalarAdd(T) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Increment each entry of this matrix.
- scalarAdd(T) - Method in interface org.hipparchus.linear.FieldMatrix
-
Increment each entry of this matrix.
- scalarMultiply(double) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the result of multiplying each entry of
this
byd
. - scalarMultiply(double) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of multiplying each entry of
this
byd
. - scalarMultiply(double) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of multiplying each entry of
this
byd
. - scalarMultiply(T) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Multiply each entry by
d
. - scalarMultiply(T) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Multiply each entry by
d
. - scalarMultiply(T) - Method in interface org.hipparchus.linear.FieldMatrix
-
Multiply each entry by
d
. - scalb(double, int) - Static method in class org.hipparchus.util.FastMath
-
Multiply a double number by a power of 2.
- scalb(float, int) - Static method in class org.hipparchus.util.FastMath
-
Multiply a float number by a power of 2.
- scalb(int) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Multiply the instance by a power of 2.
- scalb(int) - Method in interface org.hipparchus.CalculusFieldElement
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.complex.Complex
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.complex.FieldComplex
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.dfp.Dfp
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.util.Binary64
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.util.FieldTuple
-
Multiply the instance by a power of 2.
- scalb(int) - Method in class org.hipparchus.util.Tuple
-
Multiply the instance by a power of 2.
- scalb(T, int) - Static method in class org.hipparchus.util.FastMath
-
Multiply a double number by a power of 2.
- scale(double, double[]) - Static method in class org.hipparchus.util.MathArrays
-
Create a copy of an array scaled by a value.
- SCALE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
SCALE.
- scaleInPlace(double, double[]) - Static method in class org.hipparchus.util.MathArrays
-
Multiply each element of an array by a value.
- SchurTransformer - Class in org.hipparchus.linear
-
Class transforming a general real matrix to Schur form.
- SchurTransformer(RealMatrix) - Constructor for class org.hipparchus.linear.SchurTransformer
-
Build the transformation to Schur form of a general real matrix.
- SchurTransformer(RealMatrix, double) - Constructor for class org.hipparchus.linear.SchurTransformer
-
Build the transformation to Schur form of a general real matrix.
- scramble(int, int, int, int) - Method in class org.hipparchus.random.HaltonSequenceGenerator
-
Performs scrambling of digit
d_j
according to the formula: - sd() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarD
-
Get the value of the sd function.
- sd() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarD
-
Get the value of the sd function.
- SecantSolver - Class in org.hipparchus.analysis.solvers
-
Implements the Secant method for root-finding (approximating a zero of a univariate real function).
- SecantSolver() - Constructor for class org.hipparchus.analysis.solvers.SecantSolver
-
Construct a solver with default accuracy (1e-6).
- SecantSolver(double) - Constructor for class org.hipparchus.analysis.solvers.SecantSolver
-
Construct a solver.
- SecantSolver(double, double) - Constructor for class org.hipparchus.analysis.solvers.SecantSolver
-
Construct a solver.
- select(double[], int[], int) - Method in class org.hipparchus.util.KthSelector
-
Select Kth value in the array.
- SEMI_PI - Static variable in class org.hipparchus.util.MathUtils
-
\(\pi/2\).
- SemiDefinitePositiveCholeskyDecomposition - Class in org.hipparchus.linear
-
Calculates the Cholesky decomposition of a positive semidefinite matrix.
- SemiDefinitePositiveCholeskyDecomposition(RealMatrix) - Constructor for class org.hipparchus.linear.SemiDefinitePositiveCholeskyDecomposition
-
Calculates the Cholesky decomposition of the given matrix.
- SemiDefinitePositiveCholeskyDecomposition(RealMatrix, double) - Constructor for class org.hipparchus.linear.SemiDefinitePositiveCholeskyDecomposition
-
Calculates the Cholesky decomposition of the given matrix.
- sequence(int, int, int) - Static method in class org.hipparchus.util.MathArrays
-
Returns an array of
size
integers starting atstart
, skippingstride
numbers. - set(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Set all elements to a single value.
- set(double) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Set all elements to a single value.
- set(double) - Method in class org.hipparchus.linear.RealVector
-
Set all elements to a single value.
- set(int, ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Set a set of consecutive elements.
- set(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Set all elements to a single value.
- set(T) - Method in interface org.hipparchus.linear.FieldVector
-
Set all elements to a single value.
- set(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Set all elements to a single value.
- setColumn(int, double[]) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Sets the specified
column
ofthis
matrix to the entries of the specifiedarray
. - setColumn(int, double[]) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified
column
ofthis
matrix to the entries of the specifiedarray
. - setColumn(int, double[]) - Method in interface org.hipparchus.linear.RealMatrix
-
Sets the specified
column
ofthis
matrix to the entries of the specifiedarray
. - setColumn(int, T[]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entries in column number
column
as a column matrix. - setColumn(int, T[]) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Set the entries in column number
column
as a column matrix. - setColumn(int, T[]) - Method in interface org.hipparchus.linear.FieldMatrix
-
Set the entries in column number
column
as a column matrix. - setColumnMatrix(int, FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entries in column number
column
as a column matrix. - setColumnMatrix(int, FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Set the entries in column number
column
as a column matrix. - setColumnMatrix(int, FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Set the entries in column number
column
as a column matrix. - setColumnMatrix(int, RealMatrix) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Sets the specified
column
ofthis
matrix to the entries of the specified columnmatrix
. - setColumnMatrix(int, RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified
column
ofthis
matrix to the entries of the specified columnmatrix
. - setColumnMatrix(int, RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Sets the specified
column
ofthis
matrix to the entries of the specified columnmatrix
. - setColumnVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entries in column number
column
as a vector. - setColumnVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Set the entries in column number
column
as a vector. - setColumnVector(int, FieldVector<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Set the entries in column number
column
as a vector. - setColumnVector(int, RealVector) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Sets the specified
column
ofthis
matrix to the entries of the specifiedvector
. - setColumnVector(int, RealVector) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified
column
ofthis
matrix to the entries of the specifiedvector
. - setColumnVector(int, RealVector) - Method in interface org.hipparchus.linear.RealMatrix
-
Sets the specified
column
ofthis
matrix to the entries of the specifiedvector
. - setElement(int, double) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Sets the element at the specified index.
- setEntry(int, double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Set a single element.
- setEntry(int, double) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Set a single element.
- setEntry(int, double) - Method in class org.hipparchus.linear.RealVector
-
Set a single element.
- setEntry(int, int, double) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, double) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, double) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, double) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, double) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, double) - Method in interface org.hipparchus.linear.RealMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, T) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, T) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, T) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, T) - Method in interface org.hipparchus.linear.FieldMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, T) - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Set the entry in the specified row and column.
- setEntry(int, T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Set a single element.
- setEntry(int, T) - Method in interface org.hipparchus.linear.FieldVector
-
Set a single element.
- setEntry(int, T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Set a single element.
- setIEEEFlags(int) - Method in class org.hipparchus.dfp.DfpField
-
Sets the IEEE 854 status flags.
- setIEEEFlagsBits(int) - Method in class org.hipparchus.dfp.DfpField
-
Sets some bits in the IEEE 854 status flags, without changing the already set bits.
- setIndex(int) - Method in class org.hipparchus.linear.RealVector.Entry
-
Set the index of the entry.
- setNumElements(int) - Method in class org.hipparchus.util.ResizableDoubleArray
-
This function allows you to control the number of elements contained in this array, and can be used to "throw out" the last n values in an array.
- setRoundingMode(RoundingMode) - Method in class org.hipparchus.util.BigReal
-
Sets the rounding mode for decimal divisions.
- setRoundingMode(DfpField.RoundingMode) - Method in class org.hipparchus.dfp.DfpField
-
Set the rounding mode.
- setRow(int, double[]) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Sets the specified
row
ofthis
matrix to the entries of the specifiedarray
. - setRow(int, double[]) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Sets the specified
row
ofthis
matrix to the entries of the specifiedarray
. - setRow(int, double[]) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified
row
ofthis
matrix to the entries of the specifiedarray
. - setRow(int, double[]) - Method in interface org.hipparchus.linear.RealMatrix
-
Sets the specified
row
ofthis
matrix to the entries of the specifiedarray
. - setRow(int, T[]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entries in row number
row
as a row matrix. - setRow(int, T[]) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Set the entries in row number
row
as a row matrix. - setRow(int, T[]) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Set the entries in row number
row
as a row matrix. - setRow(int, T[]) - Method in interface org.hipparchus.linear.FieldMatrix
-
Set the entries in row number
row
as a row matrix. - setRowMatrix(int, BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Sets the entries in row number
row
as a row matrix. - setRowMatrix(int, BlockRealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the entries in row number
row
as a row matrix. - setRowMatrix(int, FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entries in row number
row
as a row matrix. - setRowMatrix(int, FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Set the entries in row number
row
as a row matrix. - setRowMatrix(int, FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Set the entries in row number
row
as a row matrix. - setRowMatrix(int, RealMatrix) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Sets the specified
row
ofthis
matrix to the entries of the specified rowmatrix
. - setRowMatrix(int, RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified
row
ofthis
matrix to the entries of the specified rowmatrix
. - setRowMatrix(int, RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Sets the specified
row
ofthis
matrix to the entries of the specified rowmatrix
. - setRowVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entries in row number
row
as a vector. - setRowVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Set the entries in row number
row
as a vector. - setRowVector(int, FieldVector<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Set the entries in row number
row
as a vector. - setRowVector(int, RealVector) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Sets the specified
row
ofthis
matrix to the entries of the specifiedvector
. - setRowVector(int, RealVector) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified
row
ofthis
matrix to the entries of the specifiedvector
. - setRowVector(int, RealVector) - Method in interface org.hipparchus.linear.RealMatrix
-
Sets the specified
row
ofthis
matrix to the entries of the specifiedvector
. - setScale(int) - Method in class org.hipparchus.util.BigReal
-
Sets the scale for division operations.
- setSeed(int) - Method in class org.hipparchus.random.Well512a
-
Sets the seed of the underlying random number generator using an
int
seed. - setSeed(int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Sets the seed of the underlying random number generator using an
int
seed. - setSeed(int) - Method in class org.hipparchus.random.JDKRandomGenerator
-
Sets the seed of the underlying random number generator using an
int
seed. - setSeed(int) - Method in class org.hipparchus.random.MersenneTwister
-
Reinitialize the generator as if just built with the given int seed.
- setSeed(int) - Method in class org.hipparchus.random.RandomAdaptor
-
Sets the seed of the underlying random number generator using an
int
seed. - setSeed(int) - Method in interface org.hipparchus.random.RandomGenerator
-
Sets the seed of the underlying random number generator using an
int
seed. - setSeed(int) - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Sets the seed of the underlying random number generator using an
int
seed. - setSeed(int[]) - Method in class org.hipparchus.random.AbstractWell
-
Reinitialize the generator as if just built with the given int array seed.
- setSeed(int[]) - Method in class org.hipparchus.random.RandomDataGenerator
-
Sets the seed of the underlying random number generator using an
int
array seed. - setSeed(int[]) - Method in class org.hipparchus.random.ISAACRandom
-
Sets the seed of the underlying random number generator using an
int
array seed. - setSeed(int[]) - Method in class org.hipparchus.random.JDKRandomGenerator
-
Sets the seed of the underlying random number generator using an
int
array seed. - setSeed(int[]) - Method in class org.hipparchus.random.MersenneTwister
-
Reinitialize the generator as if just built with the given int array seed.
- setSeed(int[]) - Method in class org.hipparchus.random.RandomAdaptor
-
Sets the seed of the underlying random number generator using an
int
array seed. - setSeed(int[]) - Method in interface org.hipparchus.random.RandomGenerator
-
Sets the seed of the underlying random number generator using an
int
array seed. - setSeed(int[]) - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Sets the seed of the underlying random number generator using an
int
array seed. - setSeed(long) - Method in class org.hipparchus.random.Well512a
-
Sets the seed of the underlying random number generator using a
long
seed. - setSeed(long) - Method in class org.hipparchus.random.RandomDataGenerator
-
Sets the seed of the underlying random number generator using a
long
seed. - setSeed(long) - Method in class org.hipparchus.random.JDKRandomGenerator
-
Sets the seed of the underlying random number generator using a
long
seed. - setSeed(long) - Method in class org.hipparchus.random.RandomAdaptor
-
Sets the seed of the underlying random number generator using a
long
seed. - setSeed(long) - Method in interface org.hipparchus.random.RandomGenerator
-
Sets the seed of the underlying random number generator using a
long
seed. - setSeed(long) - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Sets the seed of the underlying random number generator using a
long
seed. - setSubMatrix(double[][], int, int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Replace the submatrix starting at
row, column
using data in the inputsubMatrix
array. - setSubMatrix(double[][], int, int) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Replace the submatrix starting at
row, column
using data in the inputsubMatrix
array. - setSubMatrix(double[][], int, int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Replace the submatrix starting at
row, column
using data in the inputsubMatrix
array. - setSubMatrix(double[][], int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Replace the submatrix starting at
row, column
using data in the inputsubMatrix
array. - setSubMatrix(T[][], int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Replace the submatrix starting at
(row, column)
using data in the inputsubMatrix
array. - setSubMatrix(T[][], int, int) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Replace the submatrix starting at
(row, column)
using data in the inputsubMatrix
array. - setSubMatrix(T[][], int, int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Replace the submatrix starting at
(row, column)
using data in the inputsubMatrix
array. - setSubMatrix(T[][], int, int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Replace the submatrix starting at
(row, column)
using data in the inputsubMatrix
array. - setSubVector(int, double[]) - Method in class org.hipparchus.linear.ArrayRealVector
-
Set a set of consecutive elements.
- setSubVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Set a set of consecutive elements.
- setSubVector(int, FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Set a set of consecutive elements.
- setSubVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Set a set of consecutive elements.
- setSubVector(int, RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Set a sequence of consecutive elements.
- setSubVector(int, RealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Set a sequence of consecutive elements.
- setSubVector(int, RealVector) - Method in class org.hipparchus.linear.RealVector
-
Set a sequence of consecutive elements.
- setup(int, F, double, double, double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Prepare for computation.
- setup(int, CalculusFieldUnivariateFunction<T>, T, T) - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Prepare for computation.
- setup(int, UnivariateDifferentiableFunction, double, double, double) - Method in class org.hipparchus.analysis.solvers.AbstractUnivariateDifferentiableSolver
-
Prepare for computation.
- setup(int, PolynomialFunction, double, double, double) - Method in class org.hipparchus.analysis.solvers.AbstractPolynomialSolver
-
Prepare for computation.
- setup(int, UnivariateFunction, double, double) - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Prepare for computation.
- setValue(double) - Method in class org.hipparchus.linear.OpenMapRealVector.OpenMapEntry
-
Set the value of the entry.
- setValue(double) - Method in class org.hipparchus.linear.RealVector.Entry
-
Set the value of the entry.
- SHAPE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
SHAPE.
- shift(double[], double) - Static method in class org.hipparchus.analysis.polynomials.PolynomialsUtils
-
Compute the coefficients of the polynomial \(P_s(x)\) whose values at point
x
will be the same as the those from the original polynomial \(P(x)\) when computed atx + shift
. - shiftLeft() - Method in class org.hipparchus.dfp.Dfp
-
Shift the mantissa left, and adjust the exponent to compensate.
- shiftRight() - Method in class org.hipparchus.dfp.Dfp
-
Shift the mantissa right, and adjust the exponent to compensate.
- shortValue() - Method in class org.hipparchus.util.Binary64
-
The current implementation performs casting to a
short
. - shouldCheck() - Method in class org.hipparchus.linear.ConjugateGradient
-
Returns
true
if positive-definiteness should be checked for both matrix and preconditioner. - shouldCheck() - Method in class org.hipparchus.linear.SymmLQ
-
Returns
true
if symmetry of the matrix, and symmetry as well as positive definiteness of the preconditioner should be checked. - shuffle(int[]) - Static method in class org.hipparchus.util.MathArrays
-
Shuffle the entries of the given array.
- shuffle(int[], int, MathArrays.Position) - Static method in class org.hipparchus.util.MathArrays
-
Shuffle the entries of the given array.
- shuffle(int[], int, MathArrays.Position, RandomGenerator) - Static method in class org.hipparchus.util.MathArrays
-
Shuffle the entries of the given array, using the Fisher–Yates algorithm.
- shuffle(int[], RandomGenerator) - Static method in class org.hipparchus.util.MathArrays
-
Shuffle the entries of the given array.
- Sigmoid - Class in org.hipparchus.analysis.function
-
Sigmoid function.
- Sigmoid() - Constructor for class org.hipparchus.analysis.function.Sigmoid
-
Usual sigmoid function, where the lower asymptote is 0 and the higher asymptote is 1.
- Sigmoid(double, double) - Constructor for class org.hipparchus.analysis.function.Sigmoid
-
Sigmoid function.
- Sigmoid.Parametric - Class in org.hipparchus.analysis.function
-
Parametric function where the input array contains the parameters of the
sigmoid function
, ordered as follows: Lower asymptote Higher asymptote - sign - Variable in class org.hipparchus.dfp.Dfp
-
Sign bit: 1 for positive, -1 for negative.
- sign() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Compute the sign of the instance.
- sign() - Method in interface org.hipparchus.CalculusFieldElement
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.complex.Complex
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.dfp.Dfp
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.util.Binary64
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.util.FieldTuple
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.util.Tuple
-
Compute the sign of the instance.
- sign(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the sign of a number.
- signum() - Method in class org.hipparchus.fraction.BigFraction
-
Returns the signum function of this
BigFraction
. - signum() - Method in class org.hipparchus.fraction.Fraction
-
Returns the signum function of this fraction.
- signum(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the signum of a number.
- signum(float) - Static method in class org.hipparchus.util.FastMath
-
Compute the signum of a number.
- SIMPLE_MESSAGE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
SIMPLE_MESSAGE.
- SIMPSON_MAX_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.FieldSimpsonIntegrator
-
Maximal number of iterations for Simpson.
- SIMPSON_MAX_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.SimpsonIntegrator
-
Maximal number of iterations for Simpson.
- SimpsonIntegrator - Class in org.hipparchus.analysis.integration
-
Implements Simpson's Rule for integration of real univariate functions.
- SimpsonIntegrator() - Constructor for class org.hipparchus.analysis.integration.SimpsonIntegrator
-
Construct an integrator with default settings.
- SimpsonIntegrator(double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.SimpsonIntegrator
-
Build a Simpson integrator with given accuracies and iterations counts.
- SimpsonIntegrator(int, int) - Constructor for class org.hipparchus.analysis.integration.SimpsonIntegrator
-
Build a Simpson integrator with given iteration counts.
- sin() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Sine operation.
- sin() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Sine operation.
- sin() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Sine operation.
- sin() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Sine operation.
- sin() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Sine operation.
- sin() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Sine operation.
- sin() - Method in interface org.hipparchus.CalculusFieldElement
-
Sine operation.
- sin() - Method in class org.hipparchus.complex.Complex
-
Compute the sine of this complex number.
- sin() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the sine of this complex number.
- sin() - Method in class org.hipparchus.dfp.Dfp
-
Sine operation.
- sin() - Method in class org.hipparchus.util.Binary64
-
Sine operation.
- sin() - Method in class org.hipparchus.util.FieldSinCos
-
Get the value of the sine.
- sin() - Method in class org.hipparchus.util.FieldTuple
-
Sine operation.
- sin() - Method in class org.hipparchus.util.SinCos
-
Get the value of the sine.
- sin() - Method in class org.hipparchus.util.Tuple
-
Sine operation.
- sin(double) - Static method in class org.hipparchus.util.FastMath
-
Sine function.
- sin(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute sine of a derivative structure.
- sin(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the sine of the argument.
- sin(T) - Static method in class org.hipparchus.util.FastMath
-
Sine function.
- sin(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute sine of a derivative structure.
- Sin - Class in org.hipparchus.analysis.function
-
Sine function.
- Sin() - Constructor for class org.hipparchus.analysis.function.Sin
-
Empty constructor.
- Sinc - Class in org.hipparchus.analysis.function
-
Sinc function, defined by
- Sinc() - Constructor for class org.hipparchus.analysis.function.Sinc
-
The sinc function,
sin(x) / x
. - Sinc(boolean) - Constructor for class org.hipparchus.analysis.function.Sinc
-
Instantiates the sinc function.
- sinCos() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Combined Sine and Cosine operation.
- sinCos() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Combined Sine and Cosine operation.
- sinCos() - Method in interface org.hipparchus.CalculusFieldElement
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.complex.Complex
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.complex.FieldComplex
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.util.Binary64
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.util.FieldTuple
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.util.Tuple
-
Combined Sine and Cosine operation.
- sinCos(double) - Static method in class org.hipparchus.util.FastMath
-
Combined Sine and Cosine function.
- sinCos(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute combined sine and cosine of a derivative structure.
- sinCos(T) - Static method in class org.hipparchus.util.FastMath
-
Combined Sine and Cosine function.
- sinCos(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute combined sine and cosine of a derivative structure.
- SinCos - Class in org.hipparchus.util
-
Holder for both sine and cosine values.
- SINGULAR_MATRIX - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
SINGULAR_MATRIX.
- SINGULAR_OPERATOR - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
SINGULAR_OPERATOR.
- SingularValueDecomposer - Class in org.hipparchus.linear
-
Matrix decomposer using Singular Value Decomposition.
- SingularValueDecomposer() - Constructor for class org.hipparchus.linear.SingularValueDecomposer
-
Empty constructor.
- SingularValueDecomposition - Class in org.hipparchus.linear
-
Calculates the compact Singular Value Decomposition of a matrix.
- SingularValueDecomposition(RealMatrix) - Constructor for class org.hipparchus.linear.SingularValueDecomposition
-
Calculates the compact Singular Value Decomposition of the given matrix.
- sinh() - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Hyperbolic sine operation.
- sinh() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Hyperbolic sine operation.
- sinh() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Hyperbolic sine operation.
- sinh() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Hyperbolic sine operation.
- sinh() - Method in interface org.hipparchus.CalculusFieldElement
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.complex.Complex
-
Compute the hyperbolic sine of this complex number.
- sinh() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the hyperbolic sine of this complex number.
- sinh() - Method in class org.hipparchus.dfp.Dfp
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.util.Binary64
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.util.FieldSinhCosh
-
Get the value of the hyperbolic sine.
- sinh() - Method in class org.hipparchus.util.FieldTuple
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.util.SinhCosh
-
Get the value of the hyperbolic sine.
- sinh() - Method in class org.hipparchus.util.Tuple
-
Hyperbolic sine operation.
- sinh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic sine of a number.
- sinh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic sine of a derivative structure.
- sinh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic sine of a number.
- sinh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic sine of a derivative structure.
- Sinh - Class in org.hipparchus.analysis.function
-
Hyperbolic sine function.
- Sinh() - Constructor for class org.hipparchus.analysis.function.Sinh
-
Empty constructor.
- sinhCosh() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in interface org.hipparchus.CalculusFieldElement
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.complex.Complex
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.complex.FieldComplex
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.dfp.Dfp
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.util.Binary64
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.util.FieldTuple
-
Combined hyperbolic sine and cosine operation.
- sinhCosh() - Method in class org.hipparchus.util.Tuple
-
Combined hyperbolic sine and cosine operation.
- sinhCosh(double) - Static method in class org.hipparchus.util.FastMath
-
Combined hyperbolic sine and hyperbolic cosine function.
- sinhCosh(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute combined hyperbolic sine and cosine of a derivative structure.
- sinhCosh(T) - Static method in class org.hipparchus.util.FastMath
-
Combined hyperbolic sine and hyperbolic cosine function.
- sinhCosh(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute combined hyperbolic sine and cosine of a derivative structure.
- SinhCosh - Class in org.hipparchus.util
-
Holder for both hyperbolic sine and hyperbolic cosine values.
- sinInternal(Dfp[]) - Static method in class org.hipparchus.dfp.DfpMath
-
Computes sin(a) Used when 0 < a < pi/4.
- size() - Method in class org.hipparchus.analysis.interpolation.GridAxis
-
Get the number of points of the grid.
- size() - Method in class org.hipparchus.util.AbstractOpenIntHashMap
-
Get the number of elements stored in the map.
- skipTo(int) - Method in class org.hipparchus.random.HaltonSequenceGenerator
-
Skip to the i-th point in the Halton sequence.
- skipTo(int) - Method in class org.hipparchus.random.SobolSequenceGenerator
-
Skip to the i-th point in the Sobol sequence.
- smooth(double[], double[]) - Method in class org.hipparchus.analysis.interpolation.LoessInterpolator
-
Compute a loess fit on the data at the original abscissae.
- smooth(double[], double[], double[]) - Method in class org.hipparchus.analysis.interpolation.LoessInterpolator
-
Compute a weighted loess fit on the data at the original abscissae.
- SmoothStepFactory - Class in org.hipparchus.analysis.polynomials
-
Smoothstep function factory.
- SmoothStepFactory.FieldSmoothStepFunction<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.polynomials
-
Smoothstep function as defined here.
- SmoothStepFactory.QuadraticSmoothStepFunction - Class in org.hipparchus.analysis.polynomials
-
Specific smoothstep function that cannot be built using the
SmoothStepFactory.getGeneralOrder(int)
. - SmoothStepFactory.SmoothStepFunction - Class in org.hipparchus.analysis.polynomials
-
Smoothstep function as defined here.
- sn() - Method in class org.hipparchus.special.elliptic.jacobi.CopolarN
-
Get the value of the sn function.
- sn() - Method in class org.hipparchus.special.elliptic.jacobi.FieldCopolarN
-
Get the value of the sn function.
- SNAN - Static variable in class org.hipparchus.dfp.Dfp
-
Indicator value for signaling NaN.
- SobolSequenceGenerator - Class in org.hipparchus.random
-
Implementation of a Sobol sequence.
- SobolSequenceGenerator(int) - Constructor for class org.hipparchus.random.SobolSequenceGenerator
-
Construct a new Sobol sequence generator for the given space dimension.
- SobolSequenceGenerator(int, InputStream) - Constructor for class org.hipparchus.random.SobolSequenceGenerator
-
Construct a new Sobol sequence generator for the given space dimension with direction vectors loaded from the given stream.
- solve(int, F, double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Solve for a zero in the vicinity of
startValue
. - solve(int, F, double) - Method in interface org.hipparchus.analysis.solvers.BaseUnivariateSolver
-
Solve for a zero in the vicinity of
startValue
. - solve(int, F, double, double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Solve for a zero root in the given interval.
- solve(int, F, double, double) - Method in interface org.hipparchus.analysis.solvers.BaseUnivariateSolver
-
Solve for a zero root in the given interval.
- solve(int, F, double, double, double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Solve for a zero in the given interval, start at
startValue
. - solve(int, F, double, double, double) - Method in interface org.hipparchus.analysis.solvers.BaseUnivariateSolver
-
Solve for a zero in the given interval, start at
startValue
. - solve(int, F, double, double, double, AllowedSolution) - Method in interface org.hipparchus.analysis.solvers.BracketedUnivariateSolver
-
Solve for a zero in the given interval, start at
startValue
. - solve(int, F, double, double, AllowedSolution) - Method in interface org.hipparchus.analysis.solvers.BracketedUnivariateSolver
-
Solve for a zero in the given interval.
- solve(int, CalculusFieldUnivariateFunction<T>, T, T, AllowedSolution) - Method in interface org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver
-
Solve for a zero in the given interval.
- solve(int, CalculusFieldUnivariateFunction<T>, T, T, AllowedSolution) - Method in class org.hipparchus.analysis.solvers.FieldBracketingNthOrderBrentSolver
-
Solve for a zero in the given interval.
- solve(int, CalculusFieldUnivariateFunction<T>, T, T, T, AllowedSolution) - Method in interface org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver
-
Solve for a zero in the given interval, start at
startValue
. - solve(int, CalculusFieldUnivariateFunction<T>, T, T, T, AllowedSolution) - Method in class org.hipparchus.analysis.solvers.FieldBracketingNthOrderBrentSolver
-
Solve for a zero in the given interval, start at
startValue
. - solve(int, UnivariateDifferentiableFunction, double, double) - Method in class org.hipparchus.analysis.solvers.NewtonRaphsonSolver
-
Find a zero near the midpoint of
min
andmax
. - solve(int, UnivariateFunction, double, double, double) - Method in class org.hipparchus.analysis.solvers.BaseSecantSolver
-
Solve for a zero in the given interval, start at
startValue
. - solve(int, UnivariateFunction, double, double, double, AllowedSolution) - Method in class org.hipparchus.analysis.solvers.BaseSecantSolver
-
Solve for a zero in the given interval, start at
startValue
. - solve(int, UnivariateFunction, double, double, double, AllowedSolution) - Method in class org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Solve for a zero in the given interval, start at
startValue
. - solve(int, UnivariateFunction, double, double, AllowedSolution) - Method in class org.hipparchus.analysis.solvers.BaseSecantSolver
-
Solve for a zero in the given interval.
- solve(int, UnivariateFunction, double, double, AllowedSolution) - Method in class org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Solve for a zero in the given interval.
- solve(UnivariateFunction, double, double) - Static method in class org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
Convenience method to find a zero of a univariate real function.
- solve(UnivariateFunction, double, double, double) - Static method in class org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
Convenience method to find a zero of a univariate real function.
- solve(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldDecompositionSolver
-
Solve the linear equation A × X = B for matrices A.
- solve(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldDecompositionSolver
-
Solve the linear equation A × X = B for matrices A.
- solve(RealLinearOperator, RealLinearOperator, RealVector) - Method in class org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x = b.
- solve(RealLinearOperator, RealLinearOperator, RealVector) - Method in class org.hipparchus.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x = b.
- solve(RealLinearOperator, RealLinearOperator, RealVector, boolean, double) - Method in class org.hipparchus.linear.SymmLQ
-
Returns an estimate of the solution to the linear system (A - shift · I) · x = b.
- solve(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Method in class org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x = b.
- solve(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Method in class org.hipparchus.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x = b.
- solve(RealLinearOperator, RealVector) - Method in class org.hipparchus.linear.IterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x = b.
- solve(RealLinearOperator, RealVector) - Method in class org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x = b.
- solve(RealLinearOperator, RealVector) - Method in class org.hipparchus.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x = b.
- solve(RealLinearOperator, RealVector, boolean, double) - Method in class org.hipparchus.linear.SymmLQ
-
Returns the solution to the system (A - shift · I) · x = b.
- solve(RealLinearOperator, RealVector, RealVector) - Method in class org.hipparchus.linear.IterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x = b.
- solve(RealLinearOperator, RealVector, RealVector) - Method in class org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x = b.
- solve(RealLinearOperator, RealVector, RealVector) - Method in class org.hipparchus.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x = b.
- solve(RealMatrix) - Method in interface org.hipparchus.linear.DecompositionSolver
-
Solve the linear equation A × X = B for matrices A.
- solve(RealVector) - Method in interface org.hipparchus.linear.DecompositionSolver
-
Solve the linear equation A × X = B for matrices A.
- solveAllComplex(double[], double) - Method in class org.hipparchus.analysis.solvers.LaguerreSolver
-
Find all complex roots for the polynomial with the given coefficients, starting from the given initial value.
- solveAllComplex(double[], int, double) - Method in class org.hipparchus.analysis.solvers.LaguerreSolver
-
Find all complex roots for the polynomial with the given coefficients, starting from the given initial value.
- solveComplex(double[], double) - Method in class org.hipparchus.analysis.solvers.LaguerreSolver
-
Find a complex root for the polynomial with the given coefficients, starting from the given initial value.
- solveInPlace(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Method in class org.hipparchus.linear.ConjugateGradient
-
Returns an estimate of the solution to the linear system A · x = b.
- solveInPlace(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Method in class org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x = b.
- solveInPlace(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Method in class org.hipparchus.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x = b.
- solveInPlace(RealLinearOperator, RealLinearOperator, RealVector, RealVector, boolean, double) - Method in class org.hipparchus.linear.SymmLQ
-
Returns an estimate of the solution to the linear system (A - shift · I) · x = b.
- solveInPlace(RealLinearOperator, RealVector, RealVector) - Method in class org.hipparchus.linear.IterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x = b.
- solveInPlace(RealLinearOperator, RealVector, RealVector) - Method in class org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x = b.
- solveInPlace(RealLinearOperator, RealVector, RealVector) - Method in class org.hipparchus.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x = b.
- solveInterval(int, F, double, double) - Method in interface org.hipparchus.analysis.solvers.BracketedUnivariateSolver
-
Solve for a zero in the given interval and return a tolerance interval surrounding the root.
- solveInterval(int, F, double, double, double) - Method in interface org.hipparchus.analysis.solvers.BracketedUnivariateSolver
-
Solve for a zero in the given interval and return a tolerance interval surrounding the root.
- solveInterval(int, CalculusFieldUnivariateFunction<T>, T, T) - Method in interface org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver
-
Solve for a zero in the given interval and return a tolerance interval surrounding the root.
- solveInterval(int, CalculusFieldUnivariateFunction<T>, T, T, T) - Method in interface org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver
-
Solve for a zero in the given interval and return a tolerance interval surrounding the root.
- solveInterval(int, CalculusFieldUnivariateFunction<T>, T, T, T) - Method in class org.hipparchus.analysis.solvers.FieldBracketingNthOrderBrentSolver
-
Solve for a zero in the given interval and return a tolerance interval surrounding the root.
- solveInterval(int, UnivariateFunction, double, double, double) - Method in class org.hipparchus.analysis.solvers.BaseSecantSolver
-
Solve for a zero in the given interval and return a tolerance interval surrounding the root.
- solveInterval(int, UnivariateFunction, double, double, double) - Method in class org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Solve for a zero in the given interval and return a tolerance interval surrounding the root.
- solveInverseCumulativeProbability(double, int, int) - Method in class org.hipparchus.distribution.discrete.AbstractIntegerDistribution
-
This is a utility function used by
AbstractIntegerDistribution.inverseCumulativeProbability(double)
. - solveLowerTriangularSystem(RealMatrix, RealVector) - Static method in class org.hipparchus.linear.MatrixUtils
-
Solve a system of composed of a Lower Triangular Matrix
RealMatrix
. - solveUpperTriangularSystem(RealMatrix, RealVector) - Static method in class org.hipparchus.linear.MatrixUtils
-
Solver a system composed of an Upper Triangular Matrix
RealMatrix
. - sortInPlace(double[], double[]...) - Static method in class org.hipparchus.util.MathArrays
-
Sort an array in ascending order in place and perform the same reordering of entries on other arrays.
- sortInPlace(double[], MathArrays.OrderDirection, double[]...) - Static method in class org.hipparchus.util.MathArrays
-
Sort an array in place and perform the same reordering of entries on other arrays.
- SparseEntryIterator() - Constructor for class org.hipparchus.linear.RealVector.SparseEntryIterator
-
Simple constructor.
- SparseFieldMatrix<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
Sparse matrix implementation based on an open addressed map.
- SparseFieldMatrix(Field<T>) - Constructor for class org.hipparchus.linear.SparseFieldMatrix
-
Create a matrix with no data.
- SparseFieldMatrix(Field<T>, int, int) - Constructor for class org.hipparchus.linear.SparseFieldMatrix
-
Create a new
SparseFieldMatrix
with the supplied row and column dimensions. - SparseFieldMatrix(FieldMatrix<T>) - Constructor for class org.hipparchus.linear.SparseFieldMatrix
-
Generic copy constructor.
- SparseFieldMatrix(SparseFieldMatrix<T>) - Constructor for class org.hipparchus.linear.SparseFieldMatrix
-
Copy constructor.
- SparseFieldVector<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
This class implements the
FieldVector
interface with aOpenIntToFieldHashMap
backing store. - SparseFieldVector(Field<T>) - Constructor for class org.hipparchus.linear.SparseFieldVector
-
Build a 0-length vector.
- SparseFieldVector(Field<T>, int) - Constructor for class org.hipparchus.linear.SparseFieldVector
-
Construct a vector of zeroes.
- SparseFieldVector(Field<T>, int, int) - Constructor for class org.hipparchus.linear.SparseFieldVector
-
Build a vector with known the sparseness (for advanced use only).
- SparseFieldVector(Field<T>, T[]) - Constructor for class org.hipparchus.linear.SparseFieldVector
-
Create from a Field array.
- SparseFieldVector(SparseFieldVector<T>) - Constructor for class org.hipparchus.linear.SparseFieldVector
-
Copy constructor.
- SparseFieldVector(SparseFieldVector<T>, int) - Constructor for class org.hipparchus.linear.SparseFieldVector
-
Build a resized vector, for use with append.
- SparseGradient - Class in org.hipparchus.analysis.differentiation
-
First derivative computation with large number of variables.
- sparseIterator() - Method in class org.hipparchus.linear.OpenMapRealVector
-
Create a sparse iterator over the vector, which may omit some entries.
- sparseIterator() - Method in class org.hipparchus.linear.RealVector
-
Create a sparse iterator over the vector, which may omit some entries.
- SparseRealMatrix - Interface in org.hipparchus.linear
-
Marker interface for
RealMatrix
implementations that require sparse backing storage - SparseRealVector - Class in org.hipparchus.linear
-
Marker class for RealVectors that require sparse backing storage
- SparseRealVector() - Constructor for class org.hipparchus.linear.SparseRealVector
-
Empty constructor.
- SplineInterpolator - Class in org.hipparchus.analysis.interpolation
-
Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.
- SplineInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.SplineInterpolator
-
Empty constructor.
- split(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
- split(DfpField, String) - Static method in class org.hipparchus.dfp.DfpMath
-
Breaks a string representation up into two dfp's.
- splitDiv(Dfp[], Dfp[]) - Static method in class org.hipparchus.dfp.DfpMath
-
Divide two numbers that are split in to two pieces that are meant to be added together.
- splitMult(Dfp[], Dfp[]) - Static method in class org.hipparchus.dfp.DfpMath
-
Multiply two numbers that are split in to two pieces that are meant to be added together.
- splitPow(Dfp[], int) - Static method in class org.hipparchus.dfp.DfpMath
-
Raise a split base to the a power.
- sqrt() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Square root.
- sqrt() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Square root.
- sqrt() - Method in interface org.hipparchus.CalculusFieldElement
-
Square root.
- sqrt() - Method in class org.hipparchus.complex.Complex
-
Compute the square root of this complex number.
- sqrt() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the square root of this complex number.
- sqrt() - Method in class org.hipparchus.dfp.Dfp
-
Compute the square root.
- sqrt() - Method in class org.hipparchus.linear.JacobiPreconditioner
-
Returns the square root of
this
diagonal operator. - sqrt() - Method in class org.hipparchus.util.Binary64
-
Square root.
- sqrt() - Method in class org.hipparchus.util.FieldTuple
-
Square root.
- sqrt() - Method in class org.hipparchus.util.Tuple
-
Square root.
- sqrt(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the square root of a number.
- sqrt(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute square root of a derivative structure.
- sqrt(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the square root of a number.
- sqrt(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute square root of a derivative structure.
- Sqrt - Class in org.hipparchus.analysis.function
-
Square-root function.
- Sqrt() - Constructor for class org.hipparchus.analysis.function.Sqrt
-
Empty constructor.
- sqrt1z() - Method in class org.hipparchus.complex.Complex
-
Compute the square root of
1 - this2
for this complex number. - sqrt1z() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the square root of
1 - this2
for this complex number. - square() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Compute this × this.
- square() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute this × this.
- square() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Compute this × this.
- square() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute this × this.
- square() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute this × this.
- square() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute this × this.
- square() - Method in interface org.hipparchus.CalculusFieldElement
-
Compute this × this.
- square() - Method in class org.hipparchus.complex.Complex
-
Compute this × this.
- square() - Method in class org.hipparchus.complex.FieldComplex
- square() - Method in class org.hipparchus.dfp.Dfp
-
Compute this × this.
- square() - Method in class org.hipparchus.util.Binary64
- square() - Method in class org.hipparchus.util.FieldTuple
-
Compute this × this.
- square() - Method in class org.hipparchus.util.Tuple
-
Compute this × this.
- StableRandomGenerator - Class in org.hipparchus.random
-
This class provides a stable normalized random generator.
- StableRandomGenerator(RandomGenerator, double, double) - Constructor for class org.hipparchus.random.StableRandomGenerator
-
Create a new generator.
- stack() - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Transforms a matrix in a vector (Vectorization).
- STANDARD_DEVIATION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
STANDARD_DEVIATION.
- start(int, int, int) - Method in interface org.hipparchus.linear.FieldVectorChangingVisitor
-
Start visiting a vector.
- start(int, int, int) - Method in interface org.hipparchus.linear.FieldVectorPreservingVisitor
-
Start visiting a vector.
- start(int, int, int) - Method in interface org.hipparchus.linear.RealVectorChangingVisitor
-
Start visiting a vector.
- start(int, int, int) - Method in interface org.hipparchus.linear.RealVectorPreservingVisitor
-
Start visiting a vector.
- start(int, int, int, int, int, int) - Method in class org.hipparchus.linear.DefaultFieldMatrixChangingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in class org.hipparchus.linear.DefaultFieldMatrixPreservingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in class org.hipparchus.linear.DefaultRealMatrixChangingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in class org.hipparchus.linear.DefaultRealMatrixPreservingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in interface org.hipparchus.linear.FieldMatrixChangingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in interface org.hipparchus.linear.FieldMatrixPreservingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in interface org.hipparchus.linear.RealMatrixChangingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in interface org.hipparchus.linear.RealMatrixPreservingVisitor
-
Start visiting a matrix.
- START_POINT_NOT_IN_INTERVAL - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
START_POINT_NOT_IN_INTERVAL.
- START_POSITION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
START_POSITION.
- StepFunction - Class in org.hipparchus.analysis.function
- StepFunction(double[], double[]) - Constructor for class org.hipparchus.analysis.function.StepFunction
-
Builds a step function from a list of arguments and the corresponding values.
- stirlingS2(int, int) - Static method in class org.hipparchus.util.CombinatoricsUtils
-
Returns the Stirling number of the second kind, "
S(n,k)
", the number of ways of partitioning ann
-element set intok
non-empty subsets. - strictlyNegative() - Method in class org.hipparchus.dfp.Dfp
-
Check if instance is strictly less than 0.
- strictlyPositive() - Method in class org.hipparchus.dfp.Dfp
-
Check if instance is strictly greater than 0.
- subAndCheck(int, int) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Subtract two integers, checking for overflow.
- subAndCheck(long, long) - Static method in class org.hipparchus.util.ArithmeticUtils
-
Subtract two long integers, checking for overflow.
- SUBARRAY_ENDS_AFTER_ARRAY_END - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
SUBARRAY_ENDS_AFTER_ARRAY_END.
- substituteMostRecentElement(double) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Substitutes
value
for the most recently added value. - subtract(double) - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'-' operator.
- subtract(double) - Method in interface org.hipparchus.CalculusFieldElement
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.complex.Complex
-
Returns a
Complex
whose value is(this - subtrahend)
. - subtract(double) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value is(this - subtrahend)
. - subtract(double) - Method in class org.hipparchus.util.Binary64
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.util.FieldTuple
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.util.Tuple
-
'-' operator.
- subtract(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform subtraction of two derivative structures.
- subtract(int) - Method in class org.hipparchus.fraction.BigFraction
-
Subtracts the value of an
integer
from the value of thisBigFraction
, returning the result in reduced form. - subtract(int) - Method in class org.hipparchus.fraction.Fraction
-
Subtract an integer from the fraction.
- subtract(long) - Method in class org.hipparchus.fraction.BigFraction
-
Subtracts the value of a
long
from the value of thisBigFraction
, returning the result in reduced form. - subtract(BigInteger) - Method in class org.hipparchus.fraction.BigFraction
-
Subtracts the value of an
BigInteger
from the value of thisBigFraction
, returning the result in reduced form. - subtract(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute this - a.
- subtract(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute this - a.
- subtract(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute this - a.
- subtract(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute this - a.
- subtract(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute this - a.
- subtract(Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute this - a.
- subtract(SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute this - a.
- subtract(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute this - a.
- subtract(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute this - a.
- subtract(FieldPolynomialFunction<T>) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Subtract a polynomial from the instance.
- subtract(PolynomialFunction) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Subtract a polynomial from the instance.
- subtract(Complex) - Method in class org.hipparchus.complex.Complex
-
Returns a
Complex
whose value is(this - subtrahend)
. - subtract(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value is(this - subtrahend)
. - subtract(Quaternion) - Method in class org.hipparchus.complex.Quaternion
-
Subtracts a quaternion from the instance.
- subtract(Quaternion, Quaternion) - Static method in class org.hipparchus.complex.Quaternion
-
Subtracts two quaternions.
- subtract(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Subtract x from this.
- subtract(BigFraction) - Method in class org.hipparchus.fraction.BigFraction
-
Subtracts the value of another fraction from the value of this one, returning the result in reduced form.
- subtract(Fraction) - Method in class org.hipparchus.fraction.Fraction
-
Subtracts the value of another fraction from the value of this one, returning the result in reduced form.
- subtract(Array2DRowFieldMatrix<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Subtract
m
from this matrix. - subtract(Array2DRowRealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns
this
minusm
. - subtract(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute
this
minusv
. - subtract(BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Compute
this - m
. - subtract(BlockRealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Subtract
m
from this matrix. - subtract(DiagonalMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns
this
minusm
. - subtract(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Subtract
m
from this matrix. - subtract(FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Subtract
m
from this matrix. - subtract(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Subtract
m
from this matrix. - subtract(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute
this
minusv
. - subtract(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Compute
this
minusv
. - subtract(FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Compute
this
minusv
. - subtract(OpenMapRealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Subtract
m
from this matrix. - subtract(OpenMapRealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Optimized method to subtract OpenMapRealVectors.
- subtract(RealMatrix) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns
this
minusm
. - subtract(RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns
this
minusm
. - subtract(RealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Returns
this
minusm
. - subtract(RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns
this
minusm
. - subtract(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Subtract
v
from this vector. - subtract(RealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Subtract
v
from this vector. - subtract(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Subtract
v
from this vector. - subtract(SparseFieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Optimized method to compute
this
minusv
. - subtract(BigReal) - Method in class org.hipparchus.util.BigReal
-
Compute this - a.
- subtract(Binary64) - Method in class org.hipparchus.util.Binary64
-
Compute this - a.
- subtract(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute this - a.
- subtract(Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute this - a.
- subtract(S) - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
'-' operator.
- subtract(T) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute this - a.
- subtract(T) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a
Complex
whose value is(this - subtrahend)
. - subtract(T) - Method in interface org.hipparchus.FieldElement
-
Compute this - a.
- subtract(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform subtraction of two derivative structures.
- Subtract - Class in org.hipparchus.analysis.function
-
Subtract the second operand from the first.
- Subtract() - Constructor for class org.hipparchus.analysis.function.Subtract
-
Empty constructor.
- subtractExact(int, int) - Static method in class org.hipparchus.util.FastMath
-
Subtract two numbers, detecting overflows.
- subtractExact(long, long) - Static method in class org.hipparchus.util.FastMath
-
Subtract two numbers, detecting overflows.
- sum(FieldSinCos<S>, FieldSinCos<S>) - Static method in class org.hipparchus.util.FieldSinCos
-
Compute sine and cosine of angles sum.
- sum(FieldSinhCosh<S>, FieldSinhCosh<S>) - Static method in class org.hipparchus.util.FieldSinhCosh
-
Compute hyperbolic sine and hyperbolic cosine of angles sum.
- sum(SinCos, SinCos) - Static method in class org.hipparchus.util.SinCos
-
Compute sine and cosine of angles sum.
- sum(SinhCosh, SinhCosh) - Static method in class org.hipparchus.util.SinhCosh
-
Compute hyperbolic sine and hyperbolic cosine of angles sum.
- SymmetricFieldGaussIntegrator<T extends CalculusFieldElement<T>> - Class in org.hipparchus.analysis.integration.gauss
-
This class's implements
integrate
method assuming that the integral is symmetric about 0. - SymmetricFieldGaussIntegrator(Pair<T[], T[]>) - Constructor for class org.hipparchus.analysis.integration.gauss.SymmetricFieldGaussIntegrator
-
Creates an integrator from the given pair of points (first element of the pair) and weights (second element of the pair.
- SymmetricFieldGaussIntegrator(T[], T[]) - Constructor for class org.hipparchus.analysis.integration.gauss.SymmetricFieldGaussIntegrator
-
Creates an integrator from the given
points
andweights
. - SymmetricGaussIntegrator - Class in org.hipparchus.analysis.integration.gauss
-
This class's implements
integrate
method assuming that the integral is symmetric about 0. - SymmetricGaussIntegrator(double[], double[]) - Constructor for class org.hipparchus.analysis.integration.gauss.SymmetricGaussIntegrator
-
Creates an integrator from the given
points
andweights
. - SymmetricGaussIntegrator(Pair<double[], double[]>) - Constructor for class org.hipparchus.analysis.integration.gauss.SymmetricGaussIntegrator
-
Creates an integrator from the given pair of points (first element of the pair) and weights (second element of the pair.
- SymmLQ - Class in org.hipparchus.linear
-
Implementation of the SYMMLQ iterative linear solver proposed by Paige and Saunders (1975).
- SymmLQ(int, double, boolean) - Constructor for class org.hipparchus.linear.SymmLQ
-
Creates a new instance of this class, with default stopping criterion.
- SymmLQ(IterationManager, double, boolean) - Constructor for class org.hipparchus.linear.SymmLQ
-
Creates a new instance of this class, with default stopping criterion and custom iteration manager.
- SynchronizedRandomGenerator - Class in org.hipparchus.random
-
Any
RandomGenerator
implementation can be thread-safe if it is used through an instance of this class. - SynchronizedRandomGenerator(RandomGenerator) - Constructor for class org.hipparchus.random.SynchronizedRandomGenerator
-
Creates a synchronized wrapper for the given
RandomGenerator
instance.
T
- TAIL - Enum constant in enum org.hipparchus.util.MathArrays.Position
-
Designates the end of the array.
- tan() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Tangent operation.
- tan() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Tangent operation.
- tan() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Tangent operation.
- tan() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Tangent operation.
- tan() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Tangent operation.
- tan() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Tangent operation.
- tan() - Method in interface org.hipparchus.CalculusFieldElement
-
Tangent operation.
- tan() - Method in class org.hipparchus.complex.Complex
-
Compute the tangent of this complex number.
- tan() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the tangent of this complex number.
- tan() - Method in class org.hipparchus.dfp.Dfp
-
Tangent operation.
- tan() - Method in class org.hipparchus.util.Binary64
-
Tangent operation.
- tan() - Method in class org.hipparchus.util.FieldTuple
-
Tangent operation.
- tan() - Method in class org.hipparchus.util.Tuple
-
Tangent operation.
- tan(double) - Static method in class org.hipparchus.util.FastMath
-
Tangent function.
- tan(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute tangent of a derivative structure.
- tan(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the tangent of the argument.
- tan(T) - Static method in class org.hipparchus.util.FastMath
-
Tangent function.
- tan(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute tangent of a derivative structure.
- Tan - Class in org.hipparchus.analysis.function
-
Tangent function.
- Tan() - Constructor for class org.hipparchus.analysis.function.Tan
-
Empty constructor.
- tanh() - Method in interface org.hipparchus.analysis.differentiation.Derivative1
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Hyperbolic tangent operation.
- tanh() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative1
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Hyperbolic tangent operation.
- tanh() - Method in interface org.hipparchus.CalculusFieldElement
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.complex.Complex
-
Compute the hyperbolic tangent of this complex number.
- tanh() - Method in class org.hipparchus.complex.FieldComplex
-
Compute the hyperbolic tangent of this complex number.
- tanh() - Method in class org.hipparchus.dfp.Dfp
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.util.Binary64
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.util.FieldTuple
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.util.Tuple
-
Hyperbolic tangent operation.
- tanh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic tangent of a number.
- tanh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic tangent of a derivative structure.
- tanh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic tangent of a number.
- tanh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic tangent of a derivative structure.
- Tanh - Class in org.hipparchus.analysis.function
-
Hyperbolic tangent function.
- Tanh() - Constructor for class org.hipparchus.analysis.function.Tanh
-
Empty constructor.
- taylor(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Evaluate Taylor expansion of a univariate derivative.
- taylor(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Evaluate Taylor expansion a univariate derivative.
- taylor(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Evaluate Taylor expansion a univariate derivative.
- taylor(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Evaluate Taylor expansion a univariate derivative.
- taylor(double...) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Evaluate Taylor expansion a derivative structure.
- taylor(double...) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Evaluate Taylor expansion of a derivative structure.
- taylor(double...) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Evaluate Taylor expansion of a gradient.
- taylor(double...) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Evaluate Taylor expansion a derivative structure.
- taylor(double...) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Evaluate Taylor expansion of a sparse gradient.
- taylor(double[], int, double...) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Evaluate Taylor expansion of a derivative structure.
- taylor(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Evaluate Taylor expansion of a univariate derivative.
- taylor(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Evaluate Taylor expansion a univariate derivative.
- taylor(T...) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Evaluate Taylor expansion of a derivative structure.
- taylor(T...) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Evaluate Taylor expansion of a gradient.
- taylor(T[], int, double...) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Evaluate Taylor expansion of a derivative structure.
- taylor(T[], int, T...) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Evaluate Taylor expansion of a derivative structure.
- TaylorMap - Class in org.hipparchus.analysis.differentiation
-
Container for a Taylor map.
- TaylorMap(double[], DerivativeStructure[]) - Constructor for class org.hipparchus.analysis.differentiation.TaylorMap
-
Simple constructor.
- TaylorMap(int, int, int) - Constructor for class org.hipparchus.analysis.differentiation.TaylorMap
-
Constructor for identity map.
- TDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of Student's t-distribution.
- TDistribution(double) - Constructor for class org.hipparchus.distribution.continuous.TDistribution
-
Create a t distribution using the given degrees of freedom.
- TDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.TDistribution
-
Create a t distribution using the given degrees of freedom and the specified inverse cumulative probability absolute accuracy.
- terminationPerformed(IterationEvent) - Method in interface org.hipparchus.util.IterationListener
-
Invoked after completion of the operations which occur after breaking out of the main iteration loop.
- test(int, int) - Method in interface org.hipparchus.fraction.Fraction.ConvergenceTest
-
Evaluates if the fraction formed by
numerator/denominator
satisfies this convergence test. - test(long, long) - Method in interface org.hipparchus.fraction.BigFraction.ConvergenceTest
-
Evaluates if the fraction formed by
numerator/denominator
satisfies this convergence test. - Theta - Class in org.hipparchus.special.elliptic.jacobi
-
Values of
Jacobi theta
functions. - theta1() - Method in class org.hipparchus.special.elliptic.jacobi.FieldTheta
-
Get the value of the θ₁(z|τ) function.
- theta1() - Method in class org.hipparchus.special.elliptic.jacobi.Theta
-
Get the value of the θ₁(z|τ) function.
- theta2() - Method in class org.hipparchus.special.elliptic.jacobi.FieldTheta
-
Get the value of the θ₂(z|τ) function.
- theta2() - Method in class org.hipparchus.special.elliptic.jacobi.Theta
-
Get the value of the θ₂(z|τ) function.
- theta3() - Method in class org.hipparchus.special.elliptic.jacobi.FieldTheta
-
Get the value of the θ₃(z|τ) function.
- theta3() - Method in class org.hipparchus.special.elliptic.jacobi.Theta
-
Get the value of the θ₃(z|τ) function.
- theta4() - Method in class org.hipparchus.special.elliptic.jacobi.FieldTheta
-
Get the value of the θ₄(z|τ) function.
- theta4() - Method in class org.hipparchus.special.elliptic.jacobi.Theta
-
Get the value of the θ₄(z|τ) function.
- THREE_FIFTHS - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "3/5".
- THREE_FIFTHS - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "3/5".
- THREE_QUARTERS - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "3/4".
- THREE_QUARTERS - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "3/4".
- toArray() - Method in class org.hipparchus.linear.ArrayFieldVector
-
Convert the vector to a T array.
- toArray() - Method in class org.hipparchus.linear.ArrayRealVector
-
Convert the vector to an array of
double
s. - toArray() - Method in interface org.hipparchus.linear.FieldVector
-
Convert the vector to a T array.
- toArray() - Method in class org.hipparchus.linear.OpenMapRealVector
-
Convert the vector to an array of
double
s. - toArray() - Method in class org.hipparchus.linear.RealVector
-
Convert the vector to an array of
double
s. - toArray() - Method in class org.hipparchus.linear.SparseFieldVector
-
Convert the vector to a T array.
- toBlocksLayout(double[][]) - Static method in class org.hipparchus.linear.BlockRealMatrix
-
Convert a data array from raw layout to blocks layout.
- toBlocksLayout(T[][]) - Static method in class org.hipparchus.linear.BlockFieldMatrix
-
Convert a data array from raw layout to blocks layout.
- toCalculusFieldBivariateFunction(Field<T>) - Method in interface org.hipparchus.analysis.FieldBivariateFunction
-
Convert to a
CalculusFieldBivariateFunction
with a specific type. - toCalculusFieldMultivariateFunction(Field<T>) - Method in interface org.hipparchus.analysis.FieldMultivariateFunction
-
Convert to a
CalculusFieldMultivariateFunction
with a specific type. - toCalculusFieldMultivariateMatrixFunction(Field<T>) - Method in interface org.hipparchus.analysis.FieldMultivariateMatrixFunction
-
Convert to a
CalculusFieldMultivariateMatrixFunction
with a specific type. - toCalculusFieldMultivariateVectorFunction(Field<T>) - Method in interface org.hipparchus.analysis.FieldMultivariateVectorFunction
-
Convert to a
CalculusFieldMultivariateVectorFunction
with a specific type. - toCalculusFieldUnivariateFunction(Field<T>) - Method in interface org.hipparchus.analysis.FieldUnivariateFunction
-
Convert to a
CalculusFieldUnivariateFunction
with a specific type. - toCalculusFieldUnivariateMatrixFunction(Field<T>) - Method in interface org.hipparchus.analysis.FieldUnivariateMatrixFunction
-
Convert to a
CalculusFieldUnivariateMatrixFunction
with a specific type. - toCalculusFieldUnivariateVectorFunction(Field<T>) - Method in interface org.hipparchus.analysis.FieldUnivariateVectorFunction
-
Convert to a
CalculusFieldUnivariateVectorFunction
with a specific type. - toDegrees() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in interface org.hipparchus.CalculusFieldElement
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.complex.Complex
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.complex.FieldComplex
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.dfp.Dfp
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.util.Binary64
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.util.FieldTuple
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees() - Method in class org.hipparchus.util.Tuple
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees(double) - Static method in class org.hipparchus.util.FastMath
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDegrees(T) - Static method in class org.hipparchus.util.FastMath
-
Convert radians to degrees, with error of less than 0.5 ULP
- toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Convert the instance to a
FieldDerivativeStructure
. - toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative
-
Convert the instance to a
DerivativeStructure
. - toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Convert the instance to a
FieldDerivativeStructure
. - toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Convert the instance to a
FieldDerivativeStructure
. - toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Convert the instance to a
DerivativeStructure
. - toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative
-
Convert the instance to a
DerivativeStructure
. - toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Convert the instance to a
DerivativeStructure
. - toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Convert the instance to a
DerivativeStructure
. - toDifferentiable(MultivariateFunction, MultivariateVectorFunction) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Convert regular functions to
MultivariateDifferentiableFunction
. - toDifferentiable(UnivariateFunction, UnivariateFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Convert regular functions to
UnivariateDifferentiableFunction
. - toDouble() - Method in class org.hipparchus.dfp.Dfp
-
Convert the instance into a double.
- toIntExact(long) - Static method in class org.hipparchus.util.FastMath
-
Convert a long to interger, detecting overflows
- TOO_LARGE_CUTOFF_SINGULAR_VALUE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
TOO_LARGE_CUTOFF_SINGULAR_VALUE.
- TOO_MANY_ELEMENTS_TO_DISCARD_FROM_ARRAY - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
TOO_MANY_ELEMENTS_TO_DISCARD_FROM_ARRAY.
- toRadians() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in interface org.hipparchus.CalculusFieldElement
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.complex.Complex
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.complex.FieldComplex
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.dfp.Dfp
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.util.Binary64
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.util.FieldTuple
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians() - Method in class org.hipparchus.util.Tuple
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians(double) - Static method in class org.hipparchus.util.FastMath
-
Convert degrees to radians, with error of less than 0.5 ULP
- toRadians(T) - Static method in class org.hipparchus.util.FastMath
-
Convert degrees to radians, with error of less than 0.5 ULP
- toSplitDouble() - Method in class org.hipparchus.dfp.Dfp
-
Convert the instance into a split double.
- toString() - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Returns a string representation of the polynomial.
- toString() - Method in class org.hipparchus.complex.Complex
- toString() - Method in class org.hipparchus.complex.FieldComplex
- toString() - Method in class org.hipparchus.complex.Quaternion
- toString() - Method in class org.hipparchus.dfp.Dfp
-
Get a string representation of the instance.
- toString() - Method in class org.hipparchus.exception.DummyLocalizable
- toString() - Method in class org.hipparchus.fraction.BigFraction
-
Returns the
String
representing this fraction, ie "num / dem" or just "num" if the denominator is one. - toString() - Method in class org.hipparchus.fraction.Fraction
-
Returns the
String
representing this fraction, ie "num / dem" or just "num" if the denominator is one. - toString() - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get a string representation for this matrix.
- toString() - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Get a string representation for this matrix.
- toString() - Method in class org.hipparchus.linear.ArrayFieldVector
- toString() - Method in class org.hipparchus.linear.ArrayRealVector
- toString() - Method in class org.hipparchus.random.Well512a
- toString() - Method in class org.hipparchus.util.Binary64
-
The returned
String
is equal toDouble.toString(this.doubleValue())
- toString() - Method in class org.hipparchus.util.MultidimensionalCounter
- toString() - Method in class org.hipparchus.util.Pair
- transpose() - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Returns the transpose of this matrix.
- transpose() - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the transpose of this matrix.
- transpose() - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the transpose of this matrix.
- transpose() - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the transpose of this matrix.
- transpose() - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the transpose of this matrix.
- transpose() - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the transpose of this matrix.
- transposeMultiply(Array2DRowFieldMatrix<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(Array2DRowRealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(BlockRealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(DiagonalMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(FieldMatrix<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(FieldMatrix<T>) - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(RealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(RealMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(RealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Returns the result of postmultiplying
this^T
bym
. - transposeMultiply(RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of postmultiplying
this^T
bym
. - trap(int, String, Dfp, Dfp, Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Trap handler.
- TRAPEZOID_MAX_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.FieldTrapezoidIntegrator
-
Maximum number of iterations for trapezoid.
- TRAPEZOID_MAX_ITERATIONS_COUNT - Static variable in class org.hipparchus.analysis.integration.TrapezoidIntegrator
-
Maximum number of iterations for trapezoid.
- TrapezoidIntegrator - Class in org.hipparchus.analysis.integration
-
Implements the Trapezoid Rule for integration of real univariate functions.
- TrapezoidIntegrator() - Constructor for class org.hipparchus.analysis.integration.TrapezoidIntegrator
-
Construct a trapezoid integrator with default settings.
- TrapezoidIntegrator(double, double, int, int) - Constructor for class org.hipparchus.analysis.integration.TrapezoidIntegrator
-
Build a trapezoid integrator with given accuracies and iterations counts.
- TrapezoidIntegrator(int, int) - Constructor for class org.hipparchus.analysis.integration.TrapezoidIntegrator
-
Build a trapezoid integrator with given iteration counts.
- TriangularDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the triangular real distribution.
- TriangularDistribution(double, double, double) - Constructor for class org.hipparchus.distribution.continuous.TriangularDistribution
-
Creates a triangular real distribution using the given lower limit, upper limit, and mode.
- TricubicInterpolatingFunction - Class in org.hipparchus.analysis.interpolation
-
Function that implements the tricubic spline interpolation, as proposed in Tricubic interpolation in three dimensions
F. - TricubicInterpolatingFunction(double[], double[], double[], double[][][], double[][][], double[][][], double[][][], double[][][], double[][][], double[][][], double[][][]) - Constructor for class org.hipparchus.analysis.interpolation.TricubicInterpolatingFunction
-
Simple constructor.
- TricubicInterpolator - Class in org.hipparchus.analysis.interpolation
-
Generates a tricubic interpolating function.
- TricubicInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.TricubicInterpolator
-
Empty constructor.
- trigamma(double) - Static method in class org.hipparchus.special.Gamma
-
Computes the trigamma function of x.
- trigamma(T) - Static method in class org.hipparchus.special.Gamma
-
Computes the trigamma function of x.
- trigger(int) - Method in interface org.hipparchus.util.Incrementor.MaxCountExceededCallback
-
Function called when the maximal count has been reached.
- TrivariateFunction - Interface in org.hipparchus.analysis
-
An interface representing a trivariate real function.
- TrivariateGridInterpolator - Interface in org.hipparchus.analysis.interpolation
-
Interface representing a trivariate real interpolating function where the sample points must be specified on a regular grid.
- trunc(DfpField.RoundingMode) - Method in class org.hipparchus.dfp.Dfp
-
Does the integer conversions with the specified rounding.
- Tuple - Class in org.hipparchus.util
-
This class allows to perform the same computation of all components of a Tuple at once.
- Tuple(double...) - Constructor for class org.hipparchus.util.Tuple
-
Creates a new instance from its components.
- TWO - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "2 / 1".
- TWO - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "2 / 1".
- TWO_FIFTHS - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "2/5".
- TWO_FIFTHS - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "2/5".
- TWO_PI - Static variable in class org.hipparchus.util.MathUtils
-
\(2\pi\)
- TWO_QUARTERS - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "2/4".
- TWO_QUARTERS - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "2/4".
- TWO_THIRDS - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "2/3".
- TWO_THIRDS - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "2/3".
- twoSum(double, double) - Static method in class org.hipparchus.util.MathUtils
-
Sums
a
andb
using Møller's 2Sum algorithm. - twoSum(T, T) - Static method in class org.hipparchus.util.MathUtils
-
Sums
a
andb
using Møller's 2Sum algorithm.
U
- ulp() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Compute least significant bit (Unit in Last Position) for a number.
- ulp() - Method in interface org.hipparchus.CalculusFieldElement
-
Compute least significant bit (Unit in Last Position) for a number.
- ulp() - Method in class org.hipparchus.complex.Complex
-
Compute least significant bit (Unit in Last Position) for a number.
- ulp() - Method in class org.hipparchus.complex.FieldComplex
-
Compute least significant bit (Unit in Last Position) for a number.
- ulp() - Method in class org.hipparchus.dfp.Dfp
-
Compute least significant bit (Unit in Last Position) for a number.
- ulp() - Method in class org.hipparchus.util.Binary64
-
Compute least significant bit (Unit in Last Position) for a number.
- ulp() - Method in class org.hipparchus.util.FieldTuple
-
Compute least significant bit (Unit in Last Position) for a number.
- ulp() - Method in class org.hipparchus.util.Tuple
-
Compute least significant bit (Unit in Last Position) for a number.
- ulp(double) - Static method in class org.hipparchus.util.FastMath
-
Compute least significant bit (Unit in Last Position) for a number.
- ulp(float) - Static method in class org.hipparchus.util.FastMath
-
Compute least significant bit (Unit in Last Position) for a number.
- ulp(T) - Static method in class org.hipparchus.util.FastMath
-
Compute least significant bit (Unit in Last Position) for a number.
- Ulp - Class in org.hipparchus.analysis.function
-
ulp
function. - Ulp() - Constructor for class org.hipparchus.analysis.function.Ulp
-
Empty constructor.
- UncorrelatedRandomVectorGenerator - Class in org.hipparchus.random
-
A
RandomVectorGenerator
that generates vectors with uncorrelated components. - UncorrelatedRandomVectorGenerator(double[], double[], NormalizedRandomGenerator) - Constructor for class org.hipparchus.random.UncorrelatedRandomVectorGenerator
-
Simple constructor.
- UncorrelatedRandomVectorGenerator(int, NormalizedRandomGenerator) - Constructor for class org.hipparchus.random.UncorrelatedRandomVectorGenerator
-
Simple constructor.
- unequal(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Check if instance is not equal to x.
- UniformIntegerDistribution - Class in org.hipparchus.distribution.discrete
-
Implementation of the uniform integer distribution.
- UniformIntegerDistribution(int, int) - Constructor for class org.hipparchus.distribution.discrete.UniformIntegerDistribution
-
Creates a new uniform integer distribution using the given lower and upper bounds (both inclusive).
- UniformRandomGenerator - Class in org.hipparchus.random
-
This class implements a normalized uniform random generator.
- UniformRandomGenerator(RandomGenerator) - Constructor for class org.hipparchus.random.UniformRandomGenerator
-
Create a new generator.
- UniformRealDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the uniform real distribution.
- UniformRealDistribution() - Constructor for class org.hipparchus.distribution.continuous.UniformRealDistribution
-
Create a standard uniform real distribution with lower bound (inclusive) equal to zero and upper bound (exclusive) equal to one.
- UniformRealDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.UniformRealDistribution
-
Create a uniform real distribution using the given lower and upper bounds.
- unique(double[]) - Static method in class org.hipparchus.util.MathArrays
-
Returns an array consisting of the unique values in
data
. - unitize() - Method in class org.hipparchus.linear.OpenMapRealVector
-
Converts this vector into a unit vector.
- unitize() - Method in class org.hipparchus.linear.RealVector
-
Converts this vector into a unit vector.
- UnitSphereRandomVectorGenerator - Class in org.hipparchus.random
-
Generate random vectors isotropically located on the surface of a sphere.
- UnitSphereRandomVectorGenerator(int) - Constructor for class org.hipparchus.random.UnitSphereRandomVectorGenerator
-
Create an object that will use a default RNG (
MersenneTwister
), in order to generate the individual components. - UnitSphereRandomVectorGenerator(int, RandomGenerator) - Constructor for class org.hipparchus.random.UnitSphereRandomVectorGenerator
-
Simple constructor.
- unitVector() - Method in class org.hipparchus.linear.OpenMapRealVector
-
Creates a unit vector pointing in the direction of this vector.
- unitVector() - Method in class org.hipparchus.linear.RealVector
-
Creates a unit vector pointing in the direction of this vector.
- UnivariateDerivative<T extends UnivariateDerivative<T>> - Class in org.hipparchus.analysis.differentiation
-
Abstract class representing both the value and the differentials of a function.
- UnivariateDerivative() - Constructor for class org.hipparchus.analysis.differentiation.UnivariateDerivative
-
Empty constructor.
- UnivariateDerivative1 - Class in org.hipparchus.analysis.differentiation
-
Class representing both the value and the differentials of a function.
- UnivariateDerivative1(double, double) - Constructor for class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Build an instance with values and derivative.
- UnivariateDerivative1(DerivativeStructure) - Constructor for class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Build an instance from a
DerivativeStructure
. - UnivariateDerivative1Field - Class in org.hipparchus.analysis.differentiation
-
Field for
UnivariateDerivative1
instances. - UnivariateDerivative2 - Class in org.hipparchus.analysis.differentiation
-
Class representing both the value and the differentials of a function.
- UnivariateDerivative2(double, double, double) - Constructor for class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Build an instance with values and derivative.
- UnivariateDerivative2(DerivativeStructure) - Constructor for class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Build an instance from a
DerivativeStructure
. - UnivariateDerivative2Field - Class in org.hipparchus.analysis.differentiation
-
Field for
UnivariateDerivative2
instances. - UnivariateDifferentiableFunction - Interface in org.hipparchus.analysis.differentiation
-
Interface for univariate functions derivatives.
- UnivariateDifferentiableMatrixFunction - Interface in org.hipparchus.analysis.differentiation
-
Extension of
UnivariateMatrixFunction
representing a univariate differentiable matrix function. - UnivariateDifferentiableSolver - Interface in org.hipparchus.analysis.solvers
-
Interface for (univariate real) rootfinding algorithms.
- UnivariateDifferentiableVectorFunction - Interface in org.hipparchus.analysis.differentiation
-
Extension of
UnivariateVectorFunction
representing a univariate differentiable vectorial function. - UnivariateFunction - Interface in org.hipparchus.analysis
-
An interface representing a univariate real function.
- UnivariateFunctionDifferentiator - Interface in org.hipparchus.analysis.differentiation
-
Interface defining the function differentiation operation.
- UnivariateIntegrator - Interface in org.hipparchus.analysis.integration
-
Interface for univariate real integration algorithms.
- UnivariateInterpolator - Interface in org.hipparchus.analysis.interpolation
-
Interface representing a univariate real interpolating function.
- UnivariateMatrixFunction - Interface in org.hipparchus.analysis
-
An interface representing a univariate matrix function.
- UnivariateMatrixFunctionDifferentiator - Interface in org.hipparchus.analysis.differentiation
-
Interface defining the function differentiation operation.
- UnivariatePeriodicInterpolator - Class in org.hipparchus.analysis.interpolation
-
Adapter for classes implementing the
UnivariateInterpolator
interface. - UnivariatePeriodicInterpolator(UnivariateInterpolator, double) - Constructor for class org.hipparchus.analysis.interpolation.UnivariatePeriodicInterpolator
-
Builds an interpolator.
- UnivariatePeriodicInterpolator(UnivariateInterpolator, double, int) - Constructor for class org.hipparchus.analysis.interpolation.UnivariatePeriodicInterpolator
-
Builds an interpolator.
- UnivariateSolver - Interface in org.hipparchus.analysis.solvers
-
Interface for (univariate real) root-finding algorithms.
- UnivariateSolverUtils - Class in org.hipparchus.analysis.solvers
-
Utility routines for
UnivariateSolver
objects. - UnivariateVectorFunction - Interface in org.hipparchus.analysis
-
An interface representing a univariate vectorial function.
- UnivariateVectorFunctionDifferentiator - Interface in org.hipparchus.analysis.differentiation
-
Interface defining the function differentiation operation.
- UNKNOWN_MODE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
UNKNOWN_MODE.
- unmodifiableRealVector(RealVector) - Static method in class org.hipparchus.linear.RealVector
-
Returns an unmodifiable view of the specified vector.
- unscentedTransform(RealVector, RealMatrix) - Method in class org.hipparchus.util.AbstractUnscentedTransform
-
Perform the unscented transform from a state and its covariance.
- unscentedTransform(RealVector, RealMatrix) - Method in interface org.hipparchus.util.UnscentedTransformProvider
-
Perform the unscented transform from a state and its covariance.
- UnscentedTransformProvider - Interface in org.hipparchus.util
-
Provider for unscented transform.
- unsignedMultiplyHigh(long, long) - Static method in class org.hipparchus.util.FastMath
-
Multiply two long unsigned integers and give the 64 most significant bits of the unsigned result.
- unstackSquare() - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Transforms a one-column stacked matrix into a squared matrix (devectorization).
- UNSUPPORTED_OPERATION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
UNSUPPORTED_OPERATION.
- upperCumulativeProbability(int) - Method in class org.hipparchus.distribution.discrete.HypergeometricDistribution
-
For this distribution,
X
, this method returnsP(X >= x)
. - URL_CONTAINS_NO_DATA - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
URL_CONTAINS_NO_DATA.
- USER_EXCEPTION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
USER_EXCEPTION.
- UTF8Control - Class in org.hipparchus.exception
-
Control class loading properties in UTF-8 encoding.
- UTF8Control() - Constructor for class org.hipparchus.exception.UTF8Control
-
Empty constructor.
V
- v - Variable in class org.hipparchus.random.AbstractWell
-
Bytes pool.
- value() - Method in class org.hipparchus.util.OpenIntToDoubleHashMap.Iterator
-
Get the value of current entry.
- value() - Method in class org.hipparchus.util.OpenIntToFieldHashMap.Iterator
-
Get the value of current entry.
- value(double) - Method in class org.hipparchus.analysis.function.Abs
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Acos
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Acosh
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Asin
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Asinh
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Atan
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Atanh
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Cbrt
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Ceil
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Constant
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Cos
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Cosh
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Exp
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Expm1
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Floor
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Gaussian
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.HarmonicOscillator
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Identity
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Inverse
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Log
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Log10
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Log1p
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Logistic
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Logit
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Minus
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Power
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Rint
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Sigmoid
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Sin
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Sinc
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Sinh
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Sqrt
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.StepFunction
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Tan
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Tanh
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.function.Ulp
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.interpolation.HermiteInterpolator
-
Interpolate value at a specified abscissa.
- value(double) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Compute the value of the function for the given argument.
- value(double) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialSplineFunction
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Compute the value of the function for the given argument.
- value(double) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Calculate the function value at the given point.
- value(double) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Calculate the function value at the given point.
- value(double) - Method in class org.hipparchus.analysis.polynomials.PolynomialSplineFunction
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.FieldSmoothStepFunction
-
Compute the value of the smoothstep for the given argument normalized between edges.
- value(double) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.QuadraticSmoothStepFunction
-
Compute the value of the quadratic smoothstep for the given argument normalized between edges.
- value(double) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.SmoothStepFunction
-
Compute the value of the smoothstep for the given argument normalized between edges.
- value(double) - Method in interface org.hipparchus.analysis.UnivariateFunction
-
Compute the value of the function.
- value(double) - Method in interface org.hipparchus.analysis.UnivariateMatrixFunction
-
Compute the value for the function.
- value(double) - Method in interface org.hipparchus.analysis.UnivariateVectorFunction
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.special.BesselJ
-
Returns the value of the constructed Bessel function of the first kind, for the passed argument.
- value(double...) - Method in class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Evaluate Taylor expansion of the map at some offset.
- value(double[]) - Method in class org.hipparchus.analysis.differentiation.GradientFunction
-
Compute the value for the function at the given point.
- value(double[]) - Method in class org.hipparchus.analysis.differentiation.JacobianFunction
-
Compute the value for the function at the given point.
- value(double...) - Method in class org.hipparchus.analysis.differentiation.TaylorMap
-
Evaluate Taylor expansion of the map at some offset.
- value(double[]) - Method in interface org.hipparchus.analysis.MultivariateFunction
-
Compute the value for the function at the given point.
- value(double[]) - Method in interface org.hipparchus.analysis.MultivariateMatrixFunction
-
Compute the value for the function at the given point.
- value(double[]) - Method in interface org.hipparchus.analysis.MultivariateVectorFunction
-
Compute the value for the function at the given point.
- value(double[], double[][], double[], double, double) - Method in class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere
-
Estimate the value at the requested location.
- value(double, double) - Method in interface org.hipparchus.analysis.BivariateFunction
-
Compute the value for the function.
- value(double, double) - Method in class org.hipparchus.analysis.function.Add
-
Compute the value for the function.
- value(double, double) - Method in class org.hipparchus.analysis.function.Atan2
-
Compute the value for the function.
- value(double, double) - Method in class org.hipparchus.analysis.function.Divide
-
Compute the value for the function.
- value(double, double) - Method in class org.hipparchus.analysis.function.Max
-
Compute the value for the function.
- value(double, double) - Method in class org.hipparchus.analysis.function.Min
-
Compute the value for the function.
- value(double, double) - Method in class org.hipparchus.analysis.function.Multiply
-
Compute the value for the function.
- value(double, double) - Method in class org.hipparchus.analysis.function.Pow
-
Compute the value for the function.
- value(double, double) - Method in class org.hipparchus.analysis.function.Subtract
-
Compute the value for the function.
- value(double, double) - Method in class org.hipparchus.analysis.interpolation.BicubicInterpolatingFunction
-
Compute the value for the function.
- value(double, double) - Method in class org.hipparchus.analysis.interpolation.BilinearInterpolatingFunction
-
Compute the value for the function.
- value(double, double) - Method in class org.hipparchus.analysis.interpolation.PiecewiseBicubicSplineInterpolatingFunction
-
Compute the value for the function.
- value(double, double) - Static method in class org.hipparchus.special.BesselJ
-
Returns the first Bessel function, \(J_{order}(x)\).
- value(double, double...) - Method in class org.hipparchus.analysis.function.Gaussian.Parametric
-
Computes the value of the Gaussian at
x
. - value(double, double...) - Method in class org.hipparchus.analysis.function.HarmonicOscillator.Parametric
-
Computes the value of the harmonic oscillator at
x
. - value(double, double...) - Method in class org.hipparchus.analysis.function.Logistic.Parametric
-
Computes the value of the sigmoid at
x
. - value(double, double...) - Method in class org.hipparchus.analysis.function.Logit.Parametric
-
Computes the value of the logit at
x
. - value(double, double...) - Method in class org.hipparchus.analysis.function.Sigmoid.Parametric
-
Computes the value of the sigmoid at
x
. - value(double, double...) - Method in interface org.hipparchus.analysis.ParametricUnivariateFunction
-
Compute the value of the function.
- value(double, double...) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction.Parametric
-
Compute the value of the function.
- value(double, double, double) - Method in class org.hipparchus.analysis.interpolation.TricubicInterpolatingFunction
-
Compute the value for the function.
- value(double, double, double) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.QuadraticSmoothStepFunction
-
Compute the value of the smoothstep function for the given edges and argument.
- value(double, double, double) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.SmoothStepFunction
-
Compute the value of the smoothstep function for the given edges and argument.
- value(double, double, double) - Method in interface org.hipparchus.analysis.TrivariateFunction
-
Compute the value for the function.
- value(double, double, T) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.FieldSmoothStepFunction
-
Compute the value of the smoothstep function for the given edges and argument.
- value(int) - Method in class org.hipparchus.util.CombinatoricsUtils.FactorialLog
-
Computes
log(n!)
. - value(DerivativeStructure[]) - Method in interface org.hipparchus.analysis.differentiation.MultivariateDifferentiableFunction
-
Compute the value for the function at the given point.
- value(DerivativeStructure[]) - Method in interface org.hipparchus.analysis.differentiation.MultivariateDifferentiableVectorFunction
-
Compute the value for the function at the given point.
- value(T) - Method in interface org.hipparchus.analysis.CalculusFieldUnivariateFunction
-
Compute the value of the function.
- value(T) - Method in interface org.hipparchus.analysis.CalculusFieldUnivariateMatrixFunction
-
Compute the value for the function.
- value(T) - Method in interface org.hipparchus.analysis.CalculusFieldUnivariateVectorFunction
-
Compute the value for the function.
- value(T) - Method in interface org.hipparchus.analysis.differentiation.UnivariateDifferentiableFunction
-
Compute the value for the function.
- value(T) - Method in interface org.hipparchus.analysis.differentiation.UnivariateDifferentiableMatrixFunction
-
Compute the value for the function.
- value(T) - Method in interface org.hipparchus.analysis.differentiation.UnivariateDifferentiableVectorFunction
-
Compute the value for the function.
- value(T) - Method in interface org.hipparchus.analysis.FieldUnivariateFunction
-
Compute the value of the function.
- value(T) - Method in interface org.hipparchus.analysis.FieldUnivariateMatrixFunction
-
Compute the value for the function.
- value(T) - Method in interface org.hipparchus.analysis.FieldUnivariateVectorFunction
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Abs
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Acos
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Acosh
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Asin
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Asinh
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Atan
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Atanh
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Cbrt
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Ceil
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Constant
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Cos
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Cosh
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Exp
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Expm1
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Floor
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Gaussian
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.HarmonicOscillator
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Identity
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Inverse
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Log
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Log10
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Log1p
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Logistic
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Logit
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Minus
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Power
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Rint
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Sigmoid
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Sin
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Sinc
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Sinh
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Sqrt
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Tan
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.function.Tanh
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.interpolation.FieldHermiteInterpolator
-
Interpolate value at a specified abscissa.
- value(T) - Method in class org.hipparchus.analysis.interpolation.HermiteInterpolator
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Compute the value of the function for the given argument.
- value(T) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialSplineFunction
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.polynomials.PolynomialSplineFunction
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.polynomials.SmoothStepFactory.FieldSmoothStepFunction
-
Compute the value of the smoothstep for the given argument normalized between edges.
- value(T...) - Method in interface org.hipparchus.analysis.CalculusFieldMultivariateFunction
-
Compute the value of the function.
- value(T...) - Method in interface org.hipparchus.analysis.CalculusFieldMultivariateMatrixFunction
-
Compute the value of the function.
- value(T...) - Method in interface org.hipparchus.analysis.CalculusFieldMultivariateVectorFunction
-
Compute the value of the function.
- value(T...) - Method in class org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Evaluate Taylor expansion of the map at some offset.
- value(T...) - Method in interface org.hipparchus.analysis.FieldMultivariateFunction
-
Compute the value of the function.
- value(T...) - Method in interface org.hipparchus.analysis.FieldMultivariateMatrixFunction
-
Compute the value of the function.
- value(T...) - Method in interface org.hipparchus.analysis.FieldMultivariateVectorFunction
-
Compute the value of the function.
- value(T, T) - Method in interface org.hipparchus.analysis.CalculusFieldBivariateFunction
-
Compute the value for the function.
- value(T, T) - Method in interface org.hipparchus.analysis.FieldBivariateFunction
-
Compute the value for the function.
- value(T, T) - Method in class org.hipparchus.analysis.interpolation.BilinearInterpolatingFunction
-
Compute the value for the function.
- value(T, T) - Method in class org.hipparchus.analysis.interpolation.PiecewiseBicubicSplineInterpolatingFunction
-
Compute the value for the function.
- valueOf(double) - Static method in class org.hipparchus.complex.Complex
-
Create a complex number given only the real part.
- valueOf(double, double) - Static method in class org.hipparchus.complex.Complex
-
Create a complex number given the real and imaginary parts.
- valueOf(String) - Static method in enum org.hipparchus.analysis.solvers.AllowedSolution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hipparchus.analysis.solvers.BaseSecantSolver.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hipparchus.dfp.DfpField.RoundingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hipparchus.exception.LocalizedCoreFormats
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hipparchus.linear.DependentVectorsHandler
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hipparchus.util.MathArrays.OrderDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hipparchus.util.MathArrays.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hipparchus.util.PivotingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hipparchus.util.ResizableDoubleArray.ExpansionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(T) - Static method in class org.hipparchus.complex.FieldComplex
-
Create a complex number given only the real part.
- valueOf(T, T) - Static method in class org.hipparchus.complex.FieldComplex
-
Create a complex number given the real and imaginary parts.
- values() - Static method in enum org.hipparchus.analysis.solvers.AllowedSolution
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hipparchus.analysis.solvers.BaseSecantSolver.Method
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hipparchus.dfp.DfpField.RoundingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hipparchus.exception.LocalizedCoreFormats
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hipparchus.linear.DependentVectorsHandler
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hipparchus.util.MathArrays.OrderDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hipparchus.util.MathArrays.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hipparchus.util.PivotingStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hipparchus.util.ResizableDoubleArray.ExpansionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(Complex) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiTheta
-
Evaluate the Jacobi theta functions.
- values(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiTheta
-
Evaluate the Jacobi theta functions.
- valuesC(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate the three subsidiary Jacobi elliptic functions with pole at point c in Glaisher’s Notation.
- valuesC(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate the three subsidiary Jacobi elliptic functions with pole at point c in Glaisher’s Notation.
- valuesC(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate the three subsidiary Jacobi elliptic functions with pole at point c in Glaisher’s Notation.
- valuesD(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate the three subsidiary Jacobi elliptic functions with pole at point d in Glaisher’s Notation.
- valuesD(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate the three subsidiary Jacobi elliptic functions with pole at point d in Glaisher’s Notation.
- valuesD(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate the three subsidiary Jacobi elliptic functions with pole at point d in Glaisher’s Notation.
- valuesN(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate the three principal Jacobi elliptic functions with pole at point n in Glaisher’s Notation.
- valuesN(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate the three principal Jacobi elliptic functions with pole at point n in Glaisher’s Notation.
- valuesN(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate the three principal Jacobi elliptic functions with pole at point n in Glaisher’s Notation.
- valuesS(double) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate the three subsidiary Jacobi elliptic functions with pole at point s in Glaisher’s Notation.
- valuesS(double) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiElliptic
-
Evaluate the three subsidiary Jacobi elliptic functions with pole at point s in Glaisher’s Notation.
- valuesS(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiElliptic
-
Evaluate the three subsidiary Jacobi elliptic functions with pole at point s in Glaisher’s Notation.
- variable(int, double) - Method in class org.hipparchus.analysis.differentiation.DSFactory
-
Build a
DerivativeStructure
representing a variable. - variable(int, double) - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
Build a
FieldDerivativeStructure
representing a variable. - variable(int, int, double) - Static method in class org.hipparchus.analysis.differentiation.Gradient
-
Build a
Gradient
representing a variable. - variable(int, int, T) - Static method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Build a
Gradient
representing a variable. - variable(int, T) - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
Build a
FieldDerivativeStructure
representing a variable. - VECTOR - Static variable in class org.hipparchus.linear.ConjugateGradient
-
Key for the exception context.
- VECTOR_MUST_HAVE_AT_LEAST_ONE_ELEMENT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
VECTOR_MUST_HAVE_AT_LEAST_ONE_ELEMENT.
- verifyBracketing(double, double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Check that the endpoints specify an interval and the function takes opposite signs at the endpoints.
- verifyBracketing(UnivariateFunction, double, double) - Static method in class org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
Check that the endpoints specify an interval and the end points bracket a root.
- verifyInputArray(double[], double[]) - Static method in class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Verifies that the input arrays are valid.
- verifyInterpolationArray(double[], double[], boolean) - Static method in class org.hipparchus.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Check that the interpolation arrays are valid.
- verifyInterval(double, double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Check that the endpoints specify an interval.
- verifyInterval(double, double) - Static method in class org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
Check that the endpoints specify an interval.
- verifySequence(double, double, double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Check that
lower < initial < upper
. - verifySequence(double, double, double) - Static method in class org.hipparchus.analysis.solvers.UnivariateSolverUtils
-
Check that
lower < initial < upper
. - verifyValues(double[], double[], int, int) - Static method in class org.hipparchus.util.MathArrays
-
This method is used to verify that the begin and length parameters designate a subarray of positive length and the weights are all non-negative, non-NaN, finite, and not all zero.
- verifyValues(double[], double[], int, int, boolean) - Static method in class org.hipparchus.util.MathArrays
-
This method is used to verify that the begin and length parameters designate a subarray of positive length and the weights are all non-negative, non-NaN, finite, and not all zero.
- verifyValues(double[], int, int) - Static method in class org.hipparchus.util.MathArrays
-
This method is used to verify that the input parameters designate a subarray of positive length.
- verifyValues(double[], int, int, boolean) - Static method in class org.hipparchus.util.MathArrays
-
This method is used to verify that the input parameters designate a subarray of positive length.
- visit(int, double) - Method in interface org.hipparchus.linear.RealVectorChangingVisitor
-
Visit one entry of the vector.
- visit(int, double) - Method in interface org.hipparchus.linear.RealVectorPreservingVisitor
-
Visit one entry of the vector.
- visit(int, int, double) - Method in class org.hipparchus.linear.DefaultRealMatrixChangingVisitor
-
Visit one matrix entry.
- visit(int, int, double) - Method in class org.hipparchus.linear.DefaultRealMatrixPreservingVisitor
-
Visit one matrix entry.
- visit(int, int, double) - Method in interface org.hipparchus.linear.RealMatrixChangingVisitor
-
Visit one matrix entry.
- visit(int, int, double) - Method in interface org.hipparchus.linear.RealMatrixPreservingVisitor
-
Visit one matrix entry.
- visit(int, int, T) - Method in class org.hipparchus.linear.DefaultFieldMatrixChangingVisitor
-
Visit one matrix entry.
- visit(int, int, T) - Method in class org.hipparchus.linear.DefaultFieldMatrixPreservingVisitor
-
Visit one matrix entry.
- visit(int, int, T) - Method in interface org.hipparchus.linear.FieldMatrixChangingVisitor
-
Visit one matrix entry.
- visit(int, int, T) - Method in interface org.hipparchus.linear.FieldMatrixPreservingVisitor
-
Visit one matrix entry.
- visit(int, T) - Method in interface org.hipparchus.linear.FieldVectorChangingVisitor
-
Visit one entry of the vector.
- visit(int, T) - Method in interface org.hipparchus.linear.FieldVectorPreservingVisitor
-
Visit one entry of the vector.
W
- walkInColumnOrder(FieldMatrixChangingVisitor<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixChangingVisitor<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixChangingVisitor<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInDefaultOrder(FieldVectorChangingVisitor<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Visits (and possibly alters) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorChangingVisitor<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Visits (and possibly alters) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorChangingVisitor<T>, int, int) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Visits (and possibly alters) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorChangingVisitor<T>, int, int) - Method in class org.hipparchus.linear.SparseFieldVector
-
Visits (and possibly alters) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorPreservingVisitor<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Visits (but does not alter) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorPreservingVisitor<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Visits (but does not alter) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorPreservingVisitor<T>, int, int) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Visits (but does not alter) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorPreservingVisitor<T>, int, int) - Method in class org.hipparchus.linear.SparseFieldVector
-
Visits (but does not alter) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorChangingVisitor) - Method in class org.hipparchus.linear.ArrayRealVector
-
Visits (and possibly alters) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorChangingVisitor) - Method in class org.hipparchus.linear.RealVector
-
Visits (and possibly alters) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorChangingVisitor, int, int) - Method in class org.hipparchus.linear.ArrayRealVector
-
Visits (and possibly alters) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorChangingVisitor, int, int) - Method in class org.hipparchus.linear.RealVector
-
Visits (and possibly alters) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorPreservingVisitor) - Method in class org.hipparchus.linear.ArrayRealVector
-
Visits (but does not alter) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorPreservingVisitor) - Method in class org.hipparchus.linear.RealVector
-
Visits (but does not alter) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorPreservingVisitor, int, int) - Method in class org.hipparchus.linear.ArrayRealVector
-
Visits (but does not alter) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorPreservingVisitor, int, int) - Method in class org.hipparchus.linear.RealVector
-
Visits (but does not alter) some entries of this vector in default order (increasing index).
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldVectorChangingVisitor<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Visits (and possibly alters) all entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorChangingVisitor<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Visits (and possibly alters) all entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorChangingVisitor<T>, int, int) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Visits (and possibly change) some entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorChangingVisitor<T>, int, int) - Method in class org.hipparchus.linear.SparseFieldVector
-
Visits (and possibly change) some entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorPreservingVisitor<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Visits (but does not alter) all entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorPreservingVisitor<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Visits (but does not alter) all entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorPreservingVisitor<T>, int, int) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Visits (but does not alter) some entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorPreservingVisitor<T>, int, int) - Method in class org.hipparchus.linear.SparseFieldVector
-
Visits (but does not alter) some entries of this vector in optimized order.
- walkInOptimizedOrder(RealMatrixChangingVisitor) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixChangingVisitor) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixChangingVisitor) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixChangingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixChangingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixChangingVisitor, int, int, int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor, int, int, int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealVectorChangingVisitor) - Method in class org.hipparchus.linear.ArrayRealVector
-
Visits (and possibly alters) all entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorChangingVisitor) - Method in class org.hipparchus.linear.RealVector
-
Visits (and possibly alters) all entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorChangingVisitor, int, int) - Method in class org.hipparchus.linear.ArrayRealVector
-
Visits (and possibly change) some entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorChangingVisitor, int, int) - Method in class org.hipparchus.linear.RealVector
-
Visits (and possibly change) some entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorPreservingVisitor) - Method in class org.hipparchus.linear.ArrayRealVector
-
Visits (but does not alter) all entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorPreservingVisitor) - Method in class org.hipparchus.linear.RealVector
-
Visits (but does not alter) all entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorPreservingVisitor, int, int) - Method in class org.hipparchus.linear.ArrayRealVector
-
Visits (but does not alter) some entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorPreservingVisitor, int, int) - Method in class org.hipparchus.linear.RealVector
-
Visits (but does not alter) some entries of this vector in optimized order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Visit (but don't change) some matrix entries in row order.
- WeibullDistribution - Class in org.hipparchus.distribution.continuous
-
Implementation of the Weibull distribution.
- WeibullDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.WeibullDistribution
-
Create a Weibull distribution with the given shape and scale.
- WEIGHT_AT_LEAST_ONE_NON_ZERO - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
WEIGHT_AT_LEAST_ONE_NON_ZERO.
- Well1024a - Class in org.hipparchus.random
-
This class implements the WELL1024a pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well1024a() - Constructor for class org.hipparchus.random.Well1024a
-
Creates a new random number generator.
- Well1024a(int) - Constructor for class org.hipparchus.random.Well1024a
-
Creates a new random number generator using a single int seed.
- Well1024a(int[]) - Constructor for class org.hipparchus.random.Well1024a
-
Creates a new random number generator using an int array seed.
- Well1024a(long) - Constructor for class org.hipparchus.random.Well1024a
-
Creates a new random number generator using a single long seed.
- Well19937a - Class in org.hipparchus.random
-
This class implements the WELL19937a pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well19937a() - Constructor for class org.hipparchus.random.Well19937a
-
Creates a new random number generator.
- Well19937a(int) - Constructor for class org.hipparchus.random.Well19937a
-
Creates a new random number generator using a single int seed.
- Well19937a(int[]) - Constructor for class org.hipparchus.random.Well19937a
-
Creates a new random number generator using an int array seed.
- Well19937a(long) - Constructor for class org.hipparchus.random.Well19937a
-
Creates a new random number generator using a single long seed.
- Well19937c - Class in org.hipparchus.random
-
This class implements the WELL19937c pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well19937c() - Constructor for class org.hipparchus.random.Well19937c
-
Creates a new random number generator.
- Well19937c(int) - Constructor for class org.hipparchus.random.Well19937c
-
Creates a new random number generator using a single int seed.
- Well19937c(int[]) - Constructor for class org.hipparchus.random.Well19937c
-
Creates a new random number generator using an int array seed.
- Well19937c(long) - Constructor for class org.hipparchus.random.Well19937c
-
Creates a new random number generator using a single long seed.
- Well44497a - Class in org.hipparchus.random
-
This class implements the WELL44497a pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well44497a() - Constructor for class org.hipparchus.random.Well44497a
-
Creates a new random number generator.
- Well44497a(int) - Constructor for class org.hipparchus.random.Well44497a
-
Creates a new random number generator using a single int seed.
- Well44497a(int[]) - Constructor for class org.hipparchus.random.Well44497a
-
Creates a new random number generator using an int array seed.
- Well44497a(long) - Constructor for class org.hipparchus.random.Well44497a
-
Creates a new random number generator using a single long seed.
- Well44497b - Class in org.hipparchus.random
-
This class implements the WELL44497b pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well44497b() - Constructor for class org.hipparchus.random.Well44497b
-
Creates a new random number generator.
- Well44497b(int) - Constructor for class org.hipparchus.random.Well44497b
-
Creates a new random number generator using a single int seed.
- Well44497b(int[]) - Constructor for class org.hipparchus.random.Well44497b
-
Creates a new random number generator using an int array seed.
- Well44497b(long) - Constructor for class org.hipparchus.random.Well44497b
-
Creates a new random number generator using a single long seed.
- Well512a - Class in org.hipparchus.random
-
This class implements the WELL512a pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well512a() - Constructor for class org.hipparchus.random.Well512a
-
Creates a new random number generator.
- Well512a(int) - Constructor for class org.hipparchus.random.Well512a
-
Creates a new random number generator using a single int seed.
- Well512a(int[]) - Constructor for class org.hipparchus.random.Well512a
-
Creates a new random number generator using an int array seed.
- Well512a(long) - Constructor for class org.hipparchus.random.Well512a
-
Creates a new random number generator using a single long seed.
- WHOLE_FORMAT - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
WHOLE_FORMAT.
- withCache(int) - Method in class org.hipparchus.util.CombinatoricsUtils.FactorialLog
-
Creates an instance with the specified cache size.
- withCallback(Incrementor.MaxCountExceededCallback) - Method in class org.hipparchus.util.Incrementor
-
Creates a new instance with a given callback.
- withCount(int) - Method in class org.hipparchus.util.Incrementor
-
Creates a new instance and set the counter to the given value.
- withMaximalCount(int) - Method in class org.hipparchus.util.Incrementor
-
Creates a new instance with a given maximal count.
- withValue(double) - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Create a new object with new value (zeroth-order derivative, as passed as input) and same derivatives of order one and above.
- withValue(double) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Create a new object with new value (zeroth-order derivative, as passed as input) and same derivatives of order one and above.
- withValue(double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Create a new object with new value (zeroth-order derivative, as passed as input) and same derivatives of order one and above.
- withValue(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Create a new object with new value (zeroth-order derivative, as passed as input) and same derivatives of order one and above.
- withValue(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Create a new object with new value (zeroth-order derivative, as passed as input) and same derivatives of order one and above.
- withValue(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
- withValue(S) - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Create a new object with new value (zeroth-order derivative, as passed as input) and same derivatives of order one and above.
- withValue(T) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Create a new object with new value (zeroth-order derivative, as passed as input) and same derivatives of order one and above.
- withValue(T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Create a new object with new value (zeroth-order derivative, as passed as input) and same derivatives of order one and above.
- withValue(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Create a new object with new value (zeroth-order derivative, as passed as input) and same derivatives of order one and above.
- withValue(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Create a new object with new value (zeroth-order derivative, as passed as input) and same derivatives of order one and above.
- WRONG_NUMBER_OF_POINTS - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
WRONG_NUMBER_OF_POINTS.
Z
- ZERO - Static variable in class org.hipparchus.complex.Complex
-
A complex number representing "0.0 + 0.0i".
- ZERO - Static variable in class org.hipparchus.complex.Quaternion
-
Zero quaternion.
- ZERO - Static variable in class org.hipparchus.fraction.BigFraction
-
A fraction representing "0".
- ZERO - Static variable in class org.hipparchus.fraction.Fraction
-
A fraction representing "0".
- ZERO - Static variable in class org.hipparchus.util.BigReal
-
A big real representing 0.
- ZERO - Static variable in class org.hipparchus.util.Binary64
-
The constant value of
0d
as aBinary64
. - ZERO_DENOMINATOR - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ZERO_DENOMINATOR.
- ZERO_DENOMINATOR_IN_FRACTION - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ZERO_DENOMINATOR_IN_FRACTION.
- ZERO_FRACTION_TO_DIVIDE_BY - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ZERO_FRACTION_TO_DIVIDE_BY.
- ZERO_NORM - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ZERO_NORM.
- ZERO_NOT_ALLOWED - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ZERO_NOT_ALLOWED.
- ZERO_STATE_SIZE - Enum constant in enum org.hipparchus.exception.LocalizedCoreFormats
-
ZERO_STATE_SIZE.
- ZipfDistribution - Class in org.hipparchus.distribution.discrete
-
Implementation of the Zipf distribution.
- ZipfDistribution(int, double) - Constructor for class org.hipparchus.distribution.discrete.ZipfDistribution
-
Create a new Zipf distribution with the given number of elements and exponent.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form