ILNumerics Ultimate VS

LapackMKL10_0sgetri 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 sgetri(
	int N,
	float* A,
	int LDA,
	int* IPIV,
	ref int info
)

Parameters

N
Type: SystemInt32
A
Type: SystemSingle*
LDA
Type: SystemInt32
IPIV
Type: SystemInt32*
info
Type: SystemInt32

Implements

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

Reference