ILNumerics Ultimate VS

ILapackcgeqp3 Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
QR factorisation with column pivoting

[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 cgeqp3(
	int M,
	int N,
	fcomplex* A,
	int LDA,
	int* JPVT,
	fcomplex* tau,
	ref int info
)

Parameters

M
Type: SystemInt32
N
Type: SystemInt32
A
Type: ILNumericsfcomplex*
LDA
Type: SystemInt32
JPVT
Type: SystemInt32*
tau
Type: ILNumericsfcomplex*
info
Type: SystemInt32
Remarks

[ILNumerics Core Module]

See Also

Reference