OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isl_mat_alloc
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/isl/dist/
isl_mat.c
53
__isl_give isl_mat *
isl_mat_alloc
(isl_ctx *ctx,
function
112
new_mat =
isl_mat_alloc
(mat->ctx, n_row, n_col);
218
mat2 =
isl_mat_alloc
(mat->ctx, mat->n_row, mat->n_col);
391
mat =
isl_mat_alloc
(ctx, n_row, n_row);
410
mat =
isl_mat_alloc
(ctx, n_row, n_col);
485
vec_mat =
isl_mat_alloc
(vec->ctx, vec->size, 1);
555
sum =
isl_mat_alloc
(left->ctx, left->n_row, left->n_col + right->n_col - 1);
880
K =
isl_mat_alloc
(U->ctx, U->n_row, U->n_col - rank);
900
mat2 =
isl_mat_alloc
(mat->ctx, 1+mat->n_row, 1+mat->n_col);
930
mat =
isl_mat_alloc
(mat1->ctx, mat1->n_row + mat2->n_row
[
all
...]
Completed in 69 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026