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 Java
|
org.hipparchus.util |
Convenience routines and common data structures used throughout the Hipparchus library.
|
Modifier and Type | Method and Description |
---|---|
FieldSinhCosh<T> |
CalculusFieldElement.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
Modifier and Type | Method and Description |
---|---|
FieldSinhCosh<UnivariateDerivative2> |
UnivariateDerivative2.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
FieldSinhCosh<DerivativeStructure> |
DerivativeStructure.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
FieldSinhCosh<FieldDerivativeStructure<T>> |
FieldDerivativeStructure.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<FieldGradient<T>> |
FieldGradient.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
FieldSinhCosh<FieldUnivariateDerivative2<T>> |
FieldUnivariateDerivative2.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
FieldSinhCosh<FieldUnivariateDerivative1<T>> |
FieldUnivariateDerivative1.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
Modifier and Type | Method and Description |
---|---|
FieldSinhCosh<Complex> |
Complex.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
FieldSinhCosh<FieldComplex<T>> |
FieldComplex.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
Modifier and Type | Method and Description |
---|---|
FieldSinhCosh<Dfp> |
Dfp.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
Modifier and Type | Method and Description |
---|---|
static <S extends CalculusFieldElement<S>> |
FieldSinhCosh.difference(FieldSinhCosh<S> schAlpha,
FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles difference.
|
FieldSinhCosh<Decimal64> |
Decimal64.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
FieldSinhCosh<FieldTuple<T>> |
FieldTuple.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
FieldSinhCosh<Tuple> |
Tuple.sinhCosh()
Combined hyperbolic sine and sosine operation.
|
static <T extends CalculusFieldElement<T>> |
FastMath.sinhCosh(T x)
Combined hyperbolic sine and hyperbolic cosine function.
|
static <S extends CalculusFieldElement<S>> |
FieldSinhCosh.sum(FieldSinhCosh<S> schAlpha,
FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles sum.
|
Modifier and Type | Method and Description |
---|---|
static <S extends CalculusFieldElement<S>> |
FieldSinhCosh.difference(FieldSinhCosh<S> schAlpha,
FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles difference.
|
static <S extends CalculusFieldElement<S>> |
FieldSinhCosh.difference(FieldSinhCosh<S> schAlpha,
FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles difference.
|
static <S extends CalculusFieldElement<S>> |
FieldSinhCosh.sum(FieldSinhCosh<S> schAlpha,
FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles sum.
|
static <S extends CalculusFieldElement<S>> |
FieldSinhCosh.sum(FieldSinhCosh<S> schAlpha,
FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles sum.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.