Searched defs:matrix_set (Results 1 – 2 of 2) sorted by relevance
29 pub fn matrix_set(matrix: *const Matrix, row: size_t, col: size_t, n: u64) -> c_int; in matrix_set() function
46 int matrix_set(const Matrix* matrix, size_t row, size_t col, uint64_t n) { in matrix_set() function