ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
multipliation for general matrix with QR decomposition factor
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Native
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
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
Remarks
[ILNumerics Core Module]
See Also