ILNumerics Ultimate VS

LapackMKL10_0sormqr 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 sormqr(
	char side,
	char trans,
	int m,
	int n,
	int k,
	float* A,
	int lda,
	float* tau,
	float* C,
	int LDC,
	ref int info
)

Parameters

side
Type: SystemChar
trans
Type: SystemChar
m
Type: SystemInt32
n
Type: SystemInt32
k
Type: SystemInt32
A
Type: SystemSingle*
lda
Type: SystemInt32
tau
Type: SystemSingle*
C
Type: SystemSingle*
LDC
Type: SystemInt32
info
Type: SystemInt32

Implements

ILapacksormqr(Char, Char, Int32, Int32, Int32, Single*, Int32, Single*, Single*, Int32, Int32)
See Also

Reference