Switch to unified view

a/LibDBlasM2.def b/LibDBlasM2.def
...
...
451
          (*           matrix C. N must be at least zero.                   *)
451
          (*           matrix C. N must be at least zero.                   *)
452
          (*  K      : On entry, K specifies the number of columns of the   *)
452
          (*  K      : On entry, K specifies the number of columns of the   *)
453
          (*           matrix op( A ) and the number of rows of the matrix  *)
453
          (*           matrix op( A ) and the number of rows of the matrix  *)
454
          (*           op( B ). K must be at least zero.                    *)
454
          (*           op( B ). K must be at least zero.                    *)
455
          (*  Alpha  : On entry, Alpha specifies the scalar alpha.          *)
455
          (*  Alpha  : On entry, Alpha specifies the scalar alpha.          *)
456
          (*  A      : LONGREAL array of DIMENSION ( LDA, ka ), where ka is *)
456
          (*  A      : COMPLEX array of DIMENSION ( LDA, ka ), where ka is  *)
457
          (*           k when  TransA = 'N' or 'n', and is m otherwise.     *)
457
          (*           k when  TransA = 'N' or 'n', and is m otherwise.     *)
458
          (*           Before entry with  TransA = 'N' or 'n', the leading  *)
458
          (*           Before entry with  TransA = 'N' or 'n', the leading  *)
459
          (*           m by k part of the array  A  must contain the matrix *)
459
          (*           m by k part of the array  A  must contain the matrix *)
460
          (*           A, otherwise the leading  k by m  part of the array  *)
460
          (*           A, otherwise the leading  k by m  part of the array  *)
461
          (*           A must contain the matrix A.                         *)
461
          (*           A must contain the matrix A.                         *)
462
          (*           Unchanged on exit.                                   *)
462
          (*           Unchanged on exit.                                   *)
463
          (*  LDA    : On entry, LDA specifies the first dimension of A as  *)
463
          (*  LDA    : On entry, LDA specifies the first dimension of A as  *)
464
          (*           declared in the calling (sub) program. When TransA = *)
464
          (*           declared in the calling (sub) program. When TransA = *)
465
          (*           'N' or 'n' then LDA must be at least  max( 1, m ),   *)
465
          (*           'N' or 'n' then LDA must be at least  max( 1, m ),   *)
466
          (*           otherwise LDA must be at least  max( 1, k ).         *)
466
          (*           otherwise LDA must be at least  max( 1, k ).         *)
467
          (*  B      : LONGREAL array of DIMENSION ( LDB, kb ),             *)
467
          (*  B      : COMPLEX array of DIMENSION ( LDB, kb ),              *)
468
          (*           where kb is n when  TransB = 'N' or 'n', and is  k   *)
468
          (*           where kb is n when  TransB = 'N' or 'n', and is  k   *)
469
          (*           otherwise. Before entry with TransB = 'N' or 'n',    *)
469
          (*           otherwise. Before entry with TransB = 'N' or 'n',    *)
470
          (*           the leading  k by n  part of the array  B  must      *)
470
          (*           the leading  k by n  part of the array  B  must      *)
471
          (*           contain the matrix  B, otherwise the leading  n by k *)
471
          (*           contain the matrix  B, otherwise the leading  n by k *)
472
          (*           part of the array  B  must contain the matrix B.     *)
472
          (*           part of the array  B  must contain the matrix B.     *)
...
...
475
          (*           declared in the calling (sub) program. When TransB = *)
475
          (*           declared in the calling (sub) program. When TransB = *)
476
          (*           'N' or 'n' then LDB must be at least  max( 1, k ),   *)
476
          (*           'N' or 'n' then LDB must be at least  max( 1, k ),   *)
477
          (*           otherwise LDB must be at least  max( 1, n ).         *)
477
          (*           otherwise LDB must be at least  max( 1, n ).         *)
478
          (*  Beta   : On entry, Beta specifies the scalar beta. When Beta  *)
478
          (*  Beta   : On entry, Beta specifies the scalar beta. When Beta  *)
479
          (*           is supplied as zero then C need not be set on input. *)
479
          (*           is supplied as zero then C need not be set on input. *)
480
          (*  C      : LONGREAL array of DIMENSION ( LDC, n ).              *)
480
          (*  C      : COMPLEX array of DIMENSION ( LDC, n ).               *)
481
          (*           Before entry, the leading  m by n part of the array  *)
481
          (*           Before entry, the leading  m by n part of the array  *)
482
          (*           C must contain the matrix C, except when beta is     *)
482
          (*           C must contain the matrix C, except when beta is     *)
483
          (*           zero, in which case C need not be set on entry.      *)
483
          (*           zero, in which case C need not be set on entry.      *)
484
          (*           On exit, the array  C is overwritten by the  m by n  *)
484
          (*           On exit, the array  C is overwritten by the  m by n  *)
485
          (*           matrix ( alpha*op( A )*op( B ) + beta*C ).           *)
485
          (*           matrix ( alpha*op( A )*op( B ) + beta*C ).           *)