Skip to main content

math:mac

Version: 0.0.0

Description

Computes MAC Matrix between two fields container, both for real and complex cases. For mixed cases (real-complex and complex) only the real part is considered. Providing inputs with the same component scoping is an user responsability.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerAfields_containerFields Container A.
Pin 1
Required
fields_containerBfields_containerFields Container B.
Pin 2
Required
weightsfieldField M, optional weighting for MAC Matrix computation.

Outputs

OutputNameExpected type(s)Description
Pin 0fieldfieldMAC Matrix for all the combinations between mode fields of Field Container A and Field Container B. Results listed row by row.

Configurations

NameExpected type(s)Default valueDescription
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: mac

Full name: math.mac

Internal name: mac

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.