syminv - nicolob/pep-full GitHub Wiki

syminv

Type: subroutine

Defined in: syminv.f

Definition: subroutine SYMINV(a, b, n, m, pvrow, pvcol, iuse, pvrwb, ierinv)

Description

inversion of a symmetric matrix in place.  algorithm 150, comm.
acm, h. rutishauser.
a is half of a symmetric matrix, n by n, arranged shortest rows
first.  that is, the first row is 1 long, the next 2, ... the
last n.  element a(i,j) (i.ge.j) is at a(j+i*(i-1)/2).
b is constant array of dimension n by m.  the solution of the
matrix equation ax=b is left in b.
pvrow, pvcol and iuse are temporary arrays of length n.  pvrwb
is a temporary array of length m.

Included Files

None.

Arguments

  • a
  • b
  • n
  • m
  • pvrow
  • pvcol
  • iuse
  • pvrwb
  • ierinv

Calls

  • None detected.

Called By

  • ...

Notes

  • ...
⚠️ **GitHub.com Fallback** ⚠️