ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Namespace: ILNumerics.Core.Native
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
void zgelsd( int m, int n, int nrhs, complex* A, int lda, complex* B, int ldb, double* S, double RCond, ref int rank, ref int info )
Parameters
- m
- Type: SystemInt32
- n
- Type: SystemInt32
- nrhs
- Type: SystemInt32
- A
- Type: ILNumericscomplex*
- lda
- Type: SystemInt32
- B
- Type: ILNumericscomplex*
- ldb
- Type: SystemInt32
- S
- Type: SystemDouble*
- RCond
- Type: SystemDouble
- rank
- Type: SystemInt32
- info
- Type: SystemInt32
See Also