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 Dtrcon(
MatrixNorm norm,
MatrixTriangle triangleMode,
MatrixDiagonal diag,
int n,
double[] a,
int aOffset,
int lda,
out double rcond,
out int info
)
Public MustOverride Sub Dtrcon (
norm As MatrixNorm,
triangleMode As MatrixTriangle,
diag As MatrixDiagonal,
n As Integer,
a As Double(),
aOffset As Integer,
lda As Integer,
<OutAttribute> ByRef rcond As Double,
<OutAttribute> ByRef info As Integer
)
public:
virtual void Dtrcon(
MatrixNorm norm,
MatrixTriangle triangleMode,
MatrixDiagonal diag,
int n,
array<double>^ a,
int aOffset,
int lda,
[OutAttribute] double% rcond,
[OutAttribute] int% info
) abstract
abstract Dtrcon :
norm : MatrixNorm *
triangleMode : MatrixTriangle *
diag : MatrixDiagonal *
n : int *
a : float[] *
aOffset : int *
lda : int *
rcond : float byref *
info : int byref -> unit
Parameters
- norm
- Type: Extreme.MathematicsMatrixNorm
- triangleMode
- Type: Extreme.MathematicsMatrixTriangle
- diag
- Type: Extreme.MathematicsMatrixDiagonal
- n
- Type: SystemInt32
- a
- Type: SystemDouble
- aOffset
- Type: SystemInt32
- lda
- Type: SystemInt32
- rcond
- Type: SystemDouble
- info
- Type: SystemInt32
Numerical Libraries
Supported in: 5.x, 4.x
Reference