Uses of Interface
pulse.math.transforms.Transformable
-
Packages that use Transformable Package Description pulse.math Provides general math functionality that is used when finding the direction (aVector) of the minimum, including operations with vector and matrices.pulse.math.transforms -
-
Uses of Transformable in pulse.math
Methods in pulse.math that return Transformable Modifier and Type Method Description TransformableParameter. getTransform()Methods in pulse.math with parameters of type Transformable Modifier and Type Method Description voidParameter. setTransform(Transformable transform)Constructors in pulse.math with parameters of type Transformable Constructor Description Parameter(ParameterIdentifier index, Transformable transform, Segment bound) -
Uses of Transformable in pulse.math.transforms
Classes in pulse.math.transforms that implement Transformable Modifier and Type Class Description classAtanhTransformHyper-tangent parameter transform allowing to set an upper bound for a parameter.classBoundedParameterTransformAn abstractTransformablewhere the bounds of the parameter is manually set.classInvDiamTransformA transform that simply divides the value by the squared length of the sample.classPeriodicTransformclassStickTransformA simple bounded transform which makes the parameter stick to the boundaries upon reaching them.Fields in pulse.math.transforms declared as Transformable Modifier and Type Field Description static TransformableStandardTransformations. ABSstatic TransformableStandardTransformations. LOGLogarithmic parameter transform.static TransformableStandardTransformations. SQRT
-