corrected description of algorithm to invert matrix
This commit is contained in:
parent
4fb1cb8f87
commit
8f90f1f1f9
|
@ -843,7 +843,7 @@ pure function math_transpose3x3(A)
|
||||||
|
|
||||||
|
|
||||||
!**************************************************************************
|
!**************************************************************************
|
||||||
! Gauss elimination to invert 6x6 matrix
|
! Gauss elimination to invert matrix of arbitrary dimension
|
||||||
!**************************************************************************
|
!**************************************************************************
|
||||||
PURE SUBROUTINE math_invert(dimen,A, InvA, AnzNegEW, error)
|
PURE SUBROUTINE math_invert(dimen,A, InvA, AnzNegEW, error)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue