Skip to main content

math:accumulate min over label

Version: 0.0.0

Description

Compute the component-wise sum over all the fields that have the same ID as the label set as input in the fields container and take its opposite. This computation can be incremental. If the input fields container is connected and the operator is run multiple times, the output field will be on all the connected inputs.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_container
Pin 1labelstringLabel of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.

Outputs

OutputNameExpected type(s)Description
Pin 0fieldfield

Configurations

NameExpected type(s)Default valueDescription
incrementalbooltrueThis operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range.
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: math

Plugin: core

Scripting name: None

Full name: None

Internal name: accumulate_min_over_label_fc

License: None

Changelog

  • Version 0.0.0: Initial release.