Name
invpd — mimic Gauss function invpd
CALLING SEQUENCE
[xi]=invpd(x)
PARAMETERS
- Input
x = a square matrix
- Output
xi = inverse of x
DESCRIPTION
A dummy function to mimic Gauss invpd simply returns the inverse, with no checking for positive definiteness.