ILNumerics Ultimate VS

LapackMKL10_0zpotri 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 zpotri(
	char uplo,
	int n,
	complex* A,
	int lda,
	ref int info
)

Parameters

uplo
Type: SystemChar
n
Type: SystemInt32
A
Type: ILNumericscomplex*
lda
Type: SystemInt32
info
Type: SystemInt32

Implements

ILapackzpotri(Char, Int32, complex*, Int32, Int32)
See Also

Reference