Uses of Class
org.hipparchus.util.FieldSinhCosh
-
Packages that use FieldSinhCosh Package Description org.hipparchus Common classes used throughout the Hipparchus library.org.hipparchus.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation.org.hipparchus.complex Complex number type and implementations of complex transcendental functions.org.hipparchus.dfp Decimal floating point library for Javaorg.hipparchus.util Convenience routines and common data structures used throughout the Hipparchus library. -
-
Uses of FieldSinhCosh in org.hipparchus
Methods in org.hipparchus that return FieldSinhCosh Modifier and Type Method Description FieldSinhCosh<T>
CalculusFieldElement. sinhCosh()
Combined hyperbolic sine and sosine operation. -
Uses of FieldSinhCosh in org.hipparchus.analysis.differentiation
Methods in org.hipparchus.analysis.differentiation that return FieldSinhCosh Modifier and Type Method Description FieldSinhCosh<DerivativeStructure>
DerivativeStructure. sinhCosh()
Combined hyperbolic sine and sosine operation.FieldSinhCosh<FieldDerivativeStructure<T>>
FieldDerivativeStructure. sinhCosh()
Combined hyperbolic sine and sosine operation.FieldSinhCosh<FieldGradient<T>>
FieldGradient. sinhCosh()
Combined hyperbolic sine and sosine operation.FieldSinhCosh<FieldUnivariateDerivative1<T>>
FieldUnivariateDerivative1. sinhCosh()
Combined hyperbolic sine and sosine operation.FieldSinhCosh<FieldUnivariateDerivative2<T>>
FieldUnivariateDerivative2. sinhCosh()
Combined hyperbolic sine and sosine operation.FieldSinhCosh<Gradient>
Gradient. sinhCosh()
Combined hyperbolic sine and sosine operation.FieldSinhCosh<SparseGradient>
SparseGradient. sinhCosh()
Combined hyperbolic sine and sosine operation.FieldSinhCosh<UnivariateDerivative1>
UnivariateDerivative1. sinhCosh()
Combined hyperbolic sine and sosine operation.FieldSinhCosh<UnivariateDerivative2>
UnivariateDerivative2. sinhCosh()
Combined hyperbolic sine and sosine operation. -
Uses of FieldSinhCosh in org.hipparchus.complex
Methods in org.hipparchus.complex that return FieldSinhCosh Modifier and Type Method Description FieldSinhCosh<Complex>
Complex. sinhCosh()
Combined hyperbolic sine and sosine operation.FieldSinhCosh<FieldComplex<T>>
FieldComplex. sinhCosh()
Combined hyperbolic sine and sosine operation. -
Uses of FieldSinhCosh in org.hipparchus.dfp
Methods in org.hipparchus.dfp that return FieldSinhCosh Modifier and Type Method Description FieldSinhCosh<Dfp>
Dfp. sinhCosh()
Combined hyperbolic sine and sosine operation. -
Uses of FieldSinhCosh in org.hipparchus.util
Methods in org.hipparchus.util that return FieldSinhCosh Modifier and Type Method Description static <S extends CalculusFieldElement<S>>
FieldSinhCosh<S>FieldSinhCosh. difference(FieldSinhCosh<S> schAlpha, FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles difference.FieldSinhCosh<Binary64>
Binary64. sinhCosh()
Combined hyperbolic sine and sosine operation.static <T extends CalculusFieldElement<T>>
FieldSinhCosh<T>FastMath. sinhCosh(T x)
Combined hyperbolic sine and hyperbolic cosine function.FieldSinhCosh<FieldTuple<T>>
FieldTuple. sinhCosh()
Combined hyperbolic sine and sosine operation.FieldSinhCosh<Tuple>
Tuple. sinhCosh()
Combined hyperbolic sine and sosine operation.static <S extends CalculusFieldElement<S>>
FieldSinhCosh<S>FieldSinhCosh. sum(FieldSinhCosh<S> schAlpha, FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles sum.Methods in org.hipparchus.util with parameters of type FieldSinhCosh Modifier and Type Method Description static <S extends CalculusFieldElement<S>>
FieldSinhCosh<S>FieldSinhCosh. difference(FieldSinhCosh<S> schAlpha, FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles difference.static <S extends CalculusFieldElement<S>>
FieldSinhCosh<S>FieldSinhCosh. sum(FieldSinhCosh<S> schAlpha, FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles sum.
-