Example description

nag_zgbmv (f16sbc) Example Program Data
  6 4 2 1                                 :Values of m, n, kl, ku
  Nag_NoTrans                             : trans
  ( 1.0, 0.0) ( 2.0, 0.0)                 : alpha, beta
  1 1                                     : incx, incy
  ( 1.0, 1.0) ( 1.0, 2.0)
  ( 2.0, 1.0) ( 2.0, 2.0) ( 2.0, 3.0)
  ( 3.0, 1.0) ( 3.0, 2.0) ( 3.0, 3.0) ( 3.0, 4.0)
              ( 4.0, 2.0) ( 4.0, 3.0) ( 4.0, 4.0)
                          ( 5.0, 3.0) ( 5.0, 4.0)
                                      ( 6.0, 4.0)  : the end of matrix A
  ( 1.0,-1.0)
  ( 2.0,-2.0)
  ( 3.0,-3.0)
  ( 4.0,-4.0)              : the end of vector x
  (-3.5, 0.0)
  (-11.5, 1.0)
  (-27.5, 3.0)
  (-29.0, 7.5)
  (-25.5, 10.0)
  (-14.5, 10.0)              : the end of vector y