Tao.Ode SDK Documentation

Ode.dSolveCholesky Method 

[Visual Basic]
Public Shared Sub dSolveCholesky( _
   ByRef L As Single, _
   ByRef b As Single, _
   ByVal n As Integer _
)
[C#]
public static void dSolveCholesky(
   ref float L,
   out float b,
   int n
);

See Also

Ode Class | Tao.Ode Namespace