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.util |
Convenience routines and common data structures used throughout the Hipparchus library.
|
Modifier and Type | Method and Description |
---|---|
default FieldSinCos<T> |
RealFieldElement.sinCos()
Combined Sine and Cosine operation.
|
Modifier and Type | Method and Description |
---|---|
FieldSinCos<SparseGradient> |
SparseGradient.sinCos()
Combined Sine and Cosine operation.
|
FieldSinCos<FieldDerivativeStructure<T>> |
FieldDerivativeStructure.sinCos()
Combined Sine and Cosine operation.
|
FieldSinCos<DerivativeStructure> |
DerivativeStructure.sinCos()
Combined Sine and Cosine operation.
|
Modifier and Type | Method and Description |
---|---|
FieldSinCos<Tuple> |
Tuple.sinCos()
Combined Sine and Cosine operation.
|
FieldSinCos<FieldTuple<T>> |
FieldTuple.sinCos()
Combined Sine and Cosine operation.
|
static <T extends RealFieldElement<T>> |
FastMath.sinCos(T x)
Combined Sine and Cosine function.
|
Copyright © 2016–2019 Hipparchus.org. All rights reserved.