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 ztrtrs( char uplo, char transA, char diag, int N, int nrhs, complex* A, int LDA, complex* B, int LDB, ref int info )
Parameters
- uplo
- Type: SystemChar
- transA
- Type: SystemChar
- diag
- Type: SystemChar
- N
- Type: SystemInt32
- nrhs
- Type: SystemInt32
- A
- Type: ILNumericscomplex*
- LDA
- Type: SystemInt32
- B
- Type: ILNumericscomplex*
- LDB
- Type: SystemInt32
- info
- Type: SystemInt32
Implements
ILapackztrtrs(Char, Char, Char, Int32, Int32, complex*, Int32, complex*, Int32, Int32)See Also