Skip to main content

math:svd

Version: 0.0.0

Description

Computes the matrix singular value decomposition (SVD) for each field in the given fields container.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_containerfields_container

Outputs

OutputNameExpected type(s)Description
Pin 0s_svdfields_containerSingular values of the input data, where A=U.S.Vt
Pin 1u_svdfields_containerU of the input data, where A=U.S.Vt
Pin 2vt_svdfields_containerVt of the input data, where A=U.S.Vt

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: svd

Full name: math.svd

Internal name: svdOp

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.