MATRIX commands
PROGRAM NAME
mmul - Matrix Multiply (C=AB)
DESCRIPTION
mmul
forms the matrix product C=AB. The number of columns in A must match the
number of rows in C.
Output will be either double or double complex, depending on the type of the
input matrices. If either A or B is a complex type, the output will be
double complex. Otherwise the output will be double.
Processing is done by independent planes in WxH.
REQUIRED ARGUMENTS
- -i1
-
type: infile
desc: Input matrix #1 (A)
- -i2
-
type: infile
desc: Input matrix #2 (B)
- -o
-
type: outfile
desc: Output matrix (C)
OPTIONAL ARGUMENTS
none
EXAMPLES
SEE ALSO
RESTRICTIONS
REFERENCES
See any book on linear algebra.
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.