MATRIX commands


PROGRAM NAME

mexchg - Exchange Rows or Columns of a Matrix

DESCRIPTION

mexchg is used to interchage a pair of columns and/or a pair of rows of a matrix. If only a row exchange is desired, set the column indices equal to each other. Likewise, if only a column exhange is desired, set the row indices equal to each other.

REQUIRED ARGUMENTS

-i
type: infile
desc: Input matrix
-o
type: outfile
desc: Output matrix

OPTIONAL ARGUMENTS

Mutually Inclusive Group; if desired, specify ALL of:

-r1
type: integer
desc: row #1
default: 1
bounds: value >= 0
AND
-r2
type: integer
desc: row #2
default: 1
bounds: value >= 0

Mutually Inclusive Group; if desired, specify ALL of:

-c1
type: integer
desc: Column #1
default: 1
bounds: value >= 0
AND
-c2
type: integer
desc: Column #2
default: 1
bounds: value >= 0

EXAMPLES

SEE ALSO

RESTRICTIONS

REFERENCES

COPYRIGHT

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