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 dormqr( char side, char trans, int m, int n, int k, double* A, int lda, double* tau, double* C, int LDC, ref int info )
Parameters
- side
- Type: SystemChar
- trans
- Type: SystemChar
- m
- Type: SystemInt32
- n
- Type: SystemInt32
- k
- Type: SystemInt32
- A
- Type: SystemDouble*
- lda
- Type: SystemInt32
- tau
- Type: SystemDouble*
- C
- Type: SystemDouble*
- LDC
- Type: SystemInt32
- info
- Type: SystemInt32
Implements
ILapackdormqr(Char, Char, Int32, Int32, Int32, Double*, Int32, Double*, Double*, Int32, Int32)See Also