HighPerformanceCSRJacobi Method
            Get Jacobian Sparse Matrix
            
Namespace: Metas.UncLib.LinProp.MiscAssembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.9.9435.16865
public static MKLSparseMatrixCSR CSRJacobi(
	UncNumber[] x,
	out int[] common_inputs
)
Public Shared Function CSRJacobi ( 
	x As UncNumber(),
	<OutAttribute> ByRef common_inputs As Integer()
) As MKLSparseMatrixCSR
public:
static MKLSparseMatrixCSR^ CSRJacobi(
	array<UncNumber>^ x, 
	[OutAttribute] array<int>^% common_inputs
)
static member CSRJacobi : 
        x : UncNumber[] * 
        common_inputs : int[] byref -> MKLSparseMatrixCSR 
- x  UncNumber
 - common_inputs  Int32
 
MKLSparseMatrixCSR