ILNumerics Ultimate VS

LapackMKL10_0dtrtrs 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 dtrtrs(
	char uplo,
	char transA,
	char diag,
	int N,
	int nrhs,
	double* A,
	int LDA,
	double* B,
	int LDB,
	ref int info
)

Parameters

uplo
Type: SystemChar
transA
Type: SystemChar
diag
Type: SystemChar
N
Type: SystemInt32
nrhs
Type: SystemInt32
A
Type: SystemDouble*
LDA
Type: SystemInt32
B
Type: SystemDouble*
LDB
Type: SystemInt32
info
Type: SystemInt32

Implements

ILapackdtrtrs(Char, Char, Char, Int32, Int32, Double*, Int32, Double*, Int32, Int32)
See Also

Reference