BOOTSTRAP (klibm) functions


LIBRARY ROUTINE

kdmatrix_inverse - inverts a matrix.

LIBRARY CALL

int kdmatrix_inverse(
   double *matrix,
   int    order,
   double *outmatrix)

INPUT

OUTPUT

RETURN VALUE

TRUE (1) on success, otherwise it returns FALSE (0) and kerrno is set to KNUMERIC if the input matrix is singular and cannot be inverted.

DESCRIPTION

kdmatrix_inverse() - returns the inverse of the input matrix.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/klibm/src/dmatrix.c

SEE ALSO

klibm(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.