#include <s3l/s3l-c.h> #include <s3l/s3l_errno-c.h> int S3L_mat_mult(C, A, B, row_axis, col_axis) S3L_mat_mult_noadd(C, A, B, row_axis, col_axis) S3L_mat_mult_addto(C, A, B, D, row_axis, col_axis) S3L_mat_mult_t1(C, A, B, row_axis, col_axis) S3L_mat_mult_t1_noadd(C, A, B, row_axis, col_axis) S3L_mat_mult_t1_addto(C, A, B, D, row_axis, col_axis) S3L_mat_mult_h1(C, A, B, row_axis, col_axis) S3L_mat_mult_h1_noadd(C, A, B, row_axis, col_axis) S3L_mat_mult_h1_addto(C, A, B, D, row_axis, col_axis) S3L_mat_mult_t2(C, A, B, row_axis, col_axis) S3L_mat_mult_t2_noadd(C, A, B, row_axis, col_axis) S3L_mat_mult_t2_addto(C, A, B, D, row_axis, col_axis) S3L_mat_mult_h2(C, A, B, row_axis, col_axis) S3L_mat_mult_h2_noadd(C, A, B, row_axis, col_axis) S3L_mat_mult_h2_addto(C, A, B, D, row_axis, col_axis) S3L_mat_mult_t1_t2(C, A, B, row_axis, col_axis) S3L_mat_mult_t1_t2_noadd(C, A, B, row_axis, col_axisb) S3L_mat_mult_t1_t2_addto(C, A, B, D, row_axis, col_axis) S3L_array_t C S3L_array_t A S3L_array_t B S3L_array_t D int row_axis int col_axis |