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
public void zgeqp3( int M, int N, complex* A, int LDA, int* JPVT, complex* tau, ref int info )
Parameters
- M
- Type: SystemInt32
- N
- Type: SystemInt32
- A
- Type: ILNumericscomplex*
- LDA
- Type: SystemInt32
- JPVT
- Type: SystemInt32*
- tau
- Type: ILNumericscomplex*
- info
- Type: SystemInt32
Implements
ILapackzgeqp3(Int32, Int32, complex*, Int32, Int32*, complex*, Int32)See Also