ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Singluar values as real diagonal matrix of same size and precision as A.
Singular value decomposition.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsInArraySingle
Input matrix, size [M,N] - U (Optional)
- Type: ILNumericsOutArraySingle
[Output, Optional] Returns left singular vectors of A as columns. Default: (null) do not compute.
Return Value
Type: RetArraySingleSingluar values as real diagonal matrix of same size and precision as A.
Remarks
[ILNumerics Computing Engine]
See Also