ILNumerics Ultimate VS

LapackMKL10_0.dpotrs 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 dpotrs(
	char uplo,
	int n,
	int nrhs,
	double* A,
	int lda,
	double* B,
	int ldb,
	ref int info
)

Parameters

uplo
Type: System.Char
n
Type: System.Int32
nrhs
Type: System.Int32
A
Type: System.Double*
lda
Type: System.Int32
B
Type: System.Double*
ldb
Type: System.Int32
info
Type: System.Int32

Implements

ILapack.dpotrs(Char, Int32, Int32, Double*, Int32, Double*, Int32, Int32)
See Also

Reference