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 zgetrs( char trans, int N, int NRHS, complex* A, int LDA, int* IPIV, complex* B, int LDB, ref int info )
Parameters
- trans
- Type: SystemChar
- N
- Type: SystemInt32
- NRHS
- Type: SystemInt32
- A
- Type: ILNumericscomplex*
- LDA
- Type: SystemInt32
- IPIV
- Type: SystemInt32*
- B
- Type: ILNumericscomplex*
- LDB
- Type: SystemInt32
- info
- Type: SystemInt32
Implements
ILapackzgetrs(Char, Int32, Int32, complex*, Int32, Int32*, complex*, Int32, Int32)See Also