Searched refs:column (Results 1 – 6 of 6) sorted by relevance
22 CeedInt row, column, offset; in main() local51 column = i % n_x; in main()53 offset = column * (px - 1) + row * (n_x + 1) * (px - 1); in main()
21 CeedInt row, column, offset; in main() local48 column = i % n_x; in main()50 offset = column * 2 + row * (n_x * 2 + 1) * 2; in main()
48 CeedInt column, row, offset; in main() local50 column = i % n_x; in main()52 offset = column * (p - 1) + row * (n_x * 2 + 1) * (p - 1); in main()
5 while Julia uses column-major (Fortran convention) storage.
1219 size_t column[min_len + 1]; in CeedInit() local1220 for (size_t j = 0; j <= min_len; j++) column[j] = j; in CeedInit()1222 column[0] = j; in CeedInit()1224 size_t old_diag = column[k]; in CeedInit()1225 size_t min_1 = (column[k] < column[k - 1]) ? column[k] + 1 : column[k - 1] + 1; in CeedInit()1227 column[k] = (min_1 < min_2) ? min_1 : min_2; in CeedInit()1231 size_t n = column[min_len]; in CeedInit()
94 # Convert from Julia matrices (column-major) to row-major format151 # Convert from Julia matrices and tensors (column-major) to row-major format209 # Convert from Julia matrices and tensors (column-major) to row-major format268 # Convert from Julia matrices and tensors (column-major) to row-major format