Uses of Class
org.hipparchus.util.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
Modifier and TypeMethodDescriptiondefault FieldSinhCosh<T>
CalculusFieldElement.sinhCosh()
Combined hyperbolic sine and cosine operation. -
Uses of FieldSinhCosh in org.hipparchus.analysis.differentiation
Modifier 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
-
Uses of FieldSinhCosh in org.hipparchus.dfp
-
Uses of FieldSinhCosh in org.hipparchus.util
Modifier 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.Modifier 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.