NAME

invmtr -- Inverse of a matrix

PROTOTYPE

void invmtr(float **a, float **y, int n)

ARGUMENTS

float **a
Input matrix
float **y
Output matrix
int n
dimension of matrix

DESCRIPTION:

Find the inverse y[1..n][1..n] of a matrix a[1..n][1..n] such that AY=1=YA. The input matrix 'a' will be destroyed afterwards.

FILE

/local/homes/rhaschke/nst7/man/../o.linx86//../nstsrc/nst_numr.c