ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
singular value decomposition
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Native
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public void cgesvd( char jobz, int m, int n, fcomplex* a, int lda, float* s, fcomplex* u, int ldu, fcomplex* vt, int ldvt, ref int info )
Parameters
- jobz
- Type: SystemChar
- m
- Type: SystemInt32
- n
- Type: SystemInt32
- a
- Type: ILNumericsfcomplex*
- lda
- Type: SystemInt32
- s
- Type: SystemSingle*
- u
- Type: ILNumericsfcomplex*
- ldu
- Type: SystemInt32
- vt
- Type: ILNumericsfcomplex*
- ldvt
- Type: SystemInt32
- info
- Type: SystemInt32
Implements
ILapackcgesvd(Char, Int32, Int32, fcomplex*, Int32, Single*, fcomplex*, Int32, fcomplex*, Int32, Int32)Remarks
[ILNumerics Core Module]
See Also