Namespace: Extreme.Mathematics.LinearAlgebra.ProvidersAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public abstract void Dpotri(
MatrixTriangle triangleMode,
int n,
double[] a,
int aOffset,
int lda,
out int info
)
Public MustOverride Sub Dpotri (
triangleMode As MatrixTriangle,
n As Integer,
a As Double(),
aOffset As Integer,
lda As Integer,
<OutAttribute> ByRef info As Integer
)
public:
virtual void Dpotri(
MatrixTriangle triangleMode,
int n,
array<double>^ a,
int aOffset,
int lda,
[OutAttribute] int% info
) abstract
abstract Dpotri :
triangleMode : MatrixTriangle *
n : int *
a : float[] *
aOffset : int *
lda : int *
info : int byref -> unit
Parameters
- triangleMode
- Type: Extreme.MathematicsMatrixTriangle
- n
- Type: SystemInt32
- a
- Type: SystemDouble
- aOffset
- Type: SystemInt32
- lda
- Type: SystemInt32
- info
- Type: SystemInt32
Numerical Libraries
Supported in: 5.x, 4.x
Reference