ILNumerics Ultimate VS

LapackMKL10_0cgeqrf Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

Namespace:  ILNumerics.Core.Native
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public void cgeqrf(
	int M,
	int N,
	fcomplex* A,
	int lda,
	fcomplex* tau,
	ref int info
)

Parameters

M
Type: SystemInt32
N
Type: SystemInt32
A
Type: ILNumericsfcomplex*
lda
Type: SystemInt32
tau
Type: ILNumericsfcomplex*
info
Type: SystemInt32

Implements

ILapackcgeqrf(Int32, Int32, fcomplex*, Int32, fcomplex*, Int32)
See Also

Reference