Uses of Class
org.hipparchus.util.FieldSinhCosh
Packages that use FieldSinhCosh
Package
Description
Common classes used throughout the Hipparchus library.
This package holds the main interfaces and basic building block classes
dealing with differentiation.
Complex number type and implementations of complex transcendental
functions.
Decimal floating point library for Java
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of FieldSinhCosh in org.hipparchus
Methods in org.hipparchus that return FieldSinhCoshModifier and TypeMethodDescriptiondefault FieldSinhCosh
<T> CalculusFieldElement.sinhCosh()
Combined hyperbolic sine and cosine operation. -
Uses of FieldSinhCosh in org.hipparchus.analysis.differentiation
Methods in org.hipparchus.analysis.differentiation that return FieldSinhCoshModifier and TypeMethodDescriptiondefault FieldSinhCosh
<T> Derivative1.sinhCosh()
Combined hyperbolic sine and cosine operation.DerivativeStructure.sinhCosh()
Combined hyperbolic sine and cosine operation.default FieldSinhCosh
<T> FieldDerivative1.sinhCosh()
Combined hyperbolic sine and cosine operation.FieldDerivativeStructure.sinhCosh()
Combined hyperbolic sine and cosine operation.FieldGradient.sinhCosh()
Combined hyperbolic sine and cosine operation.FieldUnivariateDerivative2.sinhCosh()
Combined hyperbolic sine and cosine operation.Gradient.sinhCosh()
Combined hyperbolic sine and cosine operation.UnivariateDerivative2.sinhCosh()
Combined hyperbolic sine and cosine operation. -
Uses of FieldSinhCosh in org.hipparchus.complex
Methods in org.hipparchus.complex that return FieldSinhCosh -
Uses of FieldSinhCosh in org.hipparchus.dfp
Methods in org.hipparchus.dfp that return FieldSinhCosh -
Uses of FieldSinhCosh in org.hipparchus.util
Methods in org.hipparchus.util that return FieldSinhCoshModifier and TypeMethodDescriptionstatic <S extends CalculusFieldElement<S>>
FieldSinhCosh<S> FieldSinhCosh.difference
(FieldSinhCosh<S> schAlpha, FieldSinhCosh<S> schBeta) Compute hyperbolic sine and hyperbolic cosine of angles difference.Binary64.sinhCosh()
Combined hyperbolic sine and cosine operation.static <T extends CalculusFieldElement<T>>
FieldSinhCosh<T> FastMath.sinhCosh
(T x) Combined hyperbolic sine and hyperbolic cosine function.FieldTuple.sinhCosh()
Combined hyperbolic sine and cosine operation.Tuple.sinhCosh()
Combined hyperbolic sine and cosine 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 FieldSinhCoshModifier and TypeMethodDescriptionstatic <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.