NurbsBase.lubksb Method

Public Shared Sub lubksb( _ 
ByVal a As Double(,), _ 
ByVal indx As Integer(), _ 
ByRef b As Double() _ 
)
This language is not supported or no code example is available.
public static void lubksb( 
double[,] a
int[] indx
ref double[] b 
)
This language is not supported or no code example is available.

Parameters

a
double[,]

indx
int[]

b
double[]

.NET Framework

Supported in: 4.8

In this article

Definition