Prev | Next | adolc_alloc_mat |
mat = adolc_alloc_mat(m, n)
adolc_free_mat(mat)
adolc_alloc_mat
,
and the corresponding call to adolc_free_mat
,
for
i = 0 , ... , m-1
and
j = 0 , ... , n-1
,
mat[i][j]
is the element in row
i
and column
j
.