ILNumerics Ultimate VS

ILapackzungqr Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
QR factor extraction

[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 zungqr(
	int M,
	int N,
	int K,
	complex* A,
	int lda,
	complex* tau,
	ref int info
)

Parameters

M
Type: SystemInt32
N
Type: SystemInt32
K
Type: SystemInt32
A
Type: ILNumericscomplex*
lda
Type: SystemInt32
tau
Type: ILNumericscomplex*
info
Type: SystemInt32
Remarks

[ILNumerics Core Module]

See Also

Reference