Uses of Class
pulse.math.Parameter
-
Packages that use Parameter 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.tasks.logs Lists classes for logging, storing runtime information including statuses. -
-
Uses of Parameter in pulse.math
Methods in pulse.math that return Parameter Modifier and Type Method Description Parameter
Parameter. copy()
Methods in pulse.math that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>
ParameterVector. getParameters()
Methods in pulse.math with parameters of type Parameter Modifier and Type Method Description void
ParameterVector. add(Parameter p)
Constructors in pulse.math with parameters of type Parameter Constructor Description Parameter(Parameter p)
-
Uses of Parameter in pulse.tasks.logs
Methods in pulse.tasks.logs that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>
DataLogEntry. getData()
-