ILNumerics Ultimate VS

LapackMKL10_0sgeqp3 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 sgeqp3(
	int M,
	int N,
	float* A,
	int LDA,
	int* JPVT,
	float* tau,
	ref int info
)

Parameters

M
Type: SystemInt32
N
Type: SystemInt32
A
Type: SystemSingle*
LDA
Type: SystemInt32
JPVT
Type: SystemInt32*
tau
Type: SystemSingle*
info
Type: SystemInt32

Implements

ILapacksgeqp3(Int32, Int32, Single*, Int32, Int32*, Single*, Int32)
See Also

Reference