include `s3l/s3l-f.h' include `s3l/s3l_errno-f.h' subroutine S3L_mat_mult(C, A, B, row_axis, col_axis, ier) S3L_mat_mult_noadd(C, A, B, row_axis, col_axis, ier) S3L_mat_mult_addto(C, A, B, D, row_axis, col_axis, ier) S3L_mat_mult_t1(C, A, B, row_axis, col_axis, ier) S3L_mat_mult_t1_noadd(C, A, B, row_axis, col_axis, ier) S3L_mat_mult_t1_addto(C, A, B, D, row_axis, col_axis, ier) S3L_mat_mult_h1(C, A, B, row_axis, col_axis, ier) S3L_mat_mult_h1_noadd(C, A, B, row_axis, col_axis, ier) S3L_mat_mult_h1_addto(C, A, B, D, row_axis, col_axis, ier) S3L_mat_mult_t2(C, A, B, row_axis, col_axis, ier) S3L_mat_mult_t2_nodto(C, A, B, row_axis, col_axis, ier) S3L_mat_mult_t2_addto(C, A, B, D, row_axis, col_axis, ier) S3L_mat_mult_h2(C, A, B, row_axis, col_axis, ier) S3L_mat_mult_h2_noadd(C, A, B, row_axis, col_axis, ier) S3L_mat_mult_h2_addto(C, A, B, D, row_axis, col_axis, ier) S3L_mat_mult_t1_t2(C, A, B, row_axis, col_axis, ier) S3L_mat_mult_t1_t2_noadd(C, A, B, row_axis, col_axisb, ier) S3L_mat_mult_t1_t2_addto(C, A, B, D, row_axis, col_axis, ier) integer*8 C integer*8 A integer*8 B integer*8 D integer*4 row_axis integer*4 col_axis integer*4 ier |