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 sgetrs( char trans, int N, int NRHS, float* A, int LDA, int* IPIV, float* B, int LDB, ref int info )
Parameters
- trans
- Type: SystemChar
- N
- Type: SystemInt32
- NRHS
- Type: SystemInt32
- A
- Type: SystemSingle*
- LDA
- Type: SystemInt32
- IPIV
- Type: SystemInt32*
- B
- Type: SystemSingle*
- LDB
- Type: SystemInt32
- info
- Type: SystemInt32
Implements
ILapacksgetrs(Char, Int32, Int32, Single*, Int32, Int32*, Single*, Int32, Int32)See Also