- 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 - Class in org.hipparchus.analysis.function
-
Absolute value function.
- Abs() - Constructor for class org.hipparchus.analysis.function.Abs
-
- 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
-
- abs() - Method in class org.hipparchus.fraction.Fraction
-
Returns the absolute value of this fraction.
- abs() - Method in class org.hipparchus.util.Decimal64
-
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(float) - Static method in class org.hipparchus.util.FastMath
-
Absolute value.
- abs(double) - Static method in class org.hipparchus.util.FastMath
-
Absolute value.
- abs(T) - Static method in class org.hipparchus.util.FastMath
-
Absolute value.
- abs() - Method in class org.hipparchus.util.FieldTuple
-
absolute value.
- abs() - Method in class org.hipparchus.util.Tuple
-
absolute value.
- 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
-
- AbstractMultivariateRealDistribution - Class in org.hipparchus.distribution.multivariate
-
Base class for multivariate probability distributions.
- AbstractMultivariateRealDistribution(RandomGenerator, int) - Constructor for class org.hipparchus.distribution.multivariate.AbstractMultivariateRealDistribution
-
- 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(double) - Constructor for class org.hipparchus.distribution.continuous.AbstractRealDistribution
-
- AbstractRealDistribution() - Constructor for class org.hipparchus.distribution.continuous.AbstractRealDistribution
-
Create a real distribution with default solver absolute accuracy.
- 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
-
- 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.
- 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 class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Arc cosine operation.
- acos(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc cosine of a derivative structure.
- acos(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc cosine of a derivative structure.
- acos() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Arc cosine operation.
- Acos - Class in org.hipparchus.analysis.function
-
Arc-cosine function.
- Acos() - Constructor for class org.hipparchus.analysis.function.Acos
-
- acos() - Method in interface org.hipparchus.CalculusFieldElement
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.complex.Complex
-
- acos() - Method in class org.hipparchus.complex.FieldComplex
-
- acos() - Method in class org.hipparchus.dfp.Dfp
-
Arc cosine operation.
- acos(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the arc-cosine of the argument.
- acos() - Method in class org.hipparchus.util.Decimal64
-
Arc cosine operation.
- acos(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the arc cosine of a number.
- acos(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the arc cosine of a number.
- acos() - Method in class org.hipparchus.util.FieldTuple
-
Arc cosine operation.
- acos() - Method in class org.hipparchus.util.Tuple
-
Arc cosine operation.
- acosh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Inverse hyperbolic cosine operation.
- acosh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic cosine of a derivative structure.
- acosh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic cosine of a derivative structure.
- acosh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
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.Gradient
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Inverse hyperbolic cosine operation.
- Acosh - Class in org.hipparchus.analysis.function
-
Hyperbolic arc-cosine function.
- Acosh() - Constructor for class org.hipparchus.analysis.function.Acosh
-
- 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.Decimal64
-
Inverse hyperbolic cosine operation.
- acosh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic cosine of a number.
- acosh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic cosine of a number.
- acosh() - Method in class org.hipparchus.util.FieldTuple
-
Inverse hyperbolic cosine operation.
- acosh() - Method in class org.hipparchus.util.Tuple
-
Inverse hyperbolic cosine operation.
- add(double) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
'+' operator.
- add(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute this + a.
- add(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform addition of two derivative structures.
- add(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform addition of two derivative structures.
- add(T) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'+' operator.
- add(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'+' operator.
- add(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute this + a.
- add(T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'+' operator.
- add(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'+' operator.
- add(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute this + a.
- add(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'+' operator.
- add(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'+' operator.
- add(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute this + a.
- add(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'+' operator.
- add(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'+' operator.
- add(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute this + a.
- add(double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
'+' operator.
- 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(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
'+' operator.
- add(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
'+' operator.
- add(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute this + a.
- add(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
'+' operator.
- add(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute this + a.
- Add - Class in org.hipparchus.analysis.function
-
Add the two operands.
- Add() - Constructor for class org.hipparchus.analysis.function.Add
-
- add(UnivariateFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Adds functions.
- add(UnivariateDifferentiableFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Adds functions.
- add(double[], boolean) - Method in class org.hipparchus.analysis.interpolation.InterpolatingMicrosphere
-
Replace i
-th facet of the microsphere.
- 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(double) - Method in interface org.hipparchus.CalculusFieldElement
-
'+' operator.
- add(Complex) - Method in class org.hipparchus.complex.Complex
-
Returns a Complex
whose value is
(this + addend)
.
- add(double) - Method in class org.hipparchus.complex.Complex
-
Returns a Complex
whose value is (this + addend)
,
with addend
interpreted as a real number.
- add(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is
(this + addend)
.
- add(T) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is (this + addend)
,
with addend
interpreted as a real number.
- add(double) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is (this + addend)
,
with addend
interpreted as a real number.
- add(Quaternion, Quaternion) - Static method in class org.hipparchus.complex.Quaternion
-
Computes the sum of two quaternions.
- add(Quaternion) - Method in class org.hipparchus.complex.Quaternion
-
Computes the sum of the instance and another quaternion.
- add(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Add x to this.
- add(double) - Method in class org.hipparchus.dfp.Dfp
-
'+' operator.
- add(T) - Method in interface org.hipparchus.FieldElement
-
Compute this + a.
- 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(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(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(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(int) - Method in class org.hipparchus.fraction.Fraction
-
Add an integer to the fraction.
- add(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Compute the sum of this and m.
- add(RealMatrix) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the sum of this
and m
.
- 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
and m
.
- add(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute the sum of this
and v
.
- add(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute the sum of this
and v
.
- add(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Compute the sum of this vector and v
.
- add(FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Compute the sum of this and m.
- add(BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Compute the sum of this
and m
.
- add(RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the sum of this
and m
.
- 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
and m
.
- add(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Compute the sum of this and m.
- add(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Compute the sum of this
and v
.
- add(OpenMapRealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Compute the sum of this matrix and m
.
- add(RealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Compute the sum of this vector and v
.
- add(OpenMapRealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Optimized method to add two OpenMapRealVectors.
- add(RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the sum of this
and m
.
- 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(FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Compute the sum of this
and v
.
- add(BigReal) - Method in class org.hipparchus.util.BigReal
-
Compute this + a.
- add(Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Compute this + a.
- add(double) - Method in class org.hipparchus.util.Decimal64
-
'+' operator.
- add(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute this + a.
- add(double) - Method in class org.hipparchus.util.FieldTuple
-
'+' operator.
- add(Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute this + a.
- add(double) - Method in class org.hipparchus.util.Tuple
-
'+' operator.
- 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.
- addSamplePoint(T, T[]...) - Method in class org.hipparchus.analysis.interpolation.FieldHermiteInterpolator
-
Add a sample point.
- addSamplePoint(double, double[]...) - Method in class org.hipparchus.analysis.interpolation.HermiteInterpolator
-
Add a sample point.
- addToEntry(int, int, T) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Change an entry in the specified row and column.
- 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, T) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Change an entry in the specified row and column.
- 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, double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Change an entry at the specified index.
- addToEntry(int, int, T) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Change an entry in the specified row and column.
- 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, T) - Method in interface org.hipparchus.linear.FieldMatrix
-
Change an entry in the specified row and column.
- 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, double) - Method in class org.hipparchus.linear.RealVector
-
Change an entry at the specified index.
- addToEntry(int, int, T) - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Change an entry in the specified row and column.
- advance(RealVector.Entry) - Method in class org.hipparchus.linear.RealVector.SparseEntryIterator
-
Advance an entry up to the next nonzero one.
- advance() - Method in class org.hipparchus.util.OpenIntToDoubleHashMap.Iterator
-
Advance iterator one step further.
- advance() - Method in class org.hipparchus.util.OpenIntToFieldHashMap.Iterator
-
Advance iterator one step further.
- 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
-
- 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.
- AnyMatrix - Interface in org.hipparchus.linear
-
Interface defining very basic matrix operations.
- append(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector by appending a vector to this vector.
- append(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
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(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Construct a new 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(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Construct a new vector by appending a double to this vector.
- append(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Construct a vector by appending a vector to this vector.
- append(T) - Method in interface org.hipparchus.linear.FieldVector
-
Construct a vector by appending a T 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.OpenMapRealVector
-
Construct a new vector by appending a vector to this vector.
- append(double) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Construct a new vector by appending a double to this vector.
- append(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Construct a new vector by appending a vector to this vector.
- append(double) - Method in class org.hipparchus.linear.RealVector
-
Construct a new vector by appending a double to this vector.
- append(SparseFieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
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(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Construct a vector by appending a T to this vector.
- arccd(T) - 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.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.
- arccn(T) - 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.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.
- arccs(T) - 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.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.
- arcdc(T) - 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.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.
- arcdn(T) - 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.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.
- arcds(T) - 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.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.
- arcnc(T) - 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.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.
- arcnd(T) - 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.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.
- arcns(T) - 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.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.
- arcsc(T) - 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.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.
- arcsd(T) - 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.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.
- arcsn(T) - 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.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.
- ArithmeticUtils - Class in org.hipparchus.util
-
Some useful, arithmetics related, additions to the built-in functions in
Math
.
- Array2DRowFieldMatrix<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
Implementation of FieldMatrix
using a FieldElement
[][] 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(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[][]) - 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.
- 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>
using v
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 (column) FieldMatrix<T>
using v
as the
data for the unique column of the created matrix.
- Array2DRowRealMatrix - Class in org.hipparchus.linear
-
Implementation of
RealMatrix
using a
double[][]
array to
store entries.
- Array2DRowRealMatrix() - Constructor for class org.hipparchus.linear.Array2DRowRealMatrix
-
Creates a matrix with no data
- Array2DRowRealMatrix(int, int) - Constructor for class org.hipparchus.linear.Array2DRowRealMatrix
-
Create a new RealMatrix with the supplied row and column dimensions.
- 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(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.
- ArrayFieldVector<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
- 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(int, T) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector with preset values.
- ArrayFieldVector(T[]) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector from an array, copying the input array.
- ArrayFieldVector(Field<T>, 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(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(T[], int, int) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector from part of a array.
- ArrayFieldVector(Field<T>, T[], int, int) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector from part of a array.
- ArrayFieldVector(FieldVector<T>) - Constructor for class org.hipparchus.linear.ArrayFieldVector
-
Construct a vector from another vector, using a deep copy.
- 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>, 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[], 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.
- ArrayFieldVector(Field<T>, 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(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, 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[], int, int) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector from part of a array.
- 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(RealVector) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector from another vector, using a deep copy.
- 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, 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, ArrayRealVector) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(ArrayRealVector, double[]) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(double[], ArrayRealVector) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(double[], double[]) - Constructor for class org.hipparchus.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- asin() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Arc sine operation.
- asin(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc sine of a derivative structure.
- asin(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc sine of a derivative structure.
- asin() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Arc sine operation.
- asin() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Arc sine operation.
- asin() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Arc sine operation.
- asin() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Arc sine operation.
- asin() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Arc sine operation.
- asin() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Arc sine operation.
- asin() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Arc sine operation.
- asin() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Arc sine operation.
- Asin - Class in org.hipparchus.analysis.function
-
Arc-sine function.
- Asin() - Constructor for class org.hipparchus.analysis.function.Asin
-
- asin() - Method in interface org.hipparchus.CalculusFieldElement
-
Arc sine operation.
- asin() - Method in class org.hipparchus.complex.Complex
-
- asin() - Method in class org.hipparchus.complex.FieldComplex
-
- asin() - Method in class org.hipparchus.dfp.Dfp
-
Arc sine operation.
- asin(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the arc-sine of the argument.
- asin() - Method in class org.hipparchus.util.Decimal64
-
Arc sine operation.
- asin(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the arc sine of a number.
- asin(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the arc sine of a number.
- asin() - Method in class org.hipparchus.util.FieldTuple
-
Arc sine operation.
- asin() - Method in class org.hipparchus.util.Tuple
-
Arc sine operation.
- asinh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Inverse hyperbolic sine operation.
- asinh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic sine of a derivative structure.
- asinh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic sine of a derivative structure.
- asinh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
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.Gradient
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Inverse hyperbolic sine operation.
- Asinh - Class in org.hipparchus.analysis.function
-
Hyperbolic arc-sine function.
- Asinh() - Constructor for class org.hipparchus.analysis.function.Asinh
-
- 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.Decimal64
-
Inverse hyperbolic sine operation.
- asinh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic sine of a number.
- asinh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic sine of a number.
- asinh() - Method in class org.hipparchus.util.FieldTuple
-
Inverse hyperbolic sine operation.
- asinh() - Method in class org.hipparchus.util.Tuple
-
Inverse hyperbolic sine operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Arc tangent operation.
- atan(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc tangent of a derivative structure.
- atan(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute arc tangent of a derivative structure.
- atan() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Arc tangent operation.
- Atan - Class in org.hipparchus.analysis.function
-
Arc-tangent function.
- Atan() - Constructor for class org.hipparchus.analysis.function.Atan
-
- atan() - Method in interface org.hipparchus.CalculusFieldElement
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.complex.Complex
-
- atan() - Method in class org.hipparchus.complex.FieldComplex
-
- atan() - Method in class org.hipparchus.dfp.Dfp
-
Arc tangent operation.
- 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() - Method in class org.hipparchus.util.Decimal64
-
Arc tangent operation.
- atan(double) - Static method in class org.hipparchus.util.FastMath
-
Arctangent function
- atan(T) - Static method in class org.hipparchus.util.FastMath
-
Arctangent function
- atan() - Method in class org.hipparchus.util.FieldTuple
-
Arc tangent operation.
- atan() - Method in class org.hipparchus.util.Tuple
-
Arc tangent operation.
- 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(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute two arguments arc tangent of a derivative structure.
- 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(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 - Class in org.hipparchus.analysis.function
-
Arc-tangent function.
- Atan2() - Constructor for class org.hipparchus.analysis.function.Atan2
-
- atan2(T) - Method in interface org.hipparchus.CalculusFieldElement
-
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(Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Two arguments arc tangent operation.
- atan2(double, double) - Static method in class org.hipparchus.util.FastMath
-
Two arguments arctangent function
- atan2(T, T) - Static method in class org.hipparchus.util.FastMath
-
Two arguments arctangent function
- 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.
- atanh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Inverse hyperbolic tangent operation.
- atanh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic tangent of a derivative structure.
- atanh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic tangent of a derivative structure.
- atanh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
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.Gradient
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Inverse hyperbolic tangent operation.
- Atanh - Class in org.hipparchus.analysis.function
-
Hyperbolic arc-tangent function.
- Atanh() - Constructor for class org.hipparchus.analysis.function.Atanh
-
- 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.Decimal64
-
Inverse hyperbolic tangent operation.
- atanh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic tangent of a number.
- atanh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the inverse hyperbolic tangent of a number.
- atanh() - Method in class org.hipparchus.util.FieldTuple
-
Inverse hyperbolic tangent operation.
- atanh() - Method in class org.hipparchus.util.Tuple
-
Inverse hyperbolic tangent operation.
- atanInternal(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the arc-tangent of the argument.
- calculateNumericalMean() - Method in class org.hipparchus.distribution.discrete.ZipfDistribution
-
- 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, ...).
- 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.
- 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 class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Cubic root.
- cbrt() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Cubic root.
- cbrt() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Cubic root.
- cbrt() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Cubic root.
- cbrt() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Cubic root.
- cbrt() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Cubic root.
- cbrt() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Cubic root.
- cbrt() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Cubic root.
- cbrt() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Cubic root.
- Cbrt - Class in org.hipparchus.analysis.function
-
Cube root function.
- Cbrt() - Constructor for class org.hipparchus.analysis.function.Cbrt
-
- 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.dfp.Dfp
-
Cubic root.
- cbrt() - Method in class org.hipparchus.util.Decimal64
-
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() - Method in class org.hipparchus.util.FieldTuple
-
Cubic root.
- cbrt() - Method in class org.hipparchus.util.Tuple
-
Cubic root.
- 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 class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Get the smallest whole number larger than instance.
- ceil() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get the smallest whole number larger than instance.
- Ceil - Class in org.hipparchus.analysis.function
-
ceil
function.
- Ceil() - Constructor for class org.hipparchus.analysis.function.Ceil
-
- 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.Decimal64
-
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() - 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.
- checkAdditionCompatible(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Check if a matrix is addition compatible with the instance.
- checkAdditionCompatible(AnyMatrix, AnyMatrix) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if matrices are addition compatible.
- 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.
- 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[], boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEqualLength(double[], double[]) - 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.
- checkEqualLength(T[], T[]) - 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(int[], int[]) - 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.
- checkMatrixIndex(AnyMatrix, int, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if matrix indices are valid.
- checkMultiplicationCompatible(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Check if a matrix is multiplication compatible with the instance.
- checkMultiplicationCompatible(AnyMatrix, AnyMatrix) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if matrices are multiplication compatible
- 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, Localizable, Object...) - Static method in class org.hipparchus.util.MathUtils
-
Checks that an object is not null.
- checkNotNull(Object) - Static method in class org.hipparchus.util.MathUtils
-
Checks that an object is not null.
- checkOrder(double[], MathArrays.OrderDirection, boolean, boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that the given array is sorted.
- checkOrder(double[], MathArrays.OrderDirection, boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that the given array is sorted.
- checkOrder(double[]) - Static method in class org.hipparchus.util.MathArrays
-
Check that the given array is sorted in strictly increasing order.
- checkOrder(T[], MathArrays.OrderDirection, boolean, boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that the given array is sorted.
- checkOrder(T[], MathArrays.OrderDirection, 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.
- checkParameters(RealLinearOperator, RealVector, RealVector) - Static method in class org.hipparchus.linear.IterativeLinearSolver
-
Performs all dimension checks on the parameters of
solve
and
solveInPlace
,
and throws an exception if one of the checks fails.
- checkParameters(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Static method in class org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Performs all dimension checks on the parameters of
solve
and
solveInPlace
,
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(long, long, long) - Static method in class org.hipparchus.util.MathUtils
-
Checks that the given value is strictly within the range [lo, hi].
- checkRangeInclusive(double, double, double) - 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, int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Check if submatrix ranges indices are valid.
- checkSubMatrixIndex(int[], int[]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
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.
- checkSubMatrixIndex(AnyMatrix, int[], int[]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if submatrix ranges indices are valid.
- checkSubtractionCompatible(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Check if a matrix is subtraction compatible with the instance.
- checkSubtractionCompatible(AnyMatrix, AnyMatrix) - Static method in class org.hipparchus.linear.MatrixUtils
-
Check if matrices are subtraction compatible
- checkSymmetric(RealMatrix, double) - Static method in class org.hipparchus.linear.MatrixUtils
-
Checks whether a matrix is symmetric.
- checkVectorDimensions(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Check if instance and specified vectors have the same dimension.
- checkVectorDimensions(int) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Check if instance and specified vectors have the same dimension.
- checkVectorDimensions(int) - Method in class org.hipparchus.linear.ArrayRealVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Check if instance and specified vectors have the same dimension.
- 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.
- 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.
- 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.
- 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, UnivariateFunction, double) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Returns a MultivariateFunction h(x[]) defined by
- collector(BivariateFunction, double) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Returns a MultivariateFunction h(x[]) defined by
- Combinations - Class in org.hipparchus.util
-
Utility to create combinations (n, k)
of k
elements
in a set of n
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(BivariateFunction, UnivariateFunction, UnivariateFunction) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Returns the univariate function
h(x) = combiner(f(x), g(x)).
- combine(double, double, RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Returns a new vector representing a * this + b * y
, the linear
combination of this
and y
.
- combine(double, double, RealVector) - Method in class org.hipparchus.linear.RealVector
-
Returns a new vector representing a * this + b * y
, the linear
combination of this
and y
.
- combineToSelf(double, double, RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Updates this
with the linear combination of this
and
y
.
- combineToSelf(double, double, RealVector) - Method in class org.hipparchus.linear.RealVector
-
Updates this
with the linear combination of this
and
y
.
- 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(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(Decimal64) - Method in class org.hipparchus.util.Decimal64
-
The current implementation returns the same value as
new Double(this.doubleValue()).compareTo(new
Double(o.doubleValue()))
- 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.
- 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.
- ComplexComparator - Class in org.hipparchus.complex
-
Comparator for Complex Numbers.
- ComplexComparator() - Constructor for class org.hipparchus.complex.ComplexComparator
-
- 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(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.
- 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.
- 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[], int, double[], double[], 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[], int, double[], T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute composition of a derivative structure by a function.
- compose(T...) - 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.FieldDerivativeStructure
-
Compute composition of the instance by a univariate 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.
- 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(UnivariateFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Composes functions.
- compose(UnivariateDifferentiableFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Composes functions.
- 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(T) - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Compute the objective function value.
- 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.
- 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
-
- ConjugateGradient(int, double, boolean) - Constructor for class org.hipparchus.linear.ConjugateGradient
-
- ConjugateGradient(IterationManager, double, boolean) - Constructor for class org.hipparchus.linear.ConjugateGradient
-
- constant(double) - Method in class org.hipparchus.analysis.differentiation.DSFactory
-
- constant(double) - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
- constant(T) - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
- constant(int, T) - Static method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Build an instance corresponding to a constant value.
- constant(int, double) - Static method in class org.hipparchus.analysis.differentiation.Gradient
-
Build an instance corresponding to a constant value.
- Constant - Class in org.hipparchus.analysis.function
-
Constant function.
- Constant(double) - Constructor for class org.hipparchus.analysis.function.Constant
-
- 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.
- containsKey(int) - Method in class org.hipparchus.util.OpenIntToDoubleHashMap
-
Check if a value is associated with a key.
- containsKey(int) - Method in class org.hipparchus.util.OpenIntToFieldHashMap
-
Check if a value is associated with a key.
- 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.
- 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
-
- 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(DerivativeStructure) - 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.DerivativeStructure
-
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(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
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(T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
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(double) - 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(FieldUnivariateDerivative1<T>) - 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.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(FieldUnivariateDerivative2<T>) - 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.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(double) - 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(double) - 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(double) - 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(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
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(double) - Method in interface org.hipparchus.CalculusFieldElement
-
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(double) - 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(double) - Method in class org.hipparchus.complex.FieldComplex
-
Returns the instance with the sign of the argument.
- 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(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
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(Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class org.hipparchus.util.Decimal64
-
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(T, T) - Static method in class org.hipparchus.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySign(T, double) - Static method in class org.hipparchus.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySign(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
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(byte, byte) - 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(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(Tuple) - Method in class org.hipparchus.util.Tuple
-
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.
- copySubMatrix(int, int, int, int, T[][]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], T[][]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, double[][]) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], double[][]) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, T[][]) - Method in interface org.hipparchus.linear.FieldMatrix
-
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 interface org.hipparchus.linear.RealMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], double[][]) - Method in interface org.hipparchus.linear.RealMatrix
-
Copy a submatrix.
- CorrelatedRandomVectorGenerator - Class in org.hipparchus.random
-
- 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 class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Cosine operation.
- cos(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute cosine of a derivative structure.
- cos(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute cosine of a derivative structure.
- cos() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Cosine operation.
- cos() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Cosine operation.
- cos() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Cosine operation.
- cos() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Cosine operation.
- cos() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Cosine operation.
- cos() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Cosine operation.
- cos() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Cosine operation.
- cos() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Cosine operation.
- Cos - Class in org.hipparchus.analysis.function
-
Cosine function.
- Cos() - Constructor for class org.hipparchus.analysis.function.Cos
-
- 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(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the cosine of the argument.
- cos() - Method in class org.hipparchus.util.Decimal64
-
Cosine operation.
- cos(double) - Static method in class org.hipparchus.util.FastMath
-
Cosine function.
- cos(T) - Static method in class org.hipparchus.util.FastMath
-
Cosine function.
- 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.
- cosAngle(double[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Calculates the cosine of the angle between two vectors.
- cosh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Hyperbolic cosine operation.
- cosh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic cosine of a derivative structure.
- cosh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic cosine of a derivative structure.
- cosh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Hyperbolic cosine operation.
- Cosh - Class in org.hipparchus.analysis.function
-
Hyperbolic cosine function.
- Cosh() - Constructor for class org.hipparchus.analysis.function.Cosh
-
- cosh() - Method in interface org.hipparchus.CalculusFieldElement
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.complex.Complex
-
- cosh() - Method in class org.hipparchus.complex.FieldComplex
-
- cosh() - Method in class org.hipparchus.dfp.Dfp
-
Hyperbolic cosine operation.
- cosh() - Method in class org.hipparchus.util.Decimal64
-
Hyperbolic cosine operation.
- cosh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic cosine of a number.
- cosh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic cosine of a number.
- 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.
- 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(RealLinearOperator) - Static method in class org.hipparchus.linear.JacobiPreconditioner
-
Creates a new instance of this class.
- 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
-
- createBlocksLayout(Field<T>, int, int) - Static method in class org.hipparchus.linear.BlockFieldMatrix
-
Create a data array in blocks layout.
- createBlocksLayout(int, int) - Static method in class org.hipparchus.linear.BlockRealMatrix
-
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
-
- 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(T[]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Creates a
FieldVector
using the data from the input array.
- createFieldVector(Field<T>, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
- 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(int, int) - Static method in class org.hipparchus.linear.MatrixUtils
-
- createRealMatrix(double[][]) - Static method in class org.hipparchus.linear.MatrixUtils
-
Returns a
RealMatrix
whose entries are the the values in the
the input array.
- 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
-
- 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.
- 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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(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 returns P(X <= x)
.
- 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.
- Decimal64 - Class in org.hipparchus.util
-
This class wraps a double
value in an object.
- Decimal64(double) - Constructor for class org.hipparchus.util.Decimal64
-
Creates a new instance of this class.
- Decimal64Field - Class in org.hipparchus.util
-
The field of double precision floating-point numbers.
- decompose(RealMatrix) - Method in class org.hipparchus.linear.CholeskyDecomposer
-
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.
- 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(double[][]) - Method in class org.hipparchus.linear.QRDecomposition
-
Decompose matrix.
- decompose(double[][]) - Method in class org.hipparchus.linear.RRQRDecomposition
-
Decompose matrix.
- decompose(RealMatrix) - Method in class org.hipparchus.linear.SingularValueDecomposer
-
Get a solver for finding the A × X = B solution in least square sense.
- DecompositionSolver - Interface in org.hipparchus.linear
-
Interface handling decomposition algorithms that can solve A × X = B.
- 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_BANDWIDTH - Static variable in class org.hipparchus.analysis.interpolation.LoessInterpolator
-
Default value of the bandwidth parameter.
- 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_AV_VD_CHECK - Static variable in class org.hipparchus.linear.ComplexEigenDecomposition
-
Internally used epsilon criteria for final AV=VD check.
- 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
-
- DEFAULT_HIGH_EXP - Static variable in class org.hipparchus.util.RyuDouble
-
Default high switch level to scientific notation.
- 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
-
- DefaultFieldMatrixChangingVisitor(T) - Constructor for class org.hipparchus.linear.DefaultFieldMatrixChangingVisitor
-
Build a new instance.
- DefaultFieldMatrixPreservingVisitor<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
- DefaultFieldMatrixPreservingVisitor(T) - Constructor for class org.hipparchus.linear.DefaultFieldMatrixPreservingVisitor
-
Build a new instance.
- DefaultIterativeLinearSolverEvent - Class in org.hipparchus.linear
-
- DefaultIterativeLinearSolverEvent(Object, int, RealVector, RealVector, RealVector, double) - Constructor for class org.hipparchus.linear.DefaultIterativeLinearSolverEvent
-
Creates a new instance of this class.
- DefaultIterativeLinearSolverEvent(Object, int, RealVector, RealVector, double) - Constructor for class org.hipparchus.linear.DefaultIterativeLinearSolverEvent
-
Creates a new instance of this class.
- DefaultRealMatrixChangingVisitor - Class in org.hipparchus.linear
-
- DefaultRealMatrixChangingVisitor() - Constructor for class org.hipparchus.linear.DefaultRealMatrixChangingVisitor
-
- DefaultRealMatrixPreservingVisitor - Class in org.hipparchus.linear
-
- DefaultRealMatrixPreservingVisitor() - Constructor for class org.hipparchus.linear.DefaultRealMatrixPreservingVisitor
-
- 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.
- delegate() - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns the backing delegate instance that methods are forwarded to.
- 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 returns P(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 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
.
- density(double) - Method in interface org.hipparchus.distribution.RealDistribution
-
Returns the probability density function (PDF) of this distribution
evaluated at the specified point x
.
- DependentVectorsHandler - Enum in org.hipparchus.linear
-
- Derivative<T extends CalculusFieldElement<T>> - Interface in org.hipparchus.analysis.differentiation
-
Interface representing both the value and the differentials of a function.
- derivative(UnivariateDifferentiableFunction, int) - Static method in class org.hipparchus.analysis.FunctionUtils
-
- derivative(MultivariateDifferentiableFunction, int[]) - Static method in class org.hipparchus.analysis.FunctionUtils
-
- derivatives(T, int) - Method in class org.hipparchus.analysis.interpolation.FieldHermiteInterpolator
-
Interpolate value and first derivatives at a specified abscissa.
- derivatives(double, int) - Method in class org.hipparchus.analysis.interpolation.HermiteInterpolator
-
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.
- deserializeRealMatrix(Object, String, ObjectInputStream) - Static method in class org.hipparchus.linear.MatrixUtils
-
- deserializeRealVector(Object, String, ObjectInputStream) - Static method in class org.hipparchus.linear.MatrixUtils
-
- Dfp - Class in org.hipparchus.dfp
-
Decimal floating point library for Java
- 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, 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, double) - Constructor for class org.hipparchus.dfp.Dfp
-
Create an instance from a double value.
- Dfp(Dfp) - Constructor for class org.hipparchus.dfp.Dfp
-
Copy constructor.
- Dfp(DfpField, String) - Constructor for class org.hipparchus.dfp.Dfp
-
Create an instance from a String representation.
- Dfp(DfpField, byte, byte) - Constructor for class org.hipparchus.dfp.Dfp
-
Creates an instance with a non-finite value.
- 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(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, 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, double) - Constructor for class org.hipparchus.dfp.DfpDec
-
Create an instance from a double value.
- DfpDec(Dfp) - Constructor for class org.hipparchus.dfp.DfpDec
-
Copy constructor.
- DfpDec(DfpField, String) - Constructor for class org.hipparchus.dfp.DfpDec
-
Create an instance from a String representation.
- DfpDec(DfpField, byte, byte) - Constructor for class org.hipparchus.dfp.DfpDec
-
Creates an instance with a non-finite value.
- 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(int) - Constructor for class org.hipparchus.linear.DiagonalMatrix
-
Creates a matrix with the supplied dimension.
- 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.
- 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.
- differentiate(UnivariateFunction) - Method in class org.hipparchus.analysis.differentiation.FiniteDifferencesDifferentiator
-
- differentiate(UnivariateVectorFunction) - Method in class org.hipparchus.analysis.differentiation.FiniteDifferencesDifferentiator
-
- differentiate(UnivariateMatrixFunction) - Method in class org.hipparchus.analysis.differentiation.FiniteDifferencesDifferentiator
-
- differentiate(UnivariateFunction) - Method in interface org.hipparchus.analysis.differentiation.UnivariateFunctionDifferentiator
-
- differentiate(UnivariateMatrixFunction) - Method in interface org.hipparchus.analysis.differentiation.UnivariateMatrixFunctionDifferentiator
-
- differentiate(UnivariateVectorFunction) - Method in interface org.hipparchus.analysis.differentiation.UnivariateVectorFunctionDifferentiator
-
- differentiate(T[]) - Static method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Returns the coefficients of the derivative of the polynomial with the given coefficients.
- differentiate(double[]) - Static method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
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.
- 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.
- 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.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
'÷' operator.
- divide(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute this ÷ a.
- divide(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform division of two derivative structures.
- divide(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform division of two derivative structures.
- divide(T) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'÷' operator.
- divide(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute this ÷ a.
- divide(T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'÷' operator.
- divide(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute this ÷ a.
- divide(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'÷' operator.
- divide(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute this ÷ a.
- divide(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'÷' operator.
- divide(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute this ÷ a.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
'÷' operator.
- 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(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
'÷' operator.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
'÷' operator.
- divide(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute this ÷ a.
- divide(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
'÷' operator.
- divide(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute this ÷ a.
- Divide - Class in org.hipparchus.analysis.function
-
Divide the first operand by the second.
- Divide() - Constructor for class org.hipparchus.analysis.function.Divide
-
- divide(double) - Method in interface org.hipparchus.CalculusFieldElement
-
'÷' operator.
- divide(Complex) - Method in class org.hipparchus.complex.Complex
-
Returns a Complex
whose value is
(this / divisor)
.
- divide(double) - Method in class org.hipparchus.complex.Complex
-
Returns a Complex
whose value is (this / divisor)
,
with divisor
interpreted as a real number.
- divide(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is
(this / divisor)
.
- divide(T) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is (this / divisor)
,
with divisor
interpreted as a real number.
- divide(double) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is (this / divisor)
,
with divisor
interpreted as a real number.
- divide(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Divide this by divisor.
- divide(int) - Method in class org.hipparchus.dfp.Dfp
-
Divide by a single digit less than radix.
- divide(double) - Method in class org.hipparchus.dfp.Dfp
-
'÷' operator.
- divide(T) - Method in interface org.hipparchus.FieldElement
-
Compute this ÷ a.
- divide(BigInteger) - Method in class org.hipparchus.fraction.BigFraction
-
Divide the value of this fraction by the passed BigInteger
,
ie this * 1 / bg
, returning the result in reduced form.
- divide(int) - Method in class org.hipparchus.fraction.BigFraction
-
Divide the value of this fraction by the passed int
, ie
this * 1 / i
, returning the result in reduced form.
- divide(long) - Method in class org.hipparchus.fraction.BigFraction
-
Divide the value of this fraction by the passed long
, ie
this * 1 / l
, returning the result in reduced form.
- 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(int) - Method in class org.hipparchus.fraction.Fraction
-
Divide the fraction by an integer.
- divide(BigReal) - Method in class org.hipparchus.util.BigReal
-
Compute this ÷ a.
- divide(Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Compute this ÷ a.
- divide(double) - Method in class org.hipparchus.util.Decimal64
-
'÷' operator.
- divide(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute this ÷ a.
- divide(double) - Method in class org.hipparchus.util.FieldTuple
-
'÷' operator.
- divide(Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute this ÷ a.
- divide(double) - Method in class org.hipparchus.util.Tuple
-
'÷' operator.
- DividedDifferenceInterpolator - Class in org.hipparchus.analysis.interpolation
-
- DividedDifferenceInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.DividedDifferenceInterpolator
-
- 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.
- 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.
- 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, Quaternion) - Static method in class org.hipparchus.complex.Quaternion
-
Computes the dot-product of two quaternions.
- dotProduct(Quaternion) - Method in class org.hipparchus.complex.Quaternion
-
Computes the dot-product of the instance by a quaternion.
- dotProduct(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute the dot product.
- dotProduct(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute the dot product.
- dotProduct(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Compute the dot product of this vector with v
.
- dotProduct(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Compute the dot product.
- dotProduct(RealVector) - Method in class org.hipparchus.linear.RealVector
-
Compute the dot product of this vector with v
.
- dotProduct(FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Compute the dot product.
- 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.Decimal64
- 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
-
- 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.
- 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
-
- gamma(double) - Static method in class org.hipparchus.special.Gamma
-
Returns the value of Γ(x).
- 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(double, double, double) - Constructor for class org.hipparchus.analysis.function.Gaussian
-
Gaussian with given normalization factor, mean and standard deviation.
- Gaussian(double, double) - Constructor for class org.hipparchus.analysis.function.Gaussian
-
Normalized gaussian with given mean and standard deviation.
- Gaussian() - Constructor for class org.hipparchus.analysis.function.Gaussian
-
Normalized gaussian with zero mean and unit 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
and weights
.
- 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
-
- 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.
- 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.
- 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.
- 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.
- getBeta() - Method in class org.hipparchus.distribution.continuous.BetaDistribution
-
Access the second shape parameter, beta
.
- 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.
- 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
-
- 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(int, int) - Static method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Get the compiler for number of free parameters and order.
- 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.
- getComplexFormat() - Static method in class org.hipparchus.complex.ComplexFormat
-
Returns the default complex format for the current locale.
- getComplexFormat(Locale) - Static method in class org.hipparchus.complex.ComplexFormat
-
Returns the default complex format for the given locale.
- getComplexFormat(String, 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(int...) - Method in class org.hipparchus.util.MultidimensionalCounter
-
Convert to unidimensional counter.
- 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.
- getCounts(int) - Method in class org.hipparchus.util.MultidimensionalCounter
-
Convert to multidimensional counter.
- getCounts() - Method in class org.hipparchus.util.MultidimensionalCounter.Iterator
-
Get the current multidimensional counter slots.
- 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.
- getD() - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Getter D.
- getD() - Method in class org.hipparchus.linear.EigenDecomposition
-
Gets the block 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.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.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.
- 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
-
- getDerivativeField() - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
- 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.EigenDecomposition
-
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(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Distance between two vectors.
- getDistance(OpenMapRealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Optimized method to compute distance.
- 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.
- getEigenvalues() - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Getter of the eigen values.
- getEigenvector(int) - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Getter of the eigen vectors.
- getEigenvector(int) - Method in class org.hipparchus.linear.EigenDecomposition
-
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, 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) - 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, 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) - Method in interface org.hipparchus.linear.FieldVector
-
Returns the entry in the specified index.
- getEntry(int, int) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Get the entry in the specified row and column.
- getEntry(int) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Return the entry at the specified index.
- getEntry(int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Get the entry in the specified row and column.
- getEntry(int) - Method in class org.hipparchus.linear.RealVector
-
Return the entry at the specified index.
- getEntry(int, int) - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Returns the entry in the specified row and column.
- getEntry(int) - Method in class org.hipparchus.linear.SparseFieldVector
-
Returns the entry in the specified index.
- getEpsilon() - Method in class org.hipparchus.linear.EigenDecomposition
-
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 class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Return the exponent of the instance value, removing the bias.
- getExponent() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Return the exponent of the instance value, removing the bias.
- getExponent() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Return the exponent of the instance, removing the bias.
- getExponent() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Return the exponent of the instance, removing the bias.
- getExponent() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Return the exponent of the instance, removing the bias.
- getExponent() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Return the exponent of the instance, removing the bias.
- getExponent() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Return the exponent of the instance, removing the bias.
- getExponent() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
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(Field<T>, int) - Static method in class org.hipparchus.analysis.differentiation.FieldGradientField
-
Get the field for number of free parameters.
- 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(int) - Static method in class org.hipparchus.analysis.differentiation.GradientField
-
Get the field for number of free parameters.
- 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(Field<T>) - Static method in class org.hipparchus.complex.FieldComplexField
-
Get the field for complex numbers.
- 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.Decimal64
-
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.
- 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 interface org.hipparchus.analysis.differentiation.Derivative
-
Get the number of free parameters.
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
- getFreeParameters() - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Get the number of free parameters.
- getFreeParameters() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
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.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.UnivariateDerivative
-
Get the number of free parameters.
- getFrobeniusNorm() - Method in class org.hipparchus.linear.AbstractRealMatrix
-
- getFrobeniusNorm() - Method in class org.hipparchus.linear.BlockRealMatrix
-
- getFrobeniusNorm() - Method in interface org.hipparchus.linear.RealMatrix
-
- 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.
- 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.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.
- getImagEigenvalue(int) - Method in class org.hipparchus.linear.EigenDecomposition
-
Gets the imaginary part of the ith eigenvalue of the original
matrix.
- getImagEigenvalues() - Method in class org.hipparchus.linear.EigenDecomposition
-
Gets a copy of the imaginary parts of the eigenvalues of the original
matrix.
- 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
-th n
-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(Locale) - Static method in class org.hipparchus.fraction.BigFractionFormat
-
Returns the default complex format for the given 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.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.
- 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.Decimal64Field
-
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
-
- 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.
- getL1Distance(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Distance between two vectors.
- getL1Distance(OpenMapRealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
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
-
- getLeftValue() - Method in class org.hipparchus.analysis.solvers.BracketedUnivariateSolver.Interval
-
- 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.
- 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
-
- getMax() - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
- getMax() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
- getMaxEvaluations() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Get the maximum number of function evaluations.
- getMaxEvaluations() - Method in interface org.hipparchus.analysis.solvers.BaseUnivariateSolver
-
Get the maximum number of function evaluations.
- 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(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() - Method in exception org.hipparchus.exception.MathRuntimeException
- getMessage(Locale) - Method in exception org.hipparchus.exception.NullArgumentException
-
Gets the message in a specified locale.
- getMessage() - Method in exception org.hipparchus.exception.NullArgumentException
- getMin() - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
- getMin() - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
- getMin() - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
- 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.
- 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".
- 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
-
- getNextIndex() - Method in class org.hipparchus.random.SobolSequenceGenerator
-
- 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
-
- getNorm1() - Method in interface org.hipparchus.linear.RealMatrix
-
- getNormInfty() - Method in class org.hipparchus.linear.BlockRealMatrix
-
- getNormInfty() - Method in interface org.hipparchus.linear.RealMatrix
-
- 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
-
- getNumberOfPoints() - Method in class org.hipparchus.analysis.integration.gauss.GaussIntegrator
-
- 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.
- 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
-
- 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(Field<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Get a complex number representing "1.0 + 0.0i".
- 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.Decimal64Field
-
Get the multiplicative identity of the field.
- getOrder() - Method in interface org.hipparchus.analysis.differentiation.Derivative
-
Get the derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
- getOrder() - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Get the derivation order.
- getOrder() - Method in interface org.hipparchus.analysis.differentiation.FieldDerivative
-
Get the derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
- getOrder() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get the derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get the derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Get the derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Get the derivation order.
- getOrder() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get the derivation order.
- getP() - Method in class org.hipparchus.linear.FieldLUDecomposition
-
Returns the P rows permutation matrix.
- 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.
- 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.FieldGradient
-
Get the partial derivative with respect to one parameter.
- 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.Gradient
-
Get the partial derivative with respect to one parameter.
- 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.
- 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.Gradient
-
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(Field<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Get a complex number representing "π + 0.0i".
- 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.Decimal64
-
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 π.
- 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(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(Locale) - Static method in class org.hipparchus.fraction.BigFractionFormat
-
Returns the default complex format for the given 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.FractionFormat
-
Returns the default complex format for the given locale.
- 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.
- 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(double) - Method in class org.hipparchus.linear.RRQRDecomposition
-
Return the effective numerical matrix rank.
- 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.
- getReal() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Get the real value of the number.
- getReal() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
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(int) - Method in class org.hipparchus.complex.RootsOfUnity
-
Get the real part of the k
-th n
-th root of unity.
- 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.Decimal64
-
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.
- getRealEigenvalue(int) - Method in class org.hipparchus.linear.EigenDecomposition
-
Returns the real part of the ith eigenvalue of the original
matrix.
- getRealEigenvalues() - Method in class org.hipparchus.linear.EigenDecomposition
-
Gets a copy of the real parts of the eigenvalues of the original matrix.
- 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
-
- getRightValue() - Method in class org.hipparchus.analysis.solvers.BracketedUnivariateSolver.Interval
-
- 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.Decimal64Field
-
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.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.EigenDecomposition
-
Gets a solver for finding the A × 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
-
- 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.EigenDecomposition
-
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
-
- getStepSize() - Method in class org.hipparchus.analysis.differentiation.FiniteDifferencesDifferentiator
-
Get the step size.
- getSubMatrix(int, int, int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Get a submatrix.
- getSubMatrix(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[]) - 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[]) - 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.
- getSubMatrix(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.
- 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.
- 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.EigenDecomposition
-
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
-
- 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.
- getVT() - Method in class org.hipparchus.linear.ComplexEigenDecomposition
-
Getter VT.
- getVT() - Method in class org.hipparchus.linear.EigenDecomposition
-
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.OrderedEigenDecomposition
-
Gets the transpose of the matrix V of the decomposition.
- getVT() - Method in class org.hipparchus.linear.SingularValueDecomposition
-
Returns the transpose of the matrix V of the decomposition.
- 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.
- 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(Field<T>) - Static method in class org.hipparchus.complex.FieldComplex
-
Get a complex number representing "0.0 + 0.0i".
- 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.Decimal64Field
-
Get the additive identity of the field.
- 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
-
- 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.
- GradientField - Class in org.hipparchus.analysis.differentiation
-
- 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.
- 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.
- 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
-
- 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.
- 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.
- increment(int) - Method in class org.hipparchus.util.Incrementor
-
Performs multiple increments.
- increment() - Method in class org.hipparchus.util.Incrementor
-
Adds the increment value to the current iteration count.
- 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.
- 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.
- 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).
- IntegerDistribution - Interface in org.hipparchus.distribution
-
Interface for discrete distributions.
- integrate(int, CalculusFieldUnivariateFunction<T>, T, T) - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
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, CalculusFieldUnivariateFunction<T>, T, T) - Method in interface org.hipparchus.analysis.integration.FieldUnivariateIntegrator
-
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)
,
where w
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)
,
where w
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)
,
where w
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)
,
where w
is a weight function that depends on the actual
flavor of the Gauss integration scheme.
- integrate(int, UnivariateFunction, double, double) - Method in interface org.hipparchus.analysis.integration.UnivariateIntegrator
-
Integrate the function in the given interval.
- integrate(double, double) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialFunction
-
Returns the definite integral of this polymomial over the given interval.
- integrate(T, T) - 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, 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.
- interpolate(double[], double[]) - Method in class org.hipparchus.analysis.interpolation.AkimaSplineInterpolator
-
Computes an interpolating function for the data set.
- interpolate(T[], T[]) - Method in class org.hipparchus.analysis.interpolation.AkimaSplineInterpolator
-
Computes an interpolating function for the data set.
- 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[]) - Method in class org.hipparchus.analysis.interpolation.DividedDifferenceInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(T[], T[]) - Method in interface org.hipparchus.analysis.interpolation.FieldUnivariateInterpolator
-
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(T[], T[]) - 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.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.NevilleInterpolator
-
Computes an interpolating function for the data set.
- interpolate(double[], double[], double[][]) - Method in class org.hipparchus.analysis.interpolation.PiecewiseBicubicSplineInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[]) - Method in class org.hipparchus.analysis.interpolation.SplineInterpolator
-
Computes an 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.
- 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(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.
- InterpolatingMicrosphere - Class in org.hipparchus.analysis.interpolation
-
- 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
-
- 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(T, T, T, T) - Constructor for class org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver.Interval
-
Construct a new interval with the given end points.
- Interval(double, double, double, double) - Constructor for class org.hipparchus.analysis.solvers.BracketedUnivariateSolver.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.Decimal64
-
The current implementation performs casting to a int
.
- Inverse - Class in org.hipparchus.analysis.function
-
Inverse function.
- Inverse() - Constructor for class org.hipparchus.analysis.function.Inverse
-
- 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.
- 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.
- invGamma1pm1(double) - 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(long) - Constructor for class org.hipparchus.random.ISAACRandom
-
Creates a new ISAAC random number generator using a single long seed.
- ISAACRandom(int[]) - Constructor for class org.hipparchus.random.ISAACRandom
-
Creates a new ISAAC random number generator using an int array 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.
- 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
or
Double.NEGATIVE_INFINITY
) and neither part
is NaN
.
- 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
or
Double.NEGATIVE_INFINITY
) and neither part
is NaN
.
- 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.Decimal64
-
- 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(T[], MathArrays.OrderDirection, boolean) - Static method in class org.hipparchus.util.MathArrays
-
Check that an array is monotonically increasing or decreasing.
- isMonotonic(double[], 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.Decimal64
-
Returns true
if this
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
-
- isUnitQuaternion(double) - Method in class org.hipparchus.complex.Quaternion
-
Checks whether the instance is a unit quaternion within a given
tolerance.
- 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.
- isValidPoint(double) - Method in class org.hipparchus.analysis.polynomials.PolynomialSplineFunction
-
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.Decimal64
-
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.
- 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, int, int) - Constructor for class org.hipparchus.analysis.integration.IterativeLegendreFieldGaussIntegrator
-
Builds an integrator with given accuracies and iterations counts.
- IterativeLegendreFieldGaussIntegrator(Field<T>, int, double, double) - Constructor for class org.hipparchus.analysis.integration.IterativeLegendreFieldGaussIntegrator
-
Builds an integrator with given accuracies.
- 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, int, int) - Constructor for class org.hipparchus.analysis.integration.IterativeLegendreGaussIntegrator
-
Builds an integrator with given accuracies and iterations counts.
- IterativeLegendreGaussIntegrator(int, double, double) - Constructor for class org.hipparchus.analysis.integration.IterativeLegendreGaussIntegrator
-
Builds an integrator with given accuracies.
- 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
-
- 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.
- 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
-
- LaguerreSolver - Class in org.hipparchus.analysis.solvers
-
- 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_G - Static variable in class org.hipparchus.special.Gamma
-
- 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
.
- legendre(int) - Method in class org.hipparchus.analysis.integration.gauss.FieldGaussIntegratorFactory
-
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.
- 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.
- 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
-
- lessThan(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Check if instance is less than x.
- LevyDistribution - Class in org.hipparchus.distribution.continuous
-
- LevyDistribution(double, double) - Constructor for class org.hipparchus.distribution.continuous.LevyDistribution
-
Build a new instance.
- linearCombination(DerivativeStructure[], DerivativeStructure[]) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute a linear combination.
- linearCombination(double[], 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(double, DerivativeStructure, double, 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(double, DerivativeStructure, double, DerivativeStructure, double, 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(double, DerivativeStructure, double, DerivativeStructure, double, DerivativeStructure, double, DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
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(T, T[], int, T, 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, double[], int, double, double[], int, double, double[], int, double[], 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(double, T[], int, double, T[], int, double, T[], int, T[], 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(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(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(FieldDerivativeStructure<T>[], FieldDerivativeStructure<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(T[], FieldDerivativeStructure<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(double[], 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(T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute a linear combination.
- linearCombination(double, FieldDerivativeStructure<T>, double, 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(T, FieldDerivativeStructure<T>, T, FieldDerivativeStructure<T>, T, 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(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(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(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(FieldGradient<T>[], FieldGradient<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(T[], FieldGradient<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute a linear combination.
- linearCombination(double[], 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(double, FieldGradient<T>, double, 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(T, FieldGradient<T>, T, FieldGradient<T>, T, 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(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(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(T[], FieldUnivariateDerivative1<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative1<T>[], FieldUnivariateDerivative1<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute a linear combination.
- linearCombination(double[], 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(double, FieldUnivariateDerivative1<T>, double, 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(T, FieldUnivariateDerivative1<T>, T, FieldUnivariateDerivative1<T>, T, 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(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(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(T[], FieldUnivariateDerivative2<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(FieldUnivariateDerivative2<T>[], FieldUnivariateDerivative2<T>[]) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute a linear combination.
- linearCombination(double[], 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(double, FieldUnivariateDerivative2<T>, double, 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(T, FieldUnivariateDerivative2<T>, T, FieldUnivariateDerivative2<T>, T, 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(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(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(Gradient[], Gradient[]) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute a linear combination.
- linearCombination(double[], 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(double, Gradient, double, 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(double, Gradient, double, Gradient, double, 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(double, Gradient, double, Gradient, double, Gradient, double, 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(double[], 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(double, SparseGradient, double, 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(double, SparseGradient, double, SparseGradient, double, 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(double, SparseGradient, double, SparseGradient, double, SparseGradient, double, 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(double[], 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(double, UnivariateDerivative1, double, 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(double, UnivariateDerivative1, double, UnivariateDerivative1, double, 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(double, UnivariateDerivative1, double, UnivariateDerivative1, double, UnivariateDerivative1, double, 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(double[], 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(double, UnivariateDerivative2, double, 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(double, UnivariateDerivative2, double, UnivariateDerivative2, double, 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(double, UnivariateDerivative2, double, UnivariateDerivative2, double, UnivariateDerivative2, double, UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute a linear combination.
- linearCombination(T[], T[]) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(double[], T[]) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(T, T, T, T) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(double, T, double, 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(double, T, double, T, double, 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.
- linearCombination(double, T, double, T, double, T, double, T) - Method in interface org.hipparchus.CalculusFieldElement
-
Compute a linear combination.
- linearCombination(Complex[], Complex[]) - Method in class org.hipparchus.complex.Complex
-
Compute a linear combination.
- linearCombination(double[], 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(double, Complex, double, 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(double, Complex, double, Complex, double, 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(double, Complex, double, Complex, double, Complex, double, 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(double[], 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(double, FieldComplex<T>, double, 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(double, FieldComplex<T>, double, FieldComplex<T>, double, 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(double, FieldComplex<T>, double, FieldComplex<T>, double, FieldComplex<T>, double, 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(double[], 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(double, Dfp, double, 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(double, Dfp, double, Dfp, double, 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(double, Dfp, double, Dfp, double, Dfp, double, Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Compute a linear combination.
- linearCombination(Decimal64[], Decimal64[]) - Method in class org.hipparchus.util.Decimal64
-
Compute a linear combination.
- linearCombination(double[], Decimal64[]) - Method in class org.hipparchus.util.Decimal64
-
Compute a linear combination.
- linearCombination(Decimal64, Decimal64, Decimal64, Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Compute a linear combination.
- linearCombination(double, Decimal64, double, Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Compute a linear combination.
- linearCombination(Decimal64, Decimal64, Decimal64, Decimal64, Decimal64, Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Compute a linear combination.
- linearCombination(double, Decimal64, double, Decimal64, double, Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Compute a linear combination.
- linearCombination(Decimal64, Decimal64, Decimal64, Decimal64, Decimal64, Decimal64, Decimal64, Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Compute a linear combination.
- linearCombination(double, Decimal64, double, Decimal64, double, Decimal64, double, Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Compute a linear combination.
- linearCombination(FieldTuple<T>[], FieldTuple<T>[]) - Method in class org.hipparchus.util.FieldTuple
-
Compute a linear combination.
- linearCombination(double[], 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(double, FieldTuple<T>, double, 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(double, FieldTuple<T>, double, FieldTuple<T>, double, 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(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[], double[]) - Static method in class org.hipparchus.util.MathArrays
-
Compute a linear combination accurately.
- 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(Tuple[], Tuple[]) - Method in class org.hipparchus.util.Tuple
-
Compute a linear combination.
- linearCombination(double[], 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(double, Tuple, double, 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(double, Tuple, double, Tuple, double, 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(double, Tuple, double, Tuple, double, Tuple, double, Tuple) - Method in class org.hipparchus.util.Tuple
-
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
-
- 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.
- LoessInterpolator - Class in org.hipparchus.analysis.interpolation
-
- LoessInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.LoessInterpolator
-
- 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 class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Natural logarithm.
- log(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute natural logarithm of a derivative structure.
- log(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute natural logarithm of a derivative structure.
- log() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Natural logarithm.
- log() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Natural logarithm.
- log() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Natural logarithm.
- log() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Natural logarithm.
- log() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Natural logarithm.
- log() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Natural logarithm.
- log() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Natural logarithm.
- log() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Natural logarithm.
- Log - Class in org.hipparchus.analysis.function
-
Natural logarithm function.
- Log() - Constructor for class org.hipparchus.analysis.function.Log
-
- log() - Method in interface org.hipparchus.CalculusFieldElement
-
Natural logarithm.
- log() - Method in class org.hipparchus.complex.Complex
-
- log() - Method in class org.hipparchus.complex.FieldComplex
-
- log() - Method in class org.hipparchus.dfp.Dfp
-
Natural logarithm.
- log(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
Returns the natural logarithm of a.
- log() - Method in class org.hipparchus.util.Decimal64
-
Natural logarithm.
- log(double) - Static method in class org.hipparchus.util.FastMath
-
Natural logarithm.
- log(double, double) - Static method in class org.hipparchus.util.FastMath
-
- log(T) - Static method in class org.hipparchus.util.FastMath
-
Natural logarithm.
- log() - Method in class org.hipparchus.util.FieldTuple
-
Natural logarithm.
- log() - Method in class org.hipparchus.util.Tuple
-
Natural logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
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[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Computes base 10 logarithm of a derivative structure.
- log10() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Base 10 logarithm.
- log10() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Base 10 logarithm.
- Log10 - Class in org.hipparchus.analysis.function
-
Base 10 logarithm function.
- Log10() - Constructor for class org.hipparchus.analysis.function.Log10
-
- 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.Decimal64
-
Base 10 logarithm.
- log10(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the base 10 logarithm.
- log10(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the 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.
- 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 class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Shifted natural logarithm.
- log1p(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Computes shifted logarithm of a derivative structure.
- log1p(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Computes shifted logarithm of a derivative structure.
- log1p() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Shifted natural logarithm.
- Log1p - Class in org.hipparchus.analysis.function
-
log(1 + p)
function.
- Log1p() - Constructor for class org.hipparchus.analysis.function.Log1p
-
- 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.Decimal64
-
Shifted natural logarithm.
- log1p(double) - Static method in class org.hipparchus.util.FastMath
-
Computes log(1 + x).
- log1p(T) - Static method in class org.hipparchus.util.FastMath
-
Computes log(1 + x).
- log1p() - Method in class org.hipparchus.util.FieldTuple
-
Shifted natural logarithm.
- log1p() - Method in class org.hipparchus.util.Tuple
-
Shifted natural logarithm.
- 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.
- logGamma1p(double) - 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
-
- Logistic(double, double, double, double, double, double) - Constructor for class org.hipparchus.analysis.function.Logistic
-
- 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() - 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 returns log(P(X = x))
, where
log
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 returns log(P(X = x))
, where
log
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 returns log(P(X = x))
, where
log
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 returns log(P(X = x))
, where
log
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 returns log(P(X = x))
, where
log
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 returns log(P(X = x))
, where
log
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 returns log(P(X = x))
, where
log
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 returns log(P(X = x))
, where
log
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.Decimal64
-
The current implementation performs casting to a long
.
- 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.
- 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(UnivariateFunction) - Method in class org.hipparchus.linear.ArrayRealVector
-
Acts as if implemented as:
- map(Function<T, T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
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(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(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.SparseFieldVector
-
Map an addition operation to each entry.
- mapAddToSelf(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map an addition operation to each entry.
- mapAddToSelf(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Add a value to each entry.
- mapAddToSelf(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map an addition operation 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.SparseFieldVector
-
Map an addition operation to each entry.
- 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(double) - Method in class org.hipparchus.linear.RealVector
-
Divide each entry by the argument.
- mapDivide(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map a division operation to each entry.
- mapDivideToSelf(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map a division operation to each entry.
- mapDivideToSelf(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Divide each entry by the argument.
- mapDivideToSelf(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map a division operation to each entry.
- mapDivideToSelf(double) - Method in class org.hipparchus.linear.RealVector
-
Divide each entry by the argument.
- 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(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(double) - Method in class org.hipparchus.linear.RealVector
-
Multiply each entry by the argument.
- mapMultiply(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map a multiplication operation to each entry.
- mapMultiplyToSelf(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map a multiplication operation to each entry.
- mapMultiplyToSelf(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Multiply each entry.
- mapMultiplyToSelf(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map a multiplication operation to each entry.
- mapMultiplyToSelf(double) - Method in class org.hipparchus.linear.RealVector
-
Multiply each entry.
- mapMultiplyToSelf(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map a multiplication operation to 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(double) - Method in class org.hipparchus.linear.RealVector
-
Subtract a value from each entry.
- mapSubtract(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Map a subtraction operation to each entry.
- mapSubtractToSelf(T) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Map a subtraction operation to each entry.
- mapSubtractToSelf(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Subtract a value from each entry.
- mapSubtractToSelf(T) - Method in interface org.hipparchus.linear.FieldVector
-
Map a subtraction operation to 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.SparseFieldVector
-
Map a subtraction operation to each entry.
- mapToSelf(UnivariateFunction) - Method in class org.hipparchus.linear.ArrayRealVector
-
Acts as if it is implemented as:
- 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 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(Localizable, Object...) - Constructor for exception org.hipparchus.exception.MathIllegalArgumentException
-
- MathIllegalArgumentException(Throwable, 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(Localizable, Object...) - Constructor for exception org.hipparchus.exception.MathIllegalStateException
-
Simple constructor.
- MathIllegalStateException(Throwable, 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(Localizable, Object...) - Constructor for exception org.hipparchus.exception.MathRuntimeException
-
Simple constructor.
- MathRuntimeException(Throwable, 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
-
- MathUtils.SumAndResidual - Class in org.hipparchus.util
-
- 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
-
- MatrixUtils - Class in org.hipparchus.linear
-
A collection of static methods that operate on or return matrices.
- Max - Class in org.hipparchus.analysis.function
-
Maximum function.
- Max() - Constructor for class org.hipparchus.analysis.function.Max
-
- 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(float, float) - Static method in class org.hipparchus.util.FastMath
-
Compute the maximum of two values
- max(double, 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, 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.MathUtils
-
Find the maximum of two field elements.
- MAX_EXP - Static variable in class org.hipparchus.dfp.Dfp
-
The maximum exponent before overflow is signaled and results flushed
to infinity
- 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.
- 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(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.
- MidPointIntegrator() - Constructor for class org.hipparchus.analysis.integration.MidPointIntegrator
-
Construct a midpoint integrator with default settings.
- Min - Class in org.hipparchus.analysis.function
-
Minimum function.
- Min() - Constructor for class org.hipparchus.analysis.function.Min
-
- 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(float, float) - Static method in class org.hipparchus.util.FastMath
-
Compute the minimum of two values
- min(double, 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, 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.MathUtils
-
Find the minimum of two field elements.
- 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
-
- 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
-
- 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.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute n × this.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
'×' operator.
- multiply(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute this × a.
- multiply(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform multiplication of two derivative structures.
- multiply(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform multiplication of two derivative structures.
- multiply(T) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'×' operator.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute n × this.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'×' operator.
- multiply(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute this × a.
- multiply(T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'×' operator.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute n × this.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'×' operator.
- multiply(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute this × a.
- multiply(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'×' operator.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute n × this.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'×' operator.
- multiply(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute this × a.
- multiply(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'×' operator.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute n × this.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'×' operator.
- multiply(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute this × a.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute n × this.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
'×' operator.
- 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(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
'×' operator.
- 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(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
'×' operator.
- multiply(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute this × a.
- multiply(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute n × this.
- multiply(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
'×' operator.
- multiply(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute this × a.
- Multiply - Class in org.hipparchus.analysis.function
-
Multiply the two operands.
- Multiply() - Constructor for class org.hipparchus.analysis.function.Multiply
-
- multiply(UnivariateFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Multiplies functions.
- 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(double) - Method in interface org.hipparchus.CalculusFieldElement
-
'×' operator.
- multiply(Complex) - Method in class org.hipparchus.complex.Complex
-
Returns a Complex
whose value is this * factor
.
- multiply(int) - Method in class org.hipparchus.complex.Complex
-
Returns a Complex
whose value is this * factor
, with factor
interpreted as a integer number.
- multiply(double) - Method in class org.hipparchus.complex.Complex
-
Returns a Complex
whose value is this * factor
, with factor
interpreted as a real number.
- multiply(FieldComplex<T>) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is this * factor
.
- multiply(int) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is this * factor
, with factor
interpreted as a integer number.
- multiply(double) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is this * factor
, with factor
interpreted as a real number.
- multiply(T) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is this * factor
, with factor
interpreted as a real number.
- multiply(Quaternion, Quaternion) - Static method in class org.hipparchus.complex.Quaternion
-
Returns the Hamilton product of two quaternions.
- multiply(Quaternion) - Method in class org.hipparchus.complex.Quaternion
-
Returns the Hamilton product of the instance by a quaternion.
- multiply(double) - Method in class org.hipparchus.complex.Quaternion
-
Multiplies the instance by a scalar.
- multiply(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Multiply this by x.
- multiply(int) - Method in class org.hipparchus.dfp.Dfp
-
Multiply this by a single digit x.
- multiply(double) - Method in class org.hipparchus.dfp.Dfp
-
'×' operator.
- multiply(int) - Method in interface org.hipparchus.FieldElement
-
Compute n × this.
- multiply(T) - Method in interface org.hipparchus.FieldElement
-
Compute this × a.
- 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(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(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(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(int) - Method in class org.hipparchus.fraction.Fraction
-
Multiply the fraction by an integer.
- multiply(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Postmultiply this matrix by m
.
- multiply(RealMatrix) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the result of postmultiplying this
by m
.
- 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
by m
.
- multiply(FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Postmultiply this matrix by m
.
- multiply(BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the result of postmultiplying this
by m
.
- multiply(RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of postmultiplying this
by m
.
- 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
by m
.
- multiply(RealMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of postmultiplying this
by m
.
- multiply(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Postmultiply this matrix by m
.
- multiply(RealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Returns the result of postmultiplying this
by m
.
- multiply(OpenMapRealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Postmultiply this matrix by m
.
- multiply(RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of postmultiplying this
by m
.
- multiply(BigReal) - Method in class org.hipparchus.util.BigReal
-
Compute this × a.
- multiply(int) - Method in class org.hipparchus.util.BigReal
-
Compute n × this.
- multiply(Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Compute this × a.
- multiply(int) - Method in class org.hipparchus.util.Decimal64
-
Compute n × this.
- multiply(double) - Method in class org.hipparchus.util.Decimal64
-
'×' operator.
- multiply(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute this × a.
- multiply(int) - Method in class org.hipparchus.util.FieldTuple
-
Compute n × this.
- multiply(double) - Method in class org.hipparchus.util.FieldTuple
-
'×' operator.
- multiply(Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute this × a.
- multiply(int) - Method in class org.hipparchus.util.Tuple
-
Compute n × this.
- multiply(double) - Method in class org.hipparchus.util.Tuple
-
'×' operator.
- multiplyEntry(int, int, T) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Change an entry in the specified row and column.
- 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, T) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Change an entry in the specified row and column.
- 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, T) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Change an entry in the specified row and column.
- 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, T) - Method in interface org.hipparchus.linear.FieldMatrix
-
Change an entry in the specified row and column.
- 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.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
by m^T
.
- multiplyTransposed(FieldMatrix<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(Array2DRowRealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(RealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(BlockRealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(DiagonalMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(RealMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(RealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of postmultiplying this
by m^T
.
- multiplyTransposed(FieldMatrix<T>) - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Returns the result of postmultiplying this
by m^T
.
- MultivariateDifferentiableFunction - Interface in org.hipparchus.analysis.differentiation
-
- MultivariateDifferentiableVectorFunction - Interface in org.hipparchus.analysis.differentiation
-
- 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.
- 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.
- 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.
- 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.Decimal64
-
- 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.Decimal64
-
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_INFINITY - Static variable in class org.hipparchus.util.Decimal64
-
- 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
-
- NevilleInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.NevilleInterpolator
-
- 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(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(double) - Method in class org.hipparchus.dfp.DfpField
-
Create an instance from a double value.
- newDfp(Dfp) - Method in class org.hipparchus.dfp.DfpField
-
Copy constructor.
- newDfp(String) - Method in class org.hipparchus.dfp.DfpField
-
Create a
Dfp
given a String representation.
- newDfp(byte, byte) - Method in class org.hipparchus.dfp.DfpField
-
Creates a
Dfp
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(T) - 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() - Method in class org.hipparchus.dfp.Dfp
-
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(int) - Method in class org.hipparchus.dfp.Dfp
-
Create an instance from an int value.
- newInstance(long) - Method in class org.hipparchus.dfp.Dfp
-
Create an instance from a long value.
- newInstance(double) - Method in class org.hipparchus.dfp.Dfp
-
Create an instance corresponding to a constant real value.
- newInstance(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Create an instance by copying an existing one.
- newInstance(String) - Method in class org.hipparchus.dfp.Dfp
-
Create an instance from a String representation.
- newInstance(byte, byte) - Method in class org.hipparchus.dfp.Dfp
-
Creates an instance with a non-finite value.
- 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() - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance with a value of 0.
- newInstance(byte) - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance from a byte 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.DfpDec
-
Create an instance from a long value.
- newInstance(double) - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance corresponding to a constant real value.
- newInstance(Dfp) - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance by copying an existing one.
- newInstance(String) - Method in class org.hipparchus.dfp.DfpDec
-
Create an instance from a String representation.
- 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.util.Decimal64
-
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.
- 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
-
- 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.
- 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.
- 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.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.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[], int, int) - 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[], int, int) - 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.SynchronizedRandomGenerator
-
Generates random bytes and places them into a user-supplied
byte array.
- nextDeviate(RealDistribution) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a random deviate from the given distribution.
- nextDeviate(IntegerDistribution) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a random deviate from the given distribution.
- nextDeviates(RealDistribution, int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns an array of random deviates from the given distribution.
- nextDeviates(IntegerDistribution, 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.JDKRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
double
value between 0.0
and
1.0
from this random number generator's sequence.
- nextDouble() - Method in class org.hipparchus.random.RandomAdaptor
-
Returns the next pseudorandom, uniformly distributed
double
value between 0.0
and
1.0
from this random number generator's sequence.
- nextDouble() - Method in interface org.hipparchus.random.RandomGenerator
-
Returns the next pseudorandom, uniformly distributed
double
value between 0.0
and
1.0
from this random number generator's sequence.
- nextDouble() - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Returns the next pseudorandom, uniformly distributed
double
value between 0.0
and
1.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.JDKRandomGenerator
-
Returns the next pseudorandom, uniformly distributed float
value between 0.0
and 1.0
from this random
number generator's sequence.
- nextFloat() - Method in class org.hipparchus.random.RandomAdaptor
-
Returns the next pseudorandom, uniformly distributed float
value between 0.0
and 1.0
from this random
number generator's sequence.
- nextFloat() - Method in interface org.hipparchus.random.RandomGenerator
-
Returns the next pseudorandom, uniformly distributed float
value between 0.0
and 1.0
from this random
number generator's sequence.
- nextFloat() - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Returns the next pseudorandom, uniformly distributed float
value between 0.0
and 1.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.JDKRandomGenerator
-
Returns the next pseudorandom, Gaussian ("normally") distributed
double
value with mean 0.0
and standard
deviation 1.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 mean 0.0
and standard
deviation 1.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 mean 0.0
and standard
deviation 1.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 mean 0.0
and standard
deviation 1.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.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(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() - 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(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, int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a uniformly distributed random integer between lower and upper (inclusive).
- nextInt() - Method in interface org.hipparchus.random.RandomGenerator
-
Returns the next pseudorandom, uniformly distributed int
value 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() - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Returns the next pseudorandom, uniformly distributed int
value 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() - 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.
- 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.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(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, long) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a uniformly distributed random long integer between lower and upper (inclusive).
- nextLong() - Method in interface org.hipparchus.random.RandomGenerator
-
Returns the next pseudorandom, uniformly distributed long
value 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() - 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.SynchronizedRandomGenerator
-
Returns a pseudorandom, uniformly distributed int
value
between 0 (inclusive) and the specified value (exclusive), drawn from
this random number generator's sequence.
- 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 integers 0, ..., n - 1
(inclusive).
- nextPoisson(double) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns a poisson-distributed deviate with the given mean.
- nextSample(Collection<?>, int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns an array of k
objects selected randomly from the
Collection c
.
- nextSample(double[], int) - Method in class org.hipparchus.random.RandomDataGenerator
-
Returns an array of k
double values selected randomly from the
double array a
.
- 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.
- 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.
- 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.
- 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).
- 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.
- 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.
- 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.
- numVars() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Find the number of variables.
- 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
-
- 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(T, T) - 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.
- rD(double, double, double) - 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.
- 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.
- readResolve() - Method in class org.hipparchus.complex.Complex
-
Resolve the transient fields in a deserialized Complex Object.
- 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(NumberFormat) - Constructor for class org.hipparchus.linear.RealMatrixFormat
-
Create an instance with a custom number format for components.
- 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.
- 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
-
- 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(NumberFormat) - Constructor for class org.hipparchus.linear.RealVectorFormat
-
Create an instance with a custom number format for components.
- 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.
- RealVectorPreservingVisitor - Interface in org.hipparchus.linear
-
This interface defines a visitor for the entries of a vector.
- reciprocal() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
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.FieldGradient
-
Returns the multiplicative inverse of this
element.
- reciprocal() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
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.Gradient
-
Returns the multiplicative inverse of this
element.
- reciprocal() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Returns the multiplicative inverse of this
element.
- reciprocal() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
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 interface org.hipparchus.CalculusFieldElement
-
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.Decimal64
-
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.
- 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|)
.
- 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
-
- regularizedBeta(double, double, double, double) - Static method in class org.hipparchus.special.Beta
-
- regularizedBeta(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, 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).
- 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).
- remainder(double) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
IEEE remainder operator.
- remainder(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
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(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform remainder of two derivative structures.
- remainder(T) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
IEEE remainder operator.
- remainder(FieldDerivativeStructure<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(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
IEEE remainder operator.
- remainder(FieldGradient<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(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
IEEE remainder operator.
- remainder(FieldUnivariateDerivative1<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(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
IEEE remainder operator.
- remainder(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
IEEE remainder operator.
- remainder(Gradient) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
IEEE remainder operator.
- remainder(SparseGradient) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
IEEE remainder operator.
- remainder(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
IEEE remainder operator.
- remainder(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
IEEE remainder operator.
- remainder(double) - Method in interface org.hipparchus.CalculusFieldElement
-
IEEE remainder operator.
- remainder(T) - Method in interface org.hipparchus.CalculusFieldElement
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.complex.Complex
-
IEEE remainder operator.
- remainder(Complex) - Method in class org.hipparchus.complex.Complex
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.complex.FieldComplex
-
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(double) - Method in class org.hipparchus.dfp.Dfp
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.util.Decimal64
-
IEEE remainder operator.
- remainder(Decimal64) - Method in class org.hipparchus.util.Decimal64
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.util.FieldTuple
-
IEEE remainder operator.
- remainder(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
IEEE remainder operator.
- remainder(double) - Method in class org.hipparchus.util.Tuple
-
IEEE remainder operator.
- remainder(Tuple) - Method in class org.hipparchus.util.Tuple
-
IEEE remainder operator.
- 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.
- REMOVED - Static variable in class org.hipparchus.util.OpenIntToDoubleHashMap
-
Status indicator for removed table entries.
- REMOVED - Static variable in class org.hipparchus.util.OpenIntToFieldHashMap
-
Status indicator for removed table entries.
- 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 to originalDelta
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.
- 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(int) - Constructor for class org.hipparchus.util.ResizableDoubleArray
-
Creates an instance with the specified initial capacity.
- 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 supplied double[]
array.
- 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.
- rF(double, double, double) - 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.
- 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.
- rG(double, double, double) - 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.
- 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.
- 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.
- rint() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- rint() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.
- Rint - Class in org.hipparchus.analysis.function
-
rint
function.
- Rint() - Constructor for class org.hipparchus.analysis.function.Rint
-
- 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.Decimal64
-
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() - 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.
- 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(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.
- 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.
- 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.
- 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
-
- 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.
- RombergIntegrator() - Constructor for class org.hipparchus.analysis.integration.RombergIntegrator
-
- rootN(int) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Nth root.
- rootN(double[], int, int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute nth root of a derivative structure.
- rootN(T[], int, int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute nth root of a derivative structure.
- 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.Gradient
-
Nth root.
- rootN(int) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Nth root.
- rootN(int) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
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.Decimal64
-
Nth root.
- rootN(int) - Method in class org.hipparchus.util.FieldTuple
-
Nth root.
- rootN(int) - Method in class org.hipparchus.util.Tuple
-
Nth root.
- 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.
- round() - Method in interface org.hipparchus.CalculusFieldElement
-
Get the closest long to instance real value.
- 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(double) - Static method in class org.hipparchus.util.FastMath
-
Get the closest long to x.
- round(float) - Static method in class org.hipparchus.util.FastMath
-
Get the closest int to x.
- round(T) - 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, int) - Static method in class org.hipparchus.util.Precision
-
Rounds the given value to the specified number of decimal places.
- 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, int) - Static method in class org.hipparchus.util.Precision
-
Rounds the given value to the specified number of decimal places.
- 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.
- 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(UnivariateFunction, double, double, int) - Static method in class org.hipparchus.analysis.FunctionUtils
-
Samples the specified univariate real function on the specified interval.
- sample() - Method in class org.hipparchus.distribution.multivariate.AbstractMultivariateRealDistribution
-
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() - 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 interface org.hipparchus.distribution.MultivariateRealDistribution
-
Generates a list of a random value vectors from the distribution.
- 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(T) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Increment each entry of this matrix.
- scalarAdd(double) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the result of adding d
to each entry of this
.
- scalarAdd(T) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Increment each entry of this matrix.
- scalarAdd(double) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of adding d
to each entry of this
.
- scalarAdd(T) - Method in interface org.hipparchus.linear.FieldMatrix
-
Increment each entry of this matrix.
- scalarAdd(double) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of adding d
to each entry of this
.
- scalarMultiply(T) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Multiply each entry by d
.
- scalarMultiply(double) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns the result of multiplying each entry of this
by
d
.
- scalarMultiply(T) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Multiply each entry by d
.
- scalarMultiply(double) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of multiplying each entry of this
by
d
.
- scalarMultiply(T) - Method in interface org.hipparchus.linear.FieldMatrix
-
Multiply each entry by d
.
- scalarMultiply(double) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of multiplying each entry of this
by
d
.
- 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.Decimal64
-
Multiply the instance by a power of 2.
- 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(T, int) - Static method in class org.hipparchus.util.FastMath
-
Multiply a double number 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.
- scale(double, double[]) - Static method in class org.hipparchus.util.MathArrays
-
Create a copy of an array scaled by a value.
- scaleInPlace(double, double[]) - Static method in class org.hipparchus.util.MathArrays
-
Multiply each element of an array by a value.
- 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\).
- sequence(int, int, int) - Static method in class org.hipparchus.util.MathArrays
-
Returns an array of size
integers starting at start
,
skipping stride
numbers.
- serializeRealMatrix(RealMatrix, ObjectOutputStream) - Static method in class org.hipparchus.linear.MatrixUtils
-
- serializeRealVector(RealVector, ObjectOutputStream) - Static method in class org.hipparchus.linear.MatrixUtils
-
- 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(double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Set all elements to a single value.
- set(T) - Method in interface org.hipparchus.linear.FieldVector
-
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(T) - Method in class org.hipparchus.linear.SparseFieldVector
-
Set all elements to a single value.
- setColumn(int, T[]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entries in column number column
as a column matrix.
- setColumn(int, double[]) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Sets the specified column
of this
matrix to the entries
of the specified array
.
- setColumn(int, T[]) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Set the entries in column number column
as a column matrix.
- setColumn(int, double[]) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified column
of this
matrix to the entries
of the specified array
.
- setColumn(int, T[]) - Method in interface org.hipparchus.linear.FieldMatrix
-
Set the entries in column number column
as a column matrix.
- setColumn(int, double[]) - Method in interface org.hipparchus.linear.RealMatrix
-
Sets the specified column
of this
matrix to the entries
of the specified array
.
- setColumnMatrix(int, FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
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
of this
matrix to the entries
of the specified 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, RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified column
of this
matrix to the entries
of the specified 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 interface org.hipparchus.linear.RealMatrix
-
Sets the specified column
of this
matrix to the entries
of the specified column matrix
.
- setColumnVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entries in column number column
as a vector.
- setColumnVector(int, RealVector) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Sets the specified column
of this
matrix to the entries
of the specified vector
.
- setColumnVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Set the entries in column number column
as a vector.
- setColumnVector(int, RealVector) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified column
of this
matrix to the entries
of the specified 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 interface org.hipparchus.linear.RealMatrix
-
Sets the specified column
of this
matrix to the entries
of the specified vector
.
- setElement(int, double) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Sets the element at the specified index.
- setEntry(int, int, T) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, double) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
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, double) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
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, double) - Method in class org.hipparchus.linear.ArrayRealVector
-
Set a single element.
- setEntry(int, int, T) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
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, T) - Method in interface org.hipparchus.linear.FieldMatrix
-
Set the entry in the specified row and column.
- setEntry(int, T) - Method in interface org.hipparchus.linear.FieldVector
-
Set a single element.
- setEntry(int, int, double) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Set the entry in the specified row and column.
- setEntry(int, double) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Set a single element.
- setEntry(int, int, double) - Method in interface org.hipparchus.linear.RealMatrix
-
Set the entry in the specified row and column.
- setEntry(int, double) - Method in class org.hipparchus.linear.RealVector
-
Set a single element.
- 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.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(DfpField.RoundingMode) - Method in class org.hipparchus.dfp.DfpField
-
Set the rounding mode.
- setRoundingMode(RoundingMode) - Method in class org.hipparchus.util.BigReal
-
Sets the rounding mode for decimal divisions.
- setRow(int, T[]) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entries in row number row
as a row matrix.
- setRow(int, double[]) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Sets the specified row
of this
matrix to the entries
of the specified array
.
- setRow(int, T[]) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Set the entries in row number row
as a row matrix.
- setRow(int, double[]) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Sets the specified row
of this
matrix to the entries
of the specified array
.
- setRow(int, T[]) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Set the entries in row number row
as a row matrix.
- setRow(int, double[]) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified row
of this
matrix to the entries
of the specified array
.
- setRow(int, T[]) - Method in interface org.hipparchus.linear.FieldMatrix
-
Set the entries in row number row
as a row matrix.
- setRow(int, double[]) - Method in interface org.hipparchus.linear.RealMatrix
-
Sets the specified row
of this
matrix to the entries
of the specified array
.
- setRowMatrix(int, FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
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
of this
matrix to the entries of
the specified 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, BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Sets the entries in row number row
as a row matrix.
- setRowMatrix(int, RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified row
of this
matrix to the entries of
the specified 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 interface org.hipparchus.linear.FieldMatrix
-
Set the entries in row number row
as a row matrix.
- setRowMatrix(int, RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Sets the specified row
of this
matrix to the entries of
the specified row matrix
.
- setRowVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Set the entries in row number row
as a vector.
- setRowVector(int, RealVector) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Sets the specified row
of this
matrix to the entries of
the specified vector
.
- setRowVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Set the entries in row number row
as a vector.
- setRowVector(int, RealVector) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Sets the specified row
of this
matrix to the entries of
the specified 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 interface org.hipparchus.linear.RealMatrix
-
Sets the specified row
of this
matrix to the entries of
the specified vector
.
- setScale(int) - Method in class org.hipparchus.util.BigReal
-
Sets the scale for division operations.
- 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.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
seed.
- setSeed(long) - Method in class org.hipparchus.random.JDKRandomGenerator
-
Sets the seed of the underlying random number generator using a
long
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 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
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(long) - Method in class org.hipparchus.random.RandomAdaptor
-
Sets the seed of the underlying random number generator using a
long
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 interface org.hipparchus.random.RandomGenerator
-
Sets the seed of the underlying random number generator using an
int
array seed.
- setSeed(long) - Method in interface org.hipparchus.random.RandomGenerator
-
Sets the seed of the underlying random number generator using a
long
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.SynchronizedRandomGenerator
-
Sets the seed of the underlying random number generator using an
int
array seed.
- setSeed(long) - Method in class org.hipparchus.random.SynchronizedRandomGenerator
-
Sets the seed of the underlying random number generator using a
long
seed.
- setSubMatrix(T[][], int, int) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Replace the submatrix starting at (row, column)
using data in the
input subMatrix
array.
- setSubMatrix(double[][], int, int) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Replace the submatrix starting at row, column
using data in the
input subMatrix
array.
- setSubMatrix(T[][], int, int) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Replace the submatrix starting at (row, column)
using data in the
input subMatrix
array.
- setSubMatrix(double[][], int, int) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Replace the submatrix starting at row, column
using data in the
input subMatrix
array.
- setSubMatrix(T[][], int, int) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Replace the submatrix starting at (row, column)
using data in the
input subMatrix
array.
- setSubMatrix(double[][], int, int) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Replace the submatrix starting at row, column
using data in the
input subMatrix
array.
- setSubMatrix(T[][], int, int) - Method in interface org.hipparchus.linear.FieldMatrix
-
Replace the submatrix starting at (row, column)
using data in the
input subMatrix
array.
- setSubMatrix(double[][], int, int) - Method in interface org.hipparchus.linear.RealMatrix
-
Replace the submatrix starting at row, column
using data in the
input subMatrix
array.
- setSubVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Set a set of consecutive elements.
- setSubVector(int, RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Set a sequence of consecutive elements.
- setSubVector(int, double[]) - Method in class org.hipparchus.linear.ArrayRealVector
-
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, 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.
- setSubVector(int, FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Set a set of consecutive elements.
- setup(int, CalculusFieldUnivariateFunction<T>, T, T) - Method in class org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Prepare for computation.
- setup(int, UnivariateFunction, double, double) - Method in class org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Prepare for computation.
- setup(int, PolynomialFunction, double, double, double) - Method in class org.hipparchus.analysis.solvers.AbstractPolynomialSolver
-
Prepare for computation.
- setup(int, UnivariateDifferentiableFunction, double, double, double) - Method in class org.hipparchus.analysis.solvers.AbstractUnivariateDifferentiableSolver
-
Prepare for computation.
- setup(int, F, double, double, double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
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.
- 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 at x + 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.Decimal64
-
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[], 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.
- shuffle(int[]) - Static method in class org.hipparchus.util.MathArrays
-
Shuffle the entries of the given array.
- Sigmoid - Class in org.hipparchus.analysis.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() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
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 - Variable in class org.hipparchus.dfp.Dfp
-
Sign bit: 1 for positive, -1 for negative.
- sign() - Method in class org.hipparchus.dfp.Dfp
-
Compute the sign of the instance.
- sign() - Method in class org.hipparchus.util.Decimal64
-
Compute the sign of the instance.
- sign(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the sign of a number.
- 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.
- signum() - Method in class org.hipparchus.fraction.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.
- 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(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.
- SimpsonIntegrator() - Constructor for class org.hipparchus.analysis.integration.SimpsonIntegrator
-
Construct an integrator with default settings.
- sin() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Sine operation.
- sin(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute sine of a derivative structure.
- sin(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute sine of a derivative structure.
- sin() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Sine operation.
- sin() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Sine operation.
- sin() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Sine operation.
- sin() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Sine operation.
- sin() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Sine operation.
- sin() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Sine operation.
- sin() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Sine operation.
- sin() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Sine operation.
- Sin - Class in org.hipparchus.analysis.function
-
Sine function.
- Sin() - Constructor for class org.hipparchus.analysis.function.Sin
-
- 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(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the sine of the argument.
- sin() - Method in class org.hipparchus.util.Decimal64
-
Sine operation.
- sin(double) - Static method in class org.hipparchus.util.FastMath
-
Sine function.
- sin(T) - Static method in class org.hipparchus.util.FastMath
-
Sine function.
- 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.
- 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 class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Combined Sine and Cosine operation.
- 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[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute combined sine and cosine of a derivative structure.
- 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.FieldUnivariateDerivative1
-
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.SparseGradient
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
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.dfp.Dfp
-
Combined Sine and Cosine operation.
- sinCos() - Method in class org.hipparchus.util.Decimal64
-
Combined Sine and Cosine operation.
- sinCos(double) - Static method in class org.hipparchus.util.FastMath
-
Combined Sine and Cosine function.
- sinCos(T) - Static method in class org.hipparchus.util.FastMath
-
Combined Sine and Cosine function.
- sinCos() - Method in class org.hipparchus.util.FieldTuple
-
Combined Sine and Cosine operation.
- SinCos - Class in org.hipparchus.util
-
Holder for both sine and cosine values.
- sinCos() - Method in class org.hipparchus.util.Tuple
-
Combined Sine and Cosine operation.
- SingularValueDecomposer - Class in org.hipparchus.linear
-
Matrix decomposer using Singular Value Decomposition.
- SingularValueDecomposer() - Constructor for class org.hipparchus.linear.SingularValueDecomposer
-
- 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 class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Hyperbolic sine operation.
- sinh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic sine of a derivative structure.
- sinh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic sine of a derivative structure.
- sinh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Hyperbolic sine operation.
- Sinh - Class in org.hipparchus.analysis.function
-
Hyperbolic sine function.
- Sinh() - Constructor for class org.hipparchus.analysis.function.Sinh
-
- sinh() - Method in interface org.hipparchus.CalculusFieldElement
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.complex.Complex
-
- sinh() - Method in class org.hipparchus.complex.FieldComplex
-
- sinh() - Method in class org.hipparchus.dfp.Dfp
-
Hyperbolic sine operation.
- sinh() - Method in class org.hipparchus.util.Decimal64
-
Hyperbolic sine operation.
- sinh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic sine of a number.
- sinh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic sine of a number.
- 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.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Combined hyperbolic sine and sosine operation.
- 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[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute combined hyperbolic sine and cosine of a derivative structure.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in interface org.hipparchus.CalculusFieldElement
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in class org.hipparchus.complex.Complex
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in class org.hipparchus.complex.FieldComplex
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in class org.hipparchus.dfp.Dfp
-
Combined hyperbolic sine and sosine operation.
- sinhCosh() - Method in class org.hipparchus.util.Decimal64
-
Combined hyperbolic sine and sosine operation.
- sinhCosh(double) - Static method in class org.hipparchus.util.FastMath
-
Combined hyperbolic sine and hyperbolic cosine function.
- sinhCosh(T) - Static method in class org.hipparchus.util.FastMath
-
Combined hyperbolic sine and hyperbolic cosine function.
- sinhCosh() - Method in class org.hipparchus.util.FieldTuple
-
Combined hyperbolic sine and sosine operation.
- SinhCosh - Class in org.hipparchus.util
-
Holder for both hyperbolic sine and hyperbolic cosine values.
- sinhCosh() - Method in class org.hipparchus.util.Tuple
-
Combined hyperbolic sine and sosine operation.
- 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.OpenIntToDoubleHashMap
-
Get the number of elements stored in the map.
- size() - Method in class org.hipparchus.util.OpenIntToFieldHashMap
-
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[], double[]) - Method in class org.hipparchus.analysis.interpolation.LoessInterpolator
-
Compute a weighted loess fit on the data at the original abscissae.
- smooth(double[], double[]) - Method in class org.hipparchus.analysis.interpolation.LoessInterpolator
-
Compute a loess fit on the data at the original abscissae.
- 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, 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) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Solve for a zero root in the given interval.
- solve(int, F, double) - Method in class org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Solve for a zero in the vicinity of 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, 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) - Method in class org.hipparchus.analysis.solvers.BaseSecantSolver
-
Solve for a zero in the given interval, start at startValue
.
- 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 interface org.hipparchus.analysis.solvers.BaseUnivariateSolver
-
Solve for a zero in the given interval, start at startValue
.
- solve(int, F, double) - Method in interface org.hipparchus.analysis.solvers.BaseUnivariateSolver
-
Solve for a zero in the vicinity of startValue
.
- 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, T, AllowedSolution) - Method in interface org.hipparchus.analysis.solvers.BracketedRealFieldUnivariateSolver
-
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, 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, UnivariateFunction, double, double, AllowedSolution) - Method in class org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolver
-
Solve for a zero in the given interval.
- 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, 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 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
and max
.
- 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(RealVector) - Method in interface org.hipparchus.linear.DecompositionSolver
-
Solve the linear equation A × X = B for matrices A.
- solve(RealMatrix) - Method in interface org.hipparchus.linear.DecompositionSolver
-
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(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldDecompositionSolver
-
Solve the linear equation A × X = B for matrices A.
- 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, RealVector) - Method in class org.hipparchus.linear.IterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · 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, 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.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x =
b.
- 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.SymmLQ
-
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.SymmLQ
-
Returns an estimate of the solution to the linear system A · x =
b.
- 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.
- 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, RealVector, RealVector) - Method in class org.hipparchus.linear.IterativeLinearSolver
-
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, 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.SymmLQ
-
Returns an estimate of the solution to the linear system A · x =
b.
- 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, 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, 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, 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.
- 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.
- solveInverseCumulativeProbability(double, int, int) - Method in class org.hipparchus.distribution.discrete.AbstractIntegerDistribution
-
- 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(SparseFieldMatrix<T>) - Constructor for class org.hipparchus.linear.SparseFieldMatrix
-
Copy constructor.
- SparseFieldMatrix(FieldMatrix<T>) - Constructor for class org.hipparchus.linear.SparseFieldMatrix
-
Generic copy constructor.
- SparseFieldVector<T extends FieldElement<T>> - Class in org.hipparchus.linear
-
- 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(SparseFieldVector<T>, int) - Constructor for class org.hipparchus.linear.SparseFieldVector
-
Build a resized vector, for use with append.
- 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.
- 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
-
- 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
-
- split(DfpField, String) - Static method in class org.hipparchus.dfp.DfpMath
-
Breaks a string representation up into two dfp's.
- split(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
Splits a
Dfp
into 2
Dfp
's such that their sum is equal to the input
Dfp
.
- 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 class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Square root.
- sqrt() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Square root.
- Sqrt - Class in org.hipparchus.analysis.function
-
Square-root function.
- Sqrt() - Constructor for class org.hipparchus.analysis.function.Sqrt
-
- sqrt() - Method in interface org.hipparchus.CalculusFieldElement
-
Square root.
- sqrt() - Method in class org.hipparchus.complex.Complex
-
- sqrt() - Method in class org.hipparchus.complex.FieldComplex
-
- 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.Decimal64
-
Square root.
- sqrt(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the square root of a number.
- sqrt(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the square root of a number.
- sqrt() - Method in class org.hipparchus.util.FieldTuple
-
Square root.
- sqrt() - Method in class org.hipparchus.util.Tuple
-
Square root.
- 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.
- 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).
- 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) - 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, 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(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.
- 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
-
- 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.
- substituteMostRecentElement(double) - Method in class org.hipparchus.util.ResizableDoubleArray
-
Substitutes value
for the most recently added value.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
'-' operator.
- subtract(DerivativeStructure) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute this - a.
- subtract(double[], int, double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform subtraction of two derivative structures.
- subtract(T[], int, T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Perform subtraction of two derivative structures.
- subtract(T) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
'-' operator.
- subtract(FieldDerivativeStructure<T>) - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute this - a.
- subtract(T) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
'-' operator.
- subtract(FieldGradient<T>) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Compute this - a.
- subtract(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
'-' operator.
- subtract(FieldUnivariateDerivative1<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute this - a.
- subtract(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
'-' operator.
- subtract(FieldUnivariateDerivative2<T>) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute this - a.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.Gradient
-
'-' operator.
- 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(double) - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
'-' operator.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
'-' operator.
- subtract(UnivariateDerivative1) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute this - a.
- subtract(double) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
'-' operator.
- subtract(UnivariateDerivative2) - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute this - a.
- Subtract - Class in org.hipparchus.analysis.function
-
Subtract the second operand from the first.
- Subtract() - Constructor for class org.hipparchus.analysis.function.Subtract
-
- 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(double) - Method in interface org.hipparchus.CalculusFieldElement
-
'-' operator.
- subtract(Complex) - Method in class org.hipparchus.complex.Complex
-
Returns a Complex
whose value is
(this - subtrahend)
.
- subtract(double) - 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(double) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is
(this - subtrahend)
.
- subtract(T) - Method in class org.hipparchus.complex.FieldComplex
-
Returns a Complex
whose value is
(this - subtrahend)
.
- subtract(Quaternion, Quaternion) - Static method in class org.hipparchus.complex.Quaternion
-
Subtracts two quaternions.
- subtract(Quaternion) - Method in class org.hipparchus.complex.Quaternion
-
Subtracts a quaternion from the instance.
- subtract(Dfp) - Method in class org.hipparchus.dfp.Dfp
-
Subtract x from this.
- subtract(double) - Method in class org.hipparchus.dfp.Dfp
-
'-' operator.
- subtract(T) - Method in interface org.hipparchus.FieldElement
-
Compute this - a.
- subtract(BigInteger) - Method in class org.hipparchus.fraction.BigFraction
-
Subtracts the value of an
BigInteger
from the value of this
BigFraction
, returning the result in reduced form.
- subtract(int) - Method in class org.hipparchus.fraction.BigFraction
-
Subtracts the value of an integer
from the value of this
BigFraction
, returning the result in reduced form.
- subtract(long) - Method in class org.hipparchus.fraction.BigFraction
-
Subtracts the value of a long
from the value of this
BigFraction
, returning the result in reduced form.
- 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(int) - Method in class org.hipparchus.fraction.Fraction
-
Subtract an integer from the fraction.
- subtract(FieldMatrix<T>) - Method in class org.hipparchus.linear.AbstractFieldMatrix
-
Subtract m
from this matrix.
- subtract(RealMatrix) - Method in class org.hipparchus.linear.AbstractRealMatrix
-
Returns this
minus m
.
- 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
minus m
.
- subtract(FieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute this
minus v
.
- subtract(ArrayFieldVector<T>) - Method in class org.hipparchus.linear.ArrayFieldVector
-
Compute this
minus v
.
- subtract(RealVector) - Method in class org.hipparchus.linear.ArrayRealVector
-
Subtract v
from this vector.
- subtract(FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Subtract m
from this matrix.
- subtract(BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Compute this - m
.
- subtract(RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns this
minus 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
minus m
.
- subtract(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Subtract m
from this matrix.
- subtract(FieldVector<T>) - Method in interface org.hipparchus.linear.FieldVector
-
Compute this
minus v
.
- subtract(RealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Returns this
minus m
.
- 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(RealVector) - Method in class org.hipparchus.linear.OpenMapRealVector
-
Subtract v
from this vector.
- subtract(RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns this
minus m
.
- 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
minus v
.
- subtract(FieldVector<T>) - Method in class org.hipparchus.linear.SparseFieldVector
-
Compute this
minus v
.
- subtract(BigReal) - Method in class org.hipparchus.util.BigReal
-
Compute this - a.
- subtract(Decimal64) - Method in class org.hipparchus.util.Decimal64
-
Compute this - a.
- subtract(double) - Method in class org.hipparchus.util.Decimal64
-
'-' operator.
- subtract(FieldTuple<T>) - Method in class org.hipparchus.util.FieldTuple
-
Compute this - a.
- subtract(double) - Method in class org.hipparchus.util.FieldTuple
-
'-' operator.
- subtract(Tuple) - Method in class org.hipparchus.util.Tuple
-
Compute this - a.
- subtract(double) - Method in class org.hipparchus.util.Tuple
-
'-' operator.
- 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(T[], T[]) - Constructor for class org.hipparchus.analysis.integration.gauss.SymmetricFieldGaussIntegrator
-
Creates an integrator from the given points
and weights
.
- 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.
- 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
and weights
.
- 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
-
- SymmLQ(int, double, boolean) - Constructor for class org.hipparchus.linear.SymmLQ
-
- SymmLQ(IterationManager, double, boolean) - Constructor for class org.hipparchus.linear.SymmLQ
-
- 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.
- tan() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Tangent operation.
- tan(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute tangent of a derivative structure.
- tan(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute tangent of a derivative structure.
- tan() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Tangent operation.
- tan() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Tangent operation.
- tan() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Tangent operation.
- tan() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Tangent operation.
- tan() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Tangent operation.
- tan() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Tangent operation.
- tan() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Tangent operation.
- tan() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Tangent operation.
- Tan - Class in org.hipparchus.analysis.function
-
Tangent function.
- Tan() - Constructor for class org.hipparchus.analysis.function.Tan
-
- 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(Dfp) - Static method in class org.hipparchus.dfp.DfpMath
-
computes the tangent of the argument.
- tan() - Method in class org.hipparchus.util.Decimal64
-
Tangent operation.
- tan(double) - Static method in class org.hipparchus.util.FastMath
-
Tangent function.
- tan(T) - Static method in class org.hipparchus.util.FastMath
-
Tangent function.
- tan() - Method in class org.hipparchus.util.FieldTuple
-
Tangent operation.
- tan() - Method in class org.hipparchus.util.Tuple
-
Tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Hyperbolic tangent operation.
- tanh(double[], int, double[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic tangent of a derivative structure.
- tanh(T[], int, T[], int) - Method in class org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic tangent of a derivative structure.
- tanh() - Method in class org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.SparseGradient
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Hyperbolic tangent operation.
- Tanh - Class in org.hipparchus.analysis.function
-
Hyperbolic tangent function.
- Tanh() - Constructor for class org.hipparchus.analysis.function.Tanh
-
- tanh() - Method in interface org.hipparchus.CalculusFieldElement
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.complex.Complex
-
- tanh() - Method in class org.hipparchus.complex.FieldComplex
-
- tanh() - Method in class org.hipparchus.dfp.Dfp
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.util.Decimal64
-
Hyperbolic tangent operation.
- tanh(double) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic tangent of a number.
- tanh(T) - Static method in class org.hipparchus.util.FastMath
-
Compute the hyperbolic tangent of a number.
- tanh() - Method in class org.hipparchus.util.FieldTuple
-
Hyperbolic tangent operation.
- tanh() - Method in class org.hipparchus.util.Tuple
-
Hyperbolic tangent operation.
- taylor(double...) - Method in class org.hipparchus.analysis.differentiation.DerivativeStructure
-
Evaluate Taylor expansion a derivative structure.
- taylor(double[], 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.
- taylor(T[], 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.FieldDerivativeStructure
-
Evaluate Taylor expansion of 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(T...) - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Evaluate Taylor expansion of a gradient.
- taylor(double) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Evaluate Taylor expansion of a univariate derivative.
- taylor(T) - 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(T) - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Evaluate Taylor expansion a univariate derivative.
- 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) - 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.
- 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(long, long) - Method in interface org.hipparchus.fraction.BigFraction.ConvergenceTest
-
Evaluates if the fraction formed by numerator/denominator
satisfies
this convergence test.
- test(int, int) - Method in interface org.hipparchus.fraction.Fraction.ConvergenceTest
-
Evaluates if the fraction formed by numerator/denominator
satisfies
this convergence test.
- Theta - Class in org.hipparchus.special.elliptic.jacobi
-
- 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(T[][]) - Static method in class org.hipparchus.linear.BlockFieldMatrix
-
Convert a data array from raw layout to blocks layout.
- toBlocksLayout(double[][]) - Static method in class org.hipparchus.linear.BlockRealMatrix
-
Convert a data array from raw layout to blocks layout.
- toCalculusFieldBivariateFunction(Field<T>) - Method in interface org.hipparchus.analysis.FieldBivariateFunction
-
- toCalculusFieldUnivariateFunction(Field<T>) - Method in interface org.hipparchus.analysis.FieldUnivariateFunction
-
- toCalculusFieldUnivariateMatrixFunction(Field<T>) - Method in interface org.hipparchus.analysis.FieldUnivariateMatrixFunction
-
- toCalculusFieldUnivariateVectorFunction(Field<T>) - Method in interface org.hipparchus.analysis.FieldUnivariateVectorFunction
-
- 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.Decimal64
-
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
- 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
- toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.FieldGradient
-
- toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative
-
- toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
- toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
- toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.Gradient
-
- toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative
-
- toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
- toDerivativeStructure() - Method in class org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
- toDifferentiable(UnivariateFunction, UnivariateFunction...) - Static method in class org.hipparchus.analysis.FunctionUtils
-
- toDifferentiable(MultivariateFunction, MultivariateVectorFunction) - Static method in class org.hipparchus.analysis.FunctionUtils
-
- 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
- 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.Decimal64
-
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
- 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
- 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.util.Decimal64
-
The returned String
is equal to
Double.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
by m
.
- transposeMultiply(FieldMatrix<T>) - Method in class org.hipparchus.linear.Array2DRowFieldMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(Array2DRowRealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(RealMatrix) - Method in class org.hipparchus.linear.Array2DRowRealMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(BlockFieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(FieldMatrix<T>) - Method in class org.hipparchus.linear.BlockFieldMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(BlockRealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(RealMatrix) - Method in class org.hipparchus.linear.BlockRealMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(DiagonalMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(RealMatrix) - Method in class org.hipparchus.linear.DiagonalMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(FieldMatrix<T>) - Method in interface org.hipparchus.linear.FieldMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(RealMatrix) - Method in class org.hipparchus.linear.OpenMapRealMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(RealMatrix) - Method in interface org.hipparchus.linear.RealMatrix
-
Returns the result of postmultiplying this^T
by m
.
- transposeMultiply(FieldMatrix<T>) - Method in class org.hipparchus.linear.SparseFieldMatrix
-
Returns the result of postmultiplying this^T
by m
.
- 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(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.
- TrapezoidIntegrator() - Constructor for class org.hipparchus.analysis.integration.TrapezoidIntegrator
-
Construct a trapezoid integrator with default settings.
- 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
-
- TricubicInterpolatingFunction(double[], double[], double[], double[][][], double[][][], double[][][], double[][][], double[][][], double[][][], double[][][], double[][][]) - Constructor for class org.hipparchus.analysis.interpolation.TricubicInterpolatingFunction
-
- TricubicInterpolator - Class in org.hipparchus.analysis.interpolation
-
Generates a tricubic interpolating function.
- TricubicInterpolator() - Constructor for class org.hipparchus.analysis.interpolation.TricubicInterpolator
-
- trigamma(double) - 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
and b
using Møller's 2Sum algorithm.
- twoSum(T, T) - Static method in class org.hipparchus.util.MathUtils
-
Sums a
and b
using Møller's 2Sum algorithm.
- v - Variable in class org.hipparchus.random.AbstractWell
-
Bytes pool.
- value(double, double) - Method in interface org.hipparchus.analysis.BivariateFunction
-
Compute the value for the function.
- value(T, T) - Method in interface org.hipparchus.analysis.CalculusFieldBivariateFunction
-
Compute the value for the function.
- 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(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(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.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, T) - Method in interface org.hipparchus.analysis.FieldBivariateFunction
-
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(double) - Method in class org.hipparchus.analysis.function.Abs
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Abs
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Acos
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Acos
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Acosh
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Acosh
-
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) - Method in class org.hipparchus.analysis.function.Asin
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Asin
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Asinh
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Asinh
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Atan
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Atan
-
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) - Method in class org.hipparchus.analysis.function.Atanh
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Atanh
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Cbrt
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Cbrt
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Ceil
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Ceil
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Constant
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Constant
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Cos
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Cos
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Cosh
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Cosh
-
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) - Method in class org.hipparchus.analysis.function.Exp
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Exp
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Expm1
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Expm1
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Floor
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Floor
-
Compute the value for the function.
- value(double, double...) - Method in class org.hipparchus.analysis.function.Gaussian.Parametric
-
Computes the value of the Gaussian at x
.
- value(double) - Method in class org.hipparchus.analysis.function.Gaussian
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Gaussian
-
Compute the value for the function.
- value(double, double...) - Method in class org.hipparchus.analysis.function.HarmonicOscillator.Parametric
-
Computes the value of the harmonic oscillator at x
.
- value(double) - Method in class org.hipparchus.analysis.function.HarmonicOscillator
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.HarmonicOscillator
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Identity
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Identity
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Inverse
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Inverse
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Log
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Log
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Log10
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Log10
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Log1p
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Log1p
-
Compute the value for the function.
- value(double, double...) - Method in class org.hipparchus.analysis.function.Logistic.Parametric
-
Computes the value of the sigmoid at x
.
- value(double) - Method in class org.hipparchus.analysis.function.Logistic
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Logistic
-
Compute the value for the function.
- value(double, double...) - Method in class org.hipparchus.analysis.function.Logit.Parametric
-
Computes the value of the logit at x
.
- value(double) - Method in class org.hipparchus.analysis.function.Logit
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Logit
-
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) - Method in class org.hipparchus.analysis.function.Minus
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Minus
-
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) - Method in class org.hipparchus.analysis.function.Power
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Power
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Rint
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Rint
-
Compute the value for the function.
- value(double, double...) - Method in class org.hipparchus.analysis.function.Sigmoid.Parametric
-
Computes the value of the sigmoid at x
.
- value(double) - Method in class org.hipparchus.analysis.function.Sigmoid
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Sigmoid
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Sin
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Sin
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Sinc
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Sinc
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Sinh
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Sinh
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Sqrt
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Sqrt
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.StepFunction
-
Compute the value of the function.
- value(double, double) - Method in class org.hipparchus.analysis.function.Subtract
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Tan
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Tan
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Tanh
-
Compute the value of the function.
- value(T) - Method in class org.hipparchus.analysis.function.Tanh
-
Compute the value for the function.
- value(double) - Method in class org.hipparchus.analysis.function.Ulp
-
Compute the value of 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(T, T) - Method in class org.hipparchus.analysis.interpolation.BilinearInterpolatingFunction
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.interpolation.FieldHermiteInterpolator
-
Interpolate value at a specified abscissa.
- value(double) - Method in class org.hipparchus.analysis.interpolation.HermiteInterpolator
-
Interpolate value at a specified abscissa.
- value(T) - Method in class org.hipparchus.analysis.interpolation.HermiteInterpolator
-
Compute the value for the function.
- 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 class org.hipparchus.analysis.interpolation.PiecewiseBicubicSplineInterpolatingFunction
-
Compute the value for the function.
- value(T, T) - Method in class org.hipparchus.analysis.interpolation.PiecewiseBicubicSplineInterpolatingFunction
-
Compute the value for the function.
- value(double, double, double) - Method in class org.hipparchus.analysis.interpolation.TricubicInterpolatingFunction
-
Compute the value for the function.
- 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...) - Method in interface org.hipparchus.analysis.ParametricUnivariateFunction
-
Compute the value of the function.
- value(double) - 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.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(T) - Method in class org.hipparchus.analysis.polynomials.FieldPolynomialSplineFunction
-
Compute the value for the function.
- value(double, double...) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction.Parametric
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunction
-
Compute the value of the function for the given argument.
- 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.PolynomialFunction
-
Compute the value of the function.
- 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(T) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Compute the value for the function.
- value(T) - Method in class org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Compute the value of the function.
- value(double) - Method in class org.hipparchus.analysis.polynomials.PolynomialSplineFunction
-
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.PolynomialSplineFunction
-
Compute the value of the function.
- value(double, double, double) - Method in interface org.hipparchus.analysis.TrivariateFunction
-
Compute the value for the function.
- 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, double) - Static method in class org.hipparchus.special.BesselJ
-
Returns the first Bessel function, \(J_{order}(x)\).
- value(int) - Method in class org.hipparchus.util.CombinatoricsUtils.FactorialLog
-
Computes log(n!)
.
- 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.
- 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(double, double) - Static method in class org.hipparchus.complex.Complex
-
Create a complex number given the real and imaginary parts.
- valueOf(double) - Static method in class org.hipparchus.complex.Complex
-
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.
- valueOf(T) - Static method in class org.hipparchus.complex.FieldComplex
-
Create a complex number given only the real part.
- 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.
- 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(T) - Method in class org.hipparchus.special.elliptic.jacobi.FieldJacobiTheta
-
Evaluate the Jacobi theta functions.
- values(Complex) - Method in class org.hipparchus.special.elliptic.jacobi.JacobiTheta
-
Evaluate the Jacobi theta functions.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- variable(int, double) - Method in class org.hipparchus.analysis.differentiation.DSFactory
-
- variable(int, T) - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
- variable(int, double) - Method in class org.hipparchus.analysis.differentiation.FDSFactory
-
- variable(int, int, T) - Static method in class org.hipparchus.analysis.differentiation.FieldGradient
-
Build a Gradient
representing a variable.
- variable(int, int, double) - Static method in class org.hipparchus.analysis.differentiation.Gradient
-
Build a Gradient
representing a variable.
- VECTOR - Static variable in class org.hipparchus.linear.ConjugateGradient
-
- 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[], 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.
- 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.
- 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, 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, 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.
- 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, 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.