MATRIX commands
PROGRAM NAME
minvdiag - Compute Inverse of Diagonal Matrix
DESCRIPTION
minvdiag
computes the inverse of a diagonal matrix. The matrix can be non-square.
Output is of type KDCOMPLEX if the input matrix is a complex type, otherwise
the output is of type KDOUBLE.
No checking is done for a divide by zero condition.
Note that only the diagonal elements of the input matrix are modified.
minvdiag is a pane object pointing to minvert.
REQUIRED ARGUMENTS
- -i
-
type: infile
desc: Input matrix
- -o
-
type: outfile
desc: Output matrix
OPTIONAL ARGUMENTS
none
EXAMPLES
SEE ALSO
RESTRICTIONS
REFERENCES
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.