Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • math_Crout

Index

Constructors

  • new math_Crout(A: math_Matrix, MinPivot: number): math_Crout
  • Parameters

    • A: math_Matrix
    • MinPivot: number

    Returns math_Crout

Methods

  • Determinant(): number
  • Returns number

  • Dump(o: Standard_OStream): void
  • Parameters

    • o: Standard_OStream

    Returns void

  • Inverse(): math_Matrix
  • Returns math_Matrix

  • Invert(Inv: math_Matrix): void
  • Parameters

    • Inv: math_Matrix

    Returns void

  • IsDone(): boolean
  • Returns boolean

  • Solve(B: math_Vector, X: math_Vector): void
  • Parameters

    • B: math_Vector
    • X: math_Vector

    Returns void

  • delete(): void
  • Returns void

Generated using TypeDoc