nag_zgemm (f16zac) Example Program Data
  3 2 3                    :Values of m, n, k
  Nag_NoTrans              : transa
  Nag_NoTrans              : transb
  ( 1.0, 0.0) ( 2.0, 0.0)  : alpha, beta
  ( 1.0, 1.0) ( 1.0, 2.0) (-2.0, 3.0)
  ( 2.0, 1.0) ( 2.0, 2.0) ( 1.0, 2.0)
  ( 3.0, 1.0) ( 3.0, 2.0) (-3.0, 2.0) : the end of matrix A
  ( 1.0,-1.0) ( 1.0, 2.0)
  (-2.0, 1.0) ( 2.0,-2.0)
  ( 3.0,-1.0) (-3.0, 1.0)  : the end of matrix B
  (-3.5,-0.5) ( 1.5, 2.0)
  (-4.5, 1.5) (-2.0, 3.5)
  (-5.5, 3.5) ( 3.0,-1.5)  : the end of matrix C