Constructors
constructor
- new math_Crout(A: math_Matrix, MinPivot: number): math_Crout
Parameters
A: math_Matrix
MinPivot: number
Methods
Dump
- Dump(o: Standard_OStream): void
Invert
- Invert(Inv: math_Matrix): void
Solve
- Solve(B: math_Vector, X: math_Vector): void
Parameters
B: math_Vector
X: math_Vector
Returns void