Tao.Ode SDK Documentation
Ode.dInvertPDMatrix Method
[Visual Basic]
Public Shared Function dInvertPDMatrix( _
ByRef
A
As
Single
, _
ByRef
Ainv
As
Single
, _
ByVal
n
As
Integer
_
) As
Integer
[C#]
public static
int
dInvertPDMatrix(
ref
float
A
,
out
float
Ainv
,
int
n
);
See Also
Ode Class
|
Tao.Ode Namespace