NurbsBase.Cholesky (Double(,), Int32, out Double(,)) Method

Public Shared Function Cholesky( _ 
ByVal A As Double(,), _ 
ByVal size As Integer, _ 
ByRef L As Double(,) _ 
) As Boolean
This language is not supported or no code example is available.
public static bool Cholesky( 
double[,] A
int size
out double[,] L 
)
This language is not supported or no code example is available.

Parameters

A
double[,]

size
int

L
double[,]

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition