Previous: matin Up: ../plot79_m.html Next: matpct
SUBROUTINE MATMM (C, A,B) C$ (Multiply 4 X 4 Matrices) C$ Form C = A B, where C may overlap with either A or B, or C$ both, since the product is developed in a temporary matrix. C$ (03-APR-82)