Searched refs:transpose (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_mat.c949 struct isl_mat *transpose = NULL; local
964 transpose = isl_mat_alloc(mat->ctx, mat->n_col, mat->n_row);
965 if (!transpose)
969 isl_int_set(transpose->row[j][i], mat->row[i][j]);
971 return transpose;

Completed in 42 milliseconds